Merge pull request #289672 from r-ryantm/auto-update/python312Packages.types-requests

python312Packages.types-requests: 2.31.0.20240125 -> 2.31.0.20240218

authored by Nick Cao and committed by GitHub 5f1ef2ee ec841889

+2 -2
+2 -2
pkgs/development/python-modules/types-requests/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "types-requests"; 11 - version = "2.31.0.20240125"; 11 + version = "2.31.0.20240218"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - hash = "sha256-A6KM4dfNVBmRSOBDsgec3e0i1nldGaLCpnkaSyteLrU="; 16 + hash = "sha256-8XIduoOFlY9QSlOGJAuS3kc04EegikB1HBZU0awzScU="; 17 17 }; 18 18 19 19 nativeBuildInputs = [