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

python310Packages.types-requests: 2.27.27 -> 2.27.29
This commit is contained in:
Fabian Affolter
2022-05-27 00:32:17 +02:00
committed by GitHub
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.27.27";
version = "2.27.29";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-1hjZgJ+jL1FM8XzqhGCBTaZxxWNm+xyQiszKi/GDESs=";
sha256 = "sha256-+0U7OnakjspmOBzqgAT+quoSg16DgZb1x6yHx1xcGe8=";
};
propagatedBuildInputs = [