Skip to content

Commit

Permalink
build(deps): bump aiohttp from 3.8.6 to 3.9.0
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.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent b570e35 commit 45edece
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.0
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.0
aiohttp-jinja2==1.5.1
faker==20.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.0
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.0
aiohttp-jinja2==1.5.1
keras==2.11.0
Pillow==10.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.8.6
aiohttp==3.9.0
trafaret==2.1.1
pyyaml==6.0.1
numpy==1.23.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.0
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.0
aiohttp_jinja2==1.5.1
aiohttp_security==0.4.0
bcrypt==4.0.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.8.6
aiohttp==3.9.0
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.0
aiohttp_jinja2==1.5.1
pyyaml==6.0.1
redis==5.0.1
Expand Down

0 comments on commit 45edece

Please sign in to comment.