Skip to content

Commit

Permalink
Bump pytest from 8.1.1 to 8.2.1
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.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 50ef0bc commit 790e6a1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,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 @@ -156,7 +156,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.1
# 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 @@ -129,7 +129,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 @@ -151,7 +151,7 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
pytest==8.1.1
pytest==8.2.1
# via
# -r requirements/lint.in
# -r requirements/test.in
Expand Down
20 changes: 10 additions & 10 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# pip-compile --allow-unsafe --output-file=requirements/lint.txt --strip-extras requirements/lint.in
#
aiodns==3.2.0
# via -r lint.in
# via -r requirements/lint.in
aioredis==2.0.1
# via -r lint.in
# via -r requirements/lint.in
annotated-types==0.6.0
# via pydantic
async-timeout==4.0.3
Expand Down Expand Up @@ -41,7 +41,7 @@ markdown-it-py==3.0.0
mdurl==0.1.2
# via markdown-it-py
mypy==1.10.0 ; implementation_name == "cpython"
# via -r lint.in
# via -r requirements/lint.in
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
Expand All @@ -50,10 +50,10 @@ 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 lint.in
# via -r requirements/lint.in
pycares==4.4.0
# via aiodns
pycparser==2.22
Expand All @@ -64,10 +64,10 @@ pydantic-core==2.18.2
# via pydantic
pygments==2.17.2
# via rich
pytest==8.1.1
# via -r lint.in
pytest==8.2.1
# via -r requirements/lint.in
python-on-whales==0.71.0
# via -r lint.in
# via -r requirements/lint.in
pyyaml==6.0.1
# via pre-commit
requests==2.31.0
Expand All @@ -77,7 +77,7 @@ rich==13.7.1
shellingham==1.5.4
# via typer
slotscheck==0.19.0
# via -r lint.in
# via -r requirements/lint.in
tomli==2.0.1
# via
# mypy
Expand All @@ -100,7 +100,7 @@ typing-extensions==4.10.0
urllib3==2.2.1
# via requests
uvloop==0.19.0 ; platform_system != "Windows"
# via -r lint.in
# via -r requirements/lint.in
virtualenv==20.24.2
# 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 @@ -61,7 +61,7 @@ packaging==23.1
# via
# gunicorn
# pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
proxy-py==2.4.4
# via -r requirements/test.in
Expand All @@ -71,7 +71,7 @@ pycparser==2.21
# via cffi
pydantic==1.10.12
# via python-on-whales
pytest==8.1.1
pytest==8.2.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 790e6a1

Please sign in to comment.