Skip to content

Commit

Permalink
build(deps): bump pytest from 8.1.1 to 8.2.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 741160f commit d50beff
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demos/blog/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ redis==5.0.4
sqlalchemy==1.4.45

# testing
pytest==8.1.1
pytest==8.2.0
pytest-aiohttp==1.0.5
pytest-asyncio==0.21.1
flake8==7.0.0
2 changes: 1 addition & 1 deletion demos/graphql-demo/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ redis==5.0.4

mypy==1.10.0
flake8==7.0.0
pytest==8.1.1
pytest==8.2.0
pytest-cov==5.0.0
2 changes: 1 addition & 1 deletion demos/moderator/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ flake8-bugbear==24.4.26
flake8-quotes==3.4.0
ipdb==0.13.13
mypy==1.10.0
pytest==8.1.1
pytest==8.2.0
pytest-aiohttp==1.0.5
pytest-asyncio==0.21.1
pytest-cov==5.0.0
Expand Down
2 changes: 1 addition & 1 deletion demos/moderator_bot/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ more-itertools==10.2.0
multidict==6.0.5
numpy==1.26.4
pluggy==1.5.0
pytest==8.1.1
pytest==8.2.0
pytest-aiohttp==1.0.5
pyyaml==6.0.1
scikit-learn==1.4.2
Expand Down
2 changes: 1 addition & 1 deletion demos/polls/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ aiohttp-jinja2==1.5.1
trafaret_config==2.0.2

# For testing
pytest==8.1.1
pytest==8.2.0
pytest-aiohttp==1.0.5
flake8==7.0.0
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flake8-bugbear==24.4.26
flake8-quotes==3.4.0

# test
pytest==8.1.1
pytest==8.2.0
pytest-aiohttp==1.0.5


Expand Down

0 comments on commit d50beff

Please sign in to comment.