Skip to content

Commit

Permalink
Bump pytest from 7.4.3 to 8.2.0
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.2.0.
- [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.3...8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 14, 2024
1 parent bf51616 commit 738438c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mccabe==0.6.1
# via flake8
packaging==21.3
# via pytest
pluggy==1.0.0
pluggy==1.5.0
# via pytest
portpicker==1.6.0
# via -r requirements-test.in
Expand All @@ -40,7 +40,7 @@ pyflakes==2.4.0
# via flake8
pyparsing==3.0.7
# via packaging
pytest==7.4.3
pytest==8.2.0
# via
# -r requirements-test.in
# pytest-cov
Expand All @@ -52,5 +52,8 @@ pytest-flake8==1.1.1
requests==2.31.0
# via coveralls
tomli==2.0.1
# via
# coverage
# pytest
urllib3==1.26.18
# via requests

0 comments on commit 738438c

Please sign in to comment.