Skip to content

Commit

Permalink
Bump aiohttp from 3.11.8 to 3.11.9 (#1287)
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.11.8 to 3.11.9.
- [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.8...v3.11.9)

---
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>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent a94cfd6 commit b0a7162
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion demos/blog/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.11.8
aiohttp==3.11.9
aiohttp-jinja2==1.6
aiohttp-security[session]==0.5.0
asyncpg==0.30.0
Expand Down
2 changes: 1 addition & 1 deletion demos/chat/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
aiohttp==3.11.8
aiohttp==3.11.9
aiohttp-jinja2==1.6
faker==33.1.0
2 changes: 1 addition & 1 deletion demos/graphql-demo/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.11.8
aiohttp==3.11.9
aiohttp-jinja2==1.6
aiohttp-graphql==1.1.0
aiodataloader==0.4.0
Expand Down
2 changes: 1 addition & 1 deletion demos/imagetagger/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.11.8
aiohttp==3.11.9
aiohttp-jinja2==1.6
keras==3.7.0
Pillow==11.0.0
Expand Down
2 changes: 1 addition & 1 deletion demos/moderator/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.11.8
aiohttp==3.11.9
trafaret==2.1.1
pyyaml==6.0.2
numpy==1.26.4
Expand Down
2 changes: 1 addition & 1 deletion demos/moderator_bot/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-i https://pypi.org/simple/
aiohttp==3.11.8
aiohttp==3.11.9
async-timeout==5.0.1
atomicwrites==1.4.1
attrs==24.2.0
Expand Down
2 changes: 1 addition & 1 deletion demos/motortwit/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.11.8
aiohttp==3.11.9
aiohttp-jinja2==1.6
aiohttp-security==0.5.0
bcrypt==4.2.1
Expand Down
2 changes: 1 addition & 1 deletion demos/polls/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.11.8
aiohttp==3.11.9
aiohttp-jinja2==1.6
asyncpg==0.30.0
trafaret_config==2.0.2
Expand Down
2 changes: 1 addition & 1 deletion demos/shortify/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.11.8
aiohttp==3.11.9
aiohttp-jinja2==1.6
pyyaml==6.0.2
redis==5.2.0
Expand Down

0 comments on commit b0a7162

Please sign in to comment.