Skip to content

Commit

Permalink
Bump pytest from 8.2.1 to 8.2.2
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] authored Jun 5, 2024
1 parent 25e3e41 commit 2a05cae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pydantic-core==2.18.2
# via pydantic
pygments==2.17.2
# via rich
pytest==8.2.1
pytest==8.2.2
# via -r requirements/lint.in
python-on-whales==0.71.0
# via -r requirements/lint.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pydantic==2.2.0
# via python-on-whales
pydantic-core==2.6.0
# via pydantic
pytest==8.2.1
pytest==8.2.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 2a05cae

Please sign in to comment.