Skip to content

Commit

Permalink
build(deps): bump aiohttp from 3.8.6 to 3.9.5
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.5.
- [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.8.6...v3.9.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2024
1 parent 93ce176 commit 51b21ad
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.8.6
aiohttp==3.9.5
aiohttp-jinja2==1.5.1
aiohttp_security[session]==0.4.0
asyncpg==0.29.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.8.6
aiohttp==3.9.5
aiohttp-jinja2==1.5.1
faker==25.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.8.6
aiohttp==3.9.5
aiopg[sa]==1.4.0
aiohttp_jinja2==1.5.1
aiohttp_graphql==1.1.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.8.6
aiohttp==3.9.5
aiohttp-jinja2==1.5.1
keras==3.3.3
Pillow==10.3.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.8.6
aiohttp==3.9.5
trafaret==2.1.1
pyyaml==6.0.1
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.8.6
aiohttp==3.9.5
aioslacker==0.0.11
async-timeout==4.0.3
atomicwrites==1.4.1
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.8.6
aiohttp==3.9.5
aiohttp_jinja2==1.5.1
aiohttp_security==0.4.0
bcrypt==4.1.3
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.8.6
aiohttp==3.9.5
aiopg[sa]==1.4.0
aiohttp-jinja2==1.5.1
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.8.6
aiohttp==3.9.5
aiohttp_jinja2==1.5.1
pyyaml==6.0.1
redis==5.0.4
Expand Down

0 comments on commit 51b21ad

Please sign in to comment.