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"