Skip to content

Commit bc80e5f

Browse files
Bump pytest-aiohttp from 1.0.5 to 1.1.0 (#1341)
Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 1.0.5 to 1.1.0. - [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases) - [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/pytest-aiohttp@v1.0.5...v1.1.0) --- updated-dependencies: - dependency-name: pytest-aiohttp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2593bb5 commit bc80e5f

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
@@ -9,6 +9,6 @@ SQLalchemy==2.0.37
99

1010
# testing
1111
pytest==8.3.4
12-
pytest-aiohttp==1.0.5
12+
pytest-aiohttp==1.1.0
1313
pytest-asyncio==0.25.3
1414
flake8==7.1.1

demos/moderator/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ flake8-quotes==3.4.0
1313
ipdb==0.13.13
1414
mypy==1.14.1
1515
pytest==8.3.4
16-
pytest-aiohttp==1.0.5
16+
pytest-aiohttp==1.1.0
1717
pytest-asyncio==0.25.3
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
@@ -13,7 +13,7 @@ multidict==6.1.0
1313
numpy==1.26.4
1414
pluggy==1.5.0
1515
pytest==8.3.4
16-
pytest-aiohttp==1.0.5
16+
pytest-aiohttp==1.1.0
1717
pyyaml==6.0.2
1818
scikit-learn==1.6.1
1919
scipy==1.15.1

demos/polls/requirements-dev.txt

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

77
# For testing
88
pytest==8.3.4
9-
pytest-aiohttp==1.0.5
9+
pytest-aiohttp==1.1.0
1010
flake8==7.1.1

requirements-dev.txt

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

1717
# test
1818
pytest==8.3.4
19-
pytest-aiohttp==1.0.5
19+
pytest-aiohttp==1.1.0
2020

2121

2222
# dev

0 commit comments

Comments
 (0)