python3Packages.aiobotocore: 2.5.2 -> 2.6.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:32:46 +02:00
parent 3fef82ed7d
commit 1af7d8391e
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "aiobotocore";
version = "2.5.2";
version = "2.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-twIo5qJht7oZye5lbiPwLFa/5dCwgCm+OkwuCuWU0cU=";
hash = "sha256-e8FBUG08yWNL9B51Uv4ftYx1C0kcdoweOreUtvvvTAk=";
};
# Relax version constraints: aiobotocore works with newer botocore versions