Skip to content

Commit

Permalink
build(deps): bump pytest from 8.2.1 to 8.2.2 in /dev_requirements
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.1...8.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent 914f120 commit c313371
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions dev_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
#
# pip-compile requirements-tests.in
#
exceptiongroup==1.2.1
# via pytest
iniconfig==2.0.0
# via pytest
packaging==23.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.2.1
# via -r dev_requirements/requirements-tests.in
pytest==8.2.2
# via -r requirements-tests.in
tomli==2.0.1
# via pytest

0 comments on commit c313371

Please sign in to comment.