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(deps): update dependency boto3 to v1.34.156 #780

Merged
merged 1 commit into from
Aug 8, 2024
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
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gunicorn
dhis2.py

# connector_s3
boto3==1.34.155
boto3==1.34.156
moto[s3]

# connector_airflow
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ attrs==24.2.0
# via
# morecantile
# rasterio
boto3==1.34.155
boto3==1.34.156
# via
# -r requirements.in
# moto
botocore==1.34.155
botocore==1.34.156
# via
# boto3
# moto
Expand Down Expand Up @@ -108,7 +108,6 @@ geopandas==1.0.1
# via -r requirements.in
google-api-core[grpc]==2.19.1
# via
# google-api-core
# google-cloud-appengine-logging
# google-cloud-core
# google-cloud-iam
Expand Down
Loading