Skip to content

Commit c5de3fa

Browse files
Bump pytest from 8.4.1 to 8.4.2 in /demos (#1613)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.1 to 8.4.2. - [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.4.1...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 09f4ee8 commit c5de3fa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.4.0
88
SQLalchemy==2.0.43
99

1010
# testing
11-
pytest==8.4.1
11+
pytest==8.4.2
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.4.0
1212

1313
mypy==1.17.1
1414
flake8==7.3.0
15-
pytest==8.4.1
15+
pytest==8.4.2
1616
pytest-cov==6.2.1
1717
sqlalchemy==2.0.43

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.17.1
15-
pytest==8.4.1
15+
pytest==8.4.2
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.8.0
1212
multidict==6.6.4
1313
numpy==2.3.2
1414
pluggy==1.6.0
15-
pytest==8.4.1
15+
pytest==8.4.2
1616
pytest-aiohttp==1.1.0
1717
pyyaml==6.0.2
1818
scikit-learn==1.7.1

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.43
66

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

0 commit comments

Comments
 (0)