python311Packages.aiobotocore: 2.8.0 -> 2.9.1

https://github.com/aio-libs/aiobotocore/compare/2.8.0...2.9.1
This commit is contained in:
Anthony Roussel 2024-01-18 15:52:02 +01:00 committed by Martin Weinelt
parent 092085c864
commit 4f68e9b144
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aiobotocore";
version = "2.8.0";
version = "2.9.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-mVG3dCz9DnExteUFhvTGjZu81E0KbrObP3OX0w/OVzU=";
hash = "sha256-cODdmP/O24fNIugzl4AYdf3g4Gzwx3JseYKbZKgEPbc=";
};
# Relax version constraints: aiobotocore works with newer botocore versions