From dd59386100be9769a09a3ac71555429bf669cdfd Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 17 May 2025 00:25:51 +0200 Subject: [PATCH] python313Packages.aiobotocore: 2.19.0 -> 2.22.0 https://github.com/aio-libs/aiobotocore/releases/tag/2.22.0 --- pkgs/development/python-modules/aiobotocore/default.nix | 5 ++--- 1 file 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"