Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update aiohttp to 3.8.1 #20102

Merged
merged 1 commit into from
May 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ 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
aiohttp==3.8.1
charset-normalizer==2.0.4
22 changes: 14 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SHA1:36b61211c8ad8c91cf047ad9212f9489e3eeefda
# SHA1:8c236813f9d0bf56d87d845cbffd6ca3f07c3e14
#
# This file is autogenerated by pip-compile-multi
# To update, run:
Expand All @@ -7,17 +7,19 @@
#
-e file:.
# via -r requirements/base.in
aiohttp==3.7.4
aiohttp==3.8.1
# via
# -r requirements/base.in
# slackclient
aiosignal==1.2.0
# via aiohttp
alembic==1.6.5
# via flask-migrate
amqp==5.1.0
# via kombu
apispec[yaml]==3.3.2
# via flask-appbuilder
async-timeout==3.0.1
async-timeout==4.0.2
# via aiohttp
attrs==21.2.0
# via
Expand All @@ -39,8 +41,10 @@ celery==5.2.2
# via apache-superset
cffi==1.14.6
# via cryptography
chardet==3.0.4
# via aiohttp
charset-normalizer==2.0.4
# via
# -r requirements/base.in
# aiohttp
click==8.0.4
# via
# apache-superset
Expand Down Expand Up @@ -110,6 +114,10 @@ flask-wtf==0.14.3
# via
# apache-superset
# flask-appbuilder
frozenlist==1.3.0
# via
# aiohttp
# aiosignal
func-timeout==4.3.5
# via apache-superset
geographiclib==1.52
Expand Down Expand Up @@ -276,9 +284,7 @@ sqlparse==0.3.0
tabulate==0.8.9
# via apache-superset
typing-extensions==3.10.0.0
# via
# aiohttp
# apache-superset
# via apache-superset
urllib3==1.26.6
# via selenium
vine==5.0.0
Expand Down
2 changes: 0 additions & 2 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ cached-property==1.5.2
# via tableschema
certifi==2021.10.8
# via requests
charset-normalizer==2.0.4
# via requests
et-xmlfile==1.1.0
# via openpyxl
flask-cors==3.0.10
Expand Down