Skip to content

Commit 56b687a

Browse files
chore(deps-dev): update pytest requirement in /requirements
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.1.1...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6799f83 commit 56b687a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ flake8==3.8.4
33
pytest-cov==6.3.0
44

55
# Test requirements
6-
pytest>=6.1.1
6+
pytest>=9.0.3
77
parameterized==0.9.0
88
pyelftools~=0.32 # Used to verify the generated Go binary architecture in integration tests (utils.py)
99

0 commit comments

Comments
 (0)