Skip to content

Commit

Permalink
Bump aiohttp from 3.11.12 to 3.11.13
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 25, 2025
1 parent cd87957 commit 0365873
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.12
aiohttp==3.11.13
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.12
aiohttp==3.11.13
aiohttp-jinja2==1.6
faker==36.1.1
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.12
aiohttp==3.11.13
aiohttp-jinja2==1.6
aiohttp-graphql==1.1.0
aiodataloader==0.4.2
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.12
aiohttp==3.11.13
aiohttp-jinja2==1.6
keras==3.8.0
Pillow==11.1.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.12
aiohttp==3.11.13
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.12
aiohttp==3.11.13
async-timeout==5.0.1
atomicwrites==1.4.1
attrs==25.1.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.12
aiohttp==3.11.13
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.12
aiohttp==3.11.13
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.12
aiohttp==3.11.13
aiohttp-jinja2==1.6
pyyaml==6.0.2
redis==5.2.1
Expand Down

0 comments on commit 0365873

Please sign in to comment.