Skip to content

Commit

Permalink
Bump pytest from 7.4.4 to 8.3.4 in /examples/python-*
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.3.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.3.4)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mengdaming committed Dec 2, 2024
1 parent fd24072 commit 5d5c75f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/python-bazel/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest == 7.0.1; python_version < '3.7'
pytest == 7.4.4; python_version in '3.7'
pytest == 8.3.3; python_version >= '3.8'
pytest == 8.3.4; python_version >= '3.8'
2 changes: 1 addition & 1 deletion examples/python-pytest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest == 7.0.1; python_version < '3.7'
pytest == 7.4.4; python_version in '3.7'
pytest == 8.3.3; python_version >= '3.8'
pytest == 8.3.4; python_version >= '3.8'

0 comments on commit 5d5c75f

Please sign in to comment.