Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 231377a commit 9d6221f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pip-tools==7.4.1
# via -r requirements/dev.in
platformdirs==3.10.0
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pre-commit==3.5.0
# via -r requirements/lint.in
Expand All @@ -150,7 +150,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pip-tools==7.4.1
# via -r requirements/dev.in
platformdirs==3.10.0
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pre-commit==3.5.0
# via -r requirements/lint.in
Expand All @@ -145,7 +145,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ packaging==23.1
# via pytest
platformdirs==3.10.0
# via virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pre-commit==3.5.0
# via -r requirements/lint.in
pytest==8.1.1
pytest==8.2.0
# via -r requirements/lint.in
pyyaml==6.0.1
# via pre-commit
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ packaging==23.1
# via
# gunicorn
# pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
proxy-py==2.4.3
# via -r requirements/test.in
Expand All @@ -67,7 +67,7 @@ pycparser==2.21
# via cffi
pydantic==1.10.12
# via python-on-whales
pytest==8.1.1
pytest==8.2.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 9d6221f

Please sign in to comment.