Skip to content

Commit

Permalink
chore: Update aiohttp>=3.7.4 in requirements (#19872)
Browse files Browse the repository at this point in the history
* update

* lets see
  • Loading branch information
hughhhh committed Apr 27, 2022
1 parent 3e3a4be commit 481ccfe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ pyrsistent>=0.16.1,<0.17
zipp==3.4.1
sasl==0.3.1
wrapt==1.12.1 # required by astroid<2.9 until we bump pylint
aiohttp==3.7.4
10 changes: 6 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:8e1f4e29cff52824dc5e1c2937c4ea1b1b3187fe
# SHA1:36b61211c8ad8c91cf047ad9212f9489e3eeefda
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -7,8 +7,10 @@
#
-e file:.
# via -r requirements/base.in
aiohttp==3.7.4.post0
# via slackclient
aiohttp==3.7.4
# via
# -r requirements/base.in
# slackclient
alembic==1.6.5
# via flask-migrate
amqp==5.1.0
Expand Down Expand Up @@ -37,7 +39,7 @@ celery==5.2.2
# via apache-superset
cffi==1.14.6
# via cryptography
chardet==4.0.0
chardet==3.0.4
# via aiohttp
click==8.0.4
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ botocore==1.21.19
# s3transfer
cached-property==1.5.2
# via tableschema
certifi==2021.5.30
certifi==2021.10.8
# via requests
charset-normalizer==2.0.4
# via requests
Expand Down

0 comments on commit 481ccfe

Please sign in to comment.