Merge pull request #257603 from fabaff/types-requests-bump

python311Packages.types-requests: 2.31.0.4 -> 2.31.0.6
This commit is contained in:
Fabian Affolter 2023-09-27 12:48:54 +02:00 committed by GitHub
commit 45b516cf80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.31.0.4";
version = "2.31.0.6";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-oREEEUjX4EvxAMR2vE2z7msKHNC0AYd39qZgscTxMY0=";
hash = "sha256-zXTOO1PEYfEiipt4OSmsc6ZmZY8iPijtKXU3cUd7O9A=";
};
propagatedBuildInputs = [