diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-05-17 00:25:51 +0200 |
|---|---|---|
| committer | Robert Schütz <nix@dotlambda.de> | 2025-05-23 08:37:12 -0700 |
| commit | dd59386100be9769a09a3ac71555429bf669cdfd (patch) | |
| tree | 60d8ec1562aaf8a93ef6df2da727b4caa6cfaa1f /pkgs/development/python-modules | |
| parent | 896c65b7ae6b30b9722fc79a95a9a49f626bf277 (diff) | |
python313Packages.aiobotocore: 2.19.0 -> 2.22.0
https://github.com/aio-libs/aiobotocore/releases/tag/2.22.0
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/aiobotocore/default.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/aiobotocore/default.nix b/pkgs/development/python-modules/aiobotocore/default.nix index 75cbc510ccf0..29c6b8ac61cd 100644 --- a/pkgs/development/python-modules/aiobotocore/default.nix +++ b/pkgs/development/python-modules/aiobotocore/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { pname = "aiobotocore"; - version = "2.19.0"; + version = "2.22.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -33,7 +33,7 @@ buildPythonPackage rec { owner = "aio-libs"; repo = "aiobotocore"; tag = version; - hash = "sha256-8wtWIkGja4zb2OoYALH9hTR6i90sIjIjYWTUulfYIYA="; + hash = "sha256-Zzwj0osXqWSCWsuxlpiqpptzjLhFwlqfXqiWMP7CgXg="; }; # Relax version constraints: aiobotocore works with newer botocore versions @@ -75,7 +75,6 @@ buildPythonPackage rec { # Test requires network access "tests/test_version.py" # Test not compatible with latest moto - "tests/boto_tests/unit/test_eventstream.py" "tests/python3.8/test_eventstreams.py" "tests/test_basic_s3.py" "tests/test_batch.py" |
