Skip to content

Commit

Permalink
bump boto3 package to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
petracihalova committed Jan 28, 2025
1 parent 1b74db8 commit f311195
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ prometheus-client = "==0.15.0"
protoc-gen-validate = "==1.0.4"
urllib3 = "==1.26.20"
watchtower = "==3.0.0"
boto3 = "==1.35.92"
boto3 = "==1.36.8"
celery = "==5.4.0"
redis = "==5.0.0"
relations-grpc-clients-python-kessel-project = "==0.3.2"
Expand Down
20 changes: 10 additions & 10 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ asgiref==3.8.1; python_version >= '3.8'
astunparse==1.6.3
async-timeout==5.0.1; python_full_version <= '3.11.2'
billiard==4.2.1; python_version >= '3.7'
boto3==1.35.92; python_version >= '3.8'
botocore==1.35.99; python_version >= '3.8'
boto3==1.36.8; python_version >= '3.8'
botocore==1.36.8; python_version >= '3.8'
celery==5.4.0; python_version >= '3.8'
certifi==2024.12.14; python_version >= '3.6'
cffi==1.17.1; platform_python_implementation != 'PyPy'
Expand Down Expand Up @@ -51,7 +51,7 @@ pytz==2022.2.1
redis==5.0.0; python_version >= '3.7'
relations-grpc-clients-python-kessel-project==0.3.2; python_version >= '3.9'
requests==2.32.3; python_version >= '3.8'
s3transfer==0.10.4; python_version >= '3.8'
s3transfer==0.11.2; python_version >= '3.8'
sentry-sdk==2.8.0; python_version >= '3.6'
setuptools==75.8.0; python_version >= '3.9'
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand Down

0 comments on commit f311195

Please sign in to comment.