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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 6ef5de7 commit 9a618a4
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions dev_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@
aiohttp==3.9.1
# via aioresponses
aioresponses==0.7.6
# via -r .\requirements-tests.in
# via -r dev_requirements/requirements-tests.in
aiosignal==1.3.1
# via aiohttp
attrs==23.1.0
# via aiohttp
colorama==0.4.6
# via pytest
frozenlist==1.4.1
# via
# aiohttp
Expand All @@ -28,15 +26,15 @@ multidict==6.0.4
# yarl
packaging==23.0
# via pytest
pluggy==1.0.0
pluggy==1.5.0
# via pytest
pytest==7.4.3
pytest==8.2.0
# via
# -r .\requirements-tests.in
# -r dev_requirements/requirements-tests.in
# pytest-asyncio
pytest-asyncio==0.23.2
# via -r .\requirements-tests.in
# via -r dev_requirements/requirements-tests.in
pytz==2023.3.post1
# via -r .\requirements-tests.in
# via -r dev_requirements/requirements-tests.in
yarl==1.9.4
# via aiohttp

0 comments on commit 9a618a4

Please sign in to comment.