Skip to content

Commit

Permalink
update aiohttp
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Sep 26, 2023
1 parent 787dac9 commit a830845
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
aiohttp>=3.8.5 # CVE-2023-37276
attrs
certifi>=2023.7.22
certifi>=2023.7.22 # CVE-2023-37920
ciso8601 # fastest iso8601 datetime parser. can be removed after dropping support for python < 3.11
colorama
confluent-kafka>2
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# pip-compile ./requirements.in
#
aiohttp==3.8.5
# via geoip2
# via
# -r ./requirements.in
# geoip2
aiosignal==1.3.1
# via aiohttp
annotated-types==0.5.0
Expand Down

0 comments on commit a830845

Please sign in to comment.