Skip to content

Commit

Permalink
Merge pull request #750 from Aiven-Open/dependabot/pip/requirements/a…
Browse files Browse the repository at this point in the history
…iohttp-3.8.6

build(deps): bump aiohttp from 3.8.5 to 3.8.6 in /requirements
  • Loading branch information
tvainika authored Nov 1, 2023
2 parents 8eaa056 + 78f11b9 commit 6a98f2a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
9 changes: 7 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
accept-types==0.4.1
# via -r requirements.txt
aiohttp==3.8.5
aiohttp==3.8.6
# via -r requirements.txt
aiokafka==0.8.1
# via -r requirements.txt
Expand Down Expand Up @@ -58,6 +58,7 @@ configargparse==1.5.3
# via locust
exceptiongroup==1.1.3
# via
# -r requirements.txt
# anyio
# hypothesis
# pytest
Expand Down Expand Up @@ -101,6 +102,7 @@ importlib-metadata==6.8.0
# via flask
importlib-resources==6.1.0
# via
# -r requirements.txt
# jsonschema
# jsonschema-specifications
iniconfig==2.0.0
Expand Down Expand Up @@ -144,7 +146,9 @@ packaging==23.1
pdbpp==0.10.3
# via -r requirements-dev.in
pkgutil-resolve-name==1.3.10
# via jsonschema
# via
# -r requirements.txt
# jsonschema
pluggy==1.2.0
# via pytest
protobuf==3.20.3
Expand Down Expand Up @@ -239,6 +243,7 @@ yarl==1.9.2
# aiohttp
zipp==3.17.0
# via
# -r requirements.txt
# importlib-metadata
# importlib-resources
zope-event==5.0
Expand Down
16 changes: 14 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
accept-types==0.4.1
# via -r requirements.in
aiohttp==3.8.5
aiohttp==3.8.6
# via -r requirements.in
aiokafka==0.8.1
# via -r requirements.in
Expand All @@ -31,6 +31,8 @@ charset-normalizer==3.1.0
# via aiohttp
commonmark==0.9.1
# via rich
exceptiongroup==1.1.3
# via anyio
frozenlist==1.3.3
# via
# aiohttp
Expand All @@ -39,6 +41,10 @@ idna==3.4
# via
# anyio
# yarl
importlib-resources==6.1.0
# via
# jsonschema
# jsonschema-specifications
isodate==0.6.1
# via -r requirements.in
jsonschema==4.18.4
Expand All @@ -57,6 +63,8 @@ networkx==3.1
# via -r requirements.in
packaging==23.1
# via aiokafka
pkgutil-resolve-name==1.3.10
# via jsonschema
protobuf==3.20.3
# via -r requirements.in
pygments==2.15.1
Expand Down Expand Up @@ -84,7 +92,9 @@ sniffio==1.3.0
tenacity==8.2.3
# via -r requirements.in
typing-extensions==4.6.3
# via -r requirements.in
# via
# -r requirements.in
# rich
ujson==5.8.0
# via -r requirements.in
watchfiles==0.20.0
Expand All @@ -93,3 +103,5 @@ xxhash==3.3.0
# via -r requirements.in
yarl==1.9.2
# via aiohttp
zipp==3.17.0
# via importlib-resources

0 comments on commit 6a98f2a

Please sign in to comment.