Skip to content

Commit 94f1f1e

Browse files
Bump pytest from 8.1.1 to 8.3.3 (#1201)
* Bump pytest from 8.1.1 to 8.3.3 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]> * Update requirements.txt * Update requirements-dev.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sam Bull <[email protected]>
1 parent 3c1e9d5 commit 94f1f1e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

demos/blog/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redis==5.2.0
88
SQLalchemy==2.0.36
99

1010
# testing
11-
pytest==8.1.1
11+
pytest==8.3.3
1212
pytest-aiohttp==1.0.5
13-
pytest-asyncio==0.23.5
13+
pytest-asyncio==0.24
1414
flake8==7.1.1

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==5.2.0
1212

1313
mypy==1.13.0
1414
flake8==7.1.1
15-
pytest==8.1.1
15+
pytest==8.3.3
1616
pytest-cov==6.0.0
1717
sqlalchemy==2.0.36

demos/moderator/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ flake8-bugbear==24.10.31
1212
flake8-quotes==3.4.0
1313
ipdb==0.13.13
1414
mypy==1.13.0
15-
pytest==8.1.1
15+
pytest==8.3.3
1616
pytest-aiohttp==1.0.5
17-
pytest-asyncio==0.23.5
17+
pytest-asyncio==0.24
1818
pytest-cov==6.0.0
1919
pytest-sugar==1.0.0

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.5.0
1212
multidict==6.1.0
1313
numpy==1.26.4
1414
pluggy==1.5.0
15-
pytest==8.1.1
15+
pytest==8.3.3
1616
pytest-aiohttp==1.0.5
1717
pyyaml==6.0.2
1818
scikit-learn==1.5.2

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

77
# For testing
8-
pytest==8.1.1
8+
pytest==8.3.3
99
pytest-aiohttp==1.0.5
1010
flake8==7.1.1

requirements-dev.txt

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

1717
# test
18-
pytest==8.1.1
18+
pytest==8.3.3
1919
pytest-aiohttp==1.0.5
2020

2121

0 commit comments

Comments
 (0)