Skip to content

Commit 9cea85c

Browse files
build(deps): bump aiohttp from 3.8.4 to 3.8.5 (#718)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.8.4...v3.8.5) --- 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 f4e300c commit 9cea85c

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.8.4
1+
aiohttp==3.8.5
22
aiohttp-jinja2==1.5.1
33
aiohttp_security[session]==0.4.0
44
asyncpg==0.27.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.8.4
1+
aiohttp==3.8.5
22
aiohttp-jinja2==1.5.1
33
faker==18.13.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.8.4
1+
aiohttp==3.8.5
22
aiopg[sa]==1.4.0
33
aiohttp_jinja2==1.5.1
44
aiohttp_graphql==1.1.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.8.4
1+
aiohttp==3.8.5
22
aiohttp-jinja2==1.5.1
33
keras==2.11.0
44
Pillow==9.5.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.8.4
1+
aiohttp==3.8.5
22
trafaret==2.1.1
33
pyyaml==6.0
44
numpy==1.23.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.8.4
2+
aiohttp==3.8.5
33
aioslacker==0.0.11
44
async-timeout==4.0.2
55
atomicwrites==1.4.1

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.8.4
1+
aiohttp==3.8.5
22
aiohttp_jinja2==1.5.1
33
aiohttp_security==0.4.0
44
bcrypt==4.0.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.8.4
1+
aiohttp==3.8.5
22
aiopg[sa]==1.4.0
33
aiohttp-jinja2==1.5.1
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.8.4
1+
aiohttp==3.8.5
22
aiohttp_jinja2==1.5.1
33
pyyaml==6.0
44
redis==4.5.4

0 commit comments

Comments
 (0)