Skip to content

Commit

Permalink
Bump to aiobotocore 2.8.0 (#321)
Browse files Browse the repository at this point in the history
* Bump to aiobotocore 2.8.0

* Fixing test by adding digest

---------

Co-authored-by: Fritz Paz <fritz.paz.-nd@disney.com>
  • Loading branch information
huonw and PAZF003 committed Dec 8, 2023
1 parent baa1e5a commit e81b87a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
aiobotocore = {version = "2.7.0", extras = ["boto3"]}
aiobotocore = {version = "2.8.0", extras = ["boto3"]}
cryptography = {version = ">=2.3.1", optional = true}
chalice = {version = ">=1.24.0", optional = true}

Expand Down
2 changes: 1 addition & 1 deletion tests/test_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
download_fileobj: {'237370745eb02e93a353fa806a64f3701c47995c', '9299d1abbd9d5c311e8a824a438e150ff24ebcd7', '91c0900c26c0078b623b9550c4fb9ef6afc4a528'},
upload_fileobj: {'d1db027e51d37cf1476377cfda436810b813044b', '3b953e17cfc4a3c6ad75c3890af60aebeea4bee8'},
upload_file: {'063eaca7bec14af8ccd041e3a87ff5c9ef7252ca', 'ad899c968fdfc294b46c54efbcb9912c5675ba09', 'df7552000d9111f71a05bd9880e9b6ef0f2f21bc'},
copy: {'c4423d0a6d3352553befdf0387987c09812fcaff', 'e8154a4de3b97dd2ab29d250c005b03e8fc7ed71'},
copy: {'c4423d0a6d3352553befdf0387987c09812fcaff', 'e8154a4de3b97dd2ab29d250c005b03e8fc7ed71', '7f9edd96f418e09c00d26538a7382b217e0843e5'},
S3TransferConfig.__init__: {'f418b3dab3c6f073f19feaf1172359bdc3863e22'},
}

Expand Down

0 comments on commit e81b87a

Please sign in to comment.