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

python3Packages.types-requests: 2.25.10 -> 2.25.11

authored by

Fabian Affolter and committed by
GitHub
879fcc56 7efbe99a

+2 -2
+2 -2
pkgs/development/python-modules/types-requests/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-requests"; 8 - version = "2.25.10"; 8 + version = "2.25.11"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "sha256-PhIZiBaM/8+mHv+vSPkOvF7gI/bMUNBMAUTt16ImW2U="; 12 + sha256 = "sha256-snkoTlH2aOOO4S2WZeTXiQifUy3CoL5KFQjKDv2Yup4="; 13 13 }; 14 14 15 15 # Modules doesn't have tests