Merge pull request #315796 from fabaff/boto3-stubs-bump

python312Packages.boto3-stubs: 1.34.113 -> 1.34.115
This commit is contained in:
Nick Cao
2024-05-30 08:50:15 -04:00
committed by GitHub
@@ -366,7 +366,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.113";
version = "1.34.115";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -374,7 +374,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-Fqr40Jec/WX4UFNqLM9DRNAPEmOKo3emW3bAAzjzXFA=";
hash = "sha256-HVjd5oeQPpuM0BsmgCGazjmBqrcvghZbWLsKVs/yzj8=";
};
build-system = [ setuptools ];