Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 3c1e9d5 commit 9c7211c
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 @@ -8,7 +8,7 @@ redis==5.2.0
SQLalchemy==2.0.36

# testing
pytest==8.1.1
pytest==8.3.3
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.5
flake8==7.1.1
2 changes: 1 addition & 1 deletion demos/graphql-demo/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ redis==5.2.0

mypy==1.13.0
flake8==7.1.1
pytest==8.1.1
pytest==8.3.3
pytest-cov==6.0.0
sqlalchemy==2.0.36
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.10.31
flake8-quotes==3.4.0
ipdb==0.13.13
mypy==1.13.0
pytest==8.1.1
pytest==8.3.3
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.5
pytest-cov==6.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 @@ -12,7 +12,7 @@ more-itertools==10.5.0
multidict==6.1.0
numpy==1.26.4
pluggy==1.5.0
pytest==8.1.1
pytest==8.3.3
pytest-aiohttp==1.0.5
pyyaml==6.0.2
scikit-learn==1.5.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 @@ -5,6 +5,6 @@ trafaret_config==2.0.2
SQLalchemy==2.0.36

# For testing
pytest==8.1.1
pytest==8.3.3
pytest-aiohttp==1.0.5
flake8==7.1.1
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.10.31
flake8-quotes==3.4.0

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


Expand Down

0 comments on commit 9c7211c

Please sign in to comment.