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.5 to 3.9.0 in /examples/advanced_composition #1281

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
17 changes: 12 additions & 5 deletions examples/advanced_composition/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ adlfs==2023.8.0
# via flytekit
aiobotocore==2.5.4
# via s3fs
aiohttp==3.8.5
aiohttp==3.9.0
# via
# adlfs
# aiobotocore
Expand Down Expand Up @@ -52,9 +52,7 @@ cffi==1.15.1
chardet==5.2.0
# via binaryornot
charset-normalizer==3.2.0
# via
# aiohttp
# requests
# via requests
click==8.1.7
# via
# cookiecutter
Expand All @@ -73,6 +71,7 @@ cryptography==41.0.3
# msal
# pyjwt
# pyopenssl
# secretstorage
dataclasses-json==0.5.9
# via flytekit
decorator==5.1.1
Expand Down Expand Up @@ -155,6 +154,10 @@ isodate==0.6.1
# via azure-storage-blob
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.2
# via cookiecutter
jmespath==1.0.1
Expand Down Expand Up @@ -240,7 +243,9 @@ pycparser==2.21
pygments==2.16.1
# via rich
pyjwt[crypto]==2.8.0
# via msal
# via
# msal
# pyjwt
pyopenssl==23.2.0
# via flytekit
python-dateutil==2.8.2
Expand Down Expand Up @@ -296,6 +301,8 @@ rsa==4.9
# via google-auth
s3fs==2023.9.0
# via flytekit
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# azure-core
Expand Down
Loading