Skip to content

Commit baf3889

Browse files
Bump pytest from 8.3.5 to 8.4.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.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.3.5...8.4.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c226c90 commit baf3889

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

demos/blog/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redis==6.2.0
88
SQLalchemy==2.0.41
99

1010
# testing
11-
pytest==8.3.5
11+
pytest==8.4.1
1212
pytest-aiohttp==1.1.0
1313
pytest-asyncio==0.26.0
1414
flake8==7.3.0

demos/graphql-demo/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ redis==6.2.0
1212

1313
mypy==1.16.1
1414
flake8==7.3.0
15-
pytest==8.3.5
15+
pytest==8.4.1
1616
pytest-cov==6.2.1
1717
sqlalchemy==2.0.41

demos/moderator/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ flake8-bugbear==24.12.12
1212
flake8-quotes==3.4.0
1313
ipdb==0.13.13
1414
mypy==1.16.1
15-
pytest==8.3.5
15+
pytest==8.4.1
1616
pytest-aiohttp==1.1.0
1717
pytest-asyncio==0.26.0
1818
pytest-cov==6.2.1

demos/moderator_bot/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ more-itertools==10.7.0
1212
multidict==6.5.0
1313
numpy==1.26.4
1414
pluggy==1.6.0
15-
pytest==8.3.5
15+
pytest==8.4.1
1616
pytest-aiohttp==1.1.0
1717
pyyaml==6.0.2
1818
scikit-learn==1.7.0

demos/polls/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ trafaret_config==2.0.2
55
SQLalchemy==2.0.41
66

77
# For testing
8-
pytest==8.3.5
8+
pytest==8.4.1
99
pytest-aiohttp==1.1.0
1010
flake8==7.3.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flake8-bugbear==24.12.12
1515
flake8-quotes==3.4.0
1616

1717
# test
18-
pytest==8.3.5
18+
pytest==8.4.1
1919
pytest-aiohttp==1.1.0
2020

2121

0 commit comments

Comments
 (0)