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

Bump aiohttp from 3.8.1 to 3.10.2 #156

Closed
wants to merge 1 commit into from
Closed
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
37 changes: 10 additions & 27 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#
# pip-compile requirements.in
#
aiohttp==3.8.1
aiohappyeyeballs==2.3.5
# via aiohttp
aiohttp==3.10.2
# via gcsfs
aiosignal==1.2.0
# via aiohttp
Expand All @@ -16,8 +18,6 @@ amqp==5.0.9
# via kombu
aniso8601==9.0.1
# via flask-restx
appnope==0.1.4
# via ipython
async-timeout==4.0.2
# via aiohttp
atomicwrites==1.4.1
Expand All @@ -27,13 +27,12 @@ attrs==23.2.0
# aiohttp
# caveclient
# jsonschema
# nglui
# pytest
backcall==0.2.0
# via ipython
billiard==3.6.4.0
# via celery
blosc2==2.5.1
# via tables
boto3==1.21.3
# via
# cloud-files
Expand Down Expand Up @@ -71,9 +70,7 @@ chardet==4.0.0
# cloud-files
# cloud-volume
charset-normalizer==2.0.12
# via
# aiohttp
# requests
# via requests
click==8.1.2
# via
# celery
Expand Down Expand Up @@ -167,7 +164,7 @@ frozenlist==1.3.0
# via
# aiohttp
# aiosignal
fsspec==2022.01.0
fsspec==2022.1.0
# via gcsfs
furl==2.1.3
# via middle-auth-client
Expand Down Expand Up @@ -265,7 +262,7 @@ jsonschema==3.2.0
# python-jsonschema-objects
kombu==5.2.3
# via celery
limits==3.3.1
limits[redis]==3.3.1
# via flask-limiter
mako==1.1.6
# via alembic
Expand Down Expand Up @@ -296,8 +293,6 @@ mdurl==0.1.2
# via markdown-it-py
middle-auth-client==3.11.0
# via -r requirements.in
msgpack==1.0.8
# via blosc2
multidict==6.0.2
# via
# aiohttp
Expand All @@ -306,8 +301,6 @@ multiprocess==0.70.12.2
# via pathos
multiwrapper==0.1.1
# via -r requirements.in
ndindex==1.8
# via blosc2
networkx==2.5
# via
# caveclient
Expand All @@ -316,12 +309,9 @@ neuroglancer==2.39.2
# via nglui
nglui==3.3.6
# via -r requirements.in
numexpr==2.10.1
# via tables
numpy==1.26.4
# via
# -r requirements.in
# blosc2
# caveclient
# cloud-volume
# compressed-segmentation
Expand All @@ -332,13 +322,11 @@ numpy==1.26.4
# multiwrapper
# neuroglancer
# nglui
# numexpr
# pandas
# pyarrow
# pyspng-seunglab
# shapely
# simplejpeg
# tables
oauth2client==4.1.3
# via google-apitools
oauthlib==3.2.0
Expand All @@ -355,7 +343,6 @@ packaging==21.3
# limits
# pytest
# redis
# tables
pandas==1.3.5
# via
# -r requirements.in
Expand Down Expand Up @@ -405,10 +392,6 @@ ptyprocess==0.7.0
# via pexpect
py==1.11.0
# via pytest
py-cpuinfo==9.0.0
# via
# blosc2
# tables
pyarrow==3.0.0
# via
# -r requirements.in
Expand Down Expand Up @@ -458,7 +441,9 @@ pytz==2021.3
# flask-restx
# pandas
redis==4.1.4
# via middle-auth-client
# via
# limits
# middle-auth-client
requests==2.26.0
# via
# -r requirements.in
Expand Down Expand Up @@ -516,8 +501,6 @@ sqlalchemy==1.3.24
# flask-sqlalchemy
# geoalchemy2
# marshmallow-sqlalchemy
tables==3.9.2
# via nglui
tenacity==8.0.1
# via
# cloud-files
Expand Down
Loading