Merge pull request #178515 from r-ryantm/auto-update/python3.10-types-requests

python310Packages.types-requests: 2.27.30 -> 2.27.31

authored by Fabian Affolter and committed by GitHub cd2cecb9 ca6175ad

+2 -2
+2 -2
pkgs/development/python-modules/types-requests/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "types-requests"; 9 - version = "2.27.30"; 9 + version = "2.27.31"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "sha256-yo18xUnD0Q28s8acG1Pj/9EnAInBABplwenhAX615wQ="; 14 + sha256 = "sha256-b6uXuZ/qUrnHtGak3ZPga7MlvH50IEdeh4MQJqjdNcw="; 15 15 }; 16 16 17 17 propagatedBuildInputs = [