Skip to content
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
2 changes: 1 addition & 1 deletion snyk/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
annotated-types==0.7.0
asn1crypto==1.5.1
backports-tarfile==1.2.0 ; python_full_version < '3.12'
boto3==1.39.14
boto3==1.40.30
botocore==1.39.14
Comment on lines +6 to 7
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR updates boto3 to version 1.40.30 while leaving botocore at version 1.39.14. This creates a version mismatch that could lead to compatibility issues, as boto3 has specific dependencies on botocore versions. When upgrading boto3, the corresponding compatible version of botocore should also be updated (typically to the same version number). Consider updating both packages together to maintain compatibility and prevent potential runtime errors.

Suggested change
boto3==1.40.30
botocore==1.39.14
boto3==1.40.30
botocore==1.40.30

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

certifi==2025.7.14
cffi==1.17.1
Expand Down
Loading