Skip to content

Commit 54ca0a9

Browse files
Bump aiohttp from 3.11.7 to 3.11.8 (#1284)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.7 to 3.11.8. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.11.7...v3.11.8) --- updated-dependencies: - dependency-name: aiohttp 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 3128bf2 commit 54ca0a9

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

demos/blog/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.11.7
1+
aiohttp==3.11.8
22
aiohttp-jinja2==1.6
33
aiohttp-security[session]==0.5.0
44
asyncpg==0.30.0

demos/chat/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
aiohttp==3.11.7
1+
aiohttp==3.11.8
22
aiohttp-jinja2==1.6
33
faker==33.0.0

demos/graphql-demo/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.11.7
1+
aiohttp==3.11.8
22
aiohttp-jinja2==1.6
33
aiohttp-graphql==1.1.0
44
aiodataloader==0.4.0

demos/imagetagger/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.11.7
1+
aiohttp==3.11.8
22
aiohttp-jinja2==1.6
33
keras==3.7.0
44
Pillow==11.0.0

demos/moderator/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.11.7
1+
aiohttp==3.11.8
22
trafaret==2.1.1
33
pyyaml==6.0.2
44
numpy==1.26.4

demos/moderator_bot/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-i https://pypi.org/simple/
2-
aiohttp==3.11.7
2+
aiohttp==3.11.8
33
async-timeout==5.0.1
44
atomicwrites==1.4.1
55
attrs==24.2.0

demos/motortwit/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.11.7
1+
aiohttp==3.11.8
22
aiohttp-jinja2==1.6
33
aiohttp-security==0.5.0
44
bcrypt==4.2.1

demos/polls/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.11.7
1+
aiohttp==3.11.8
22
aiohttp-jinja2==1.6
33
asyncpg==0.30.0
44
trafaret_config==2.0.2

demos/shortify/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp==3.11.7
1+
aiohttp==3.11.8
22
aiohttp-jinja2==1.6
33
pyyaml==6.0.2
44
redis==5.2.0

0 commit comments

Comments
 (0)