Merge pull request #200652 from fabaff/types-bump

python310Packages.types-requests: 2.28.11.3 -> 2.28.11.4, python310Packages.types-urllib3: 1.26.25.2 -> 1.26.25.3
This commit is contained in:
Fabian Affolter 2022-11-11 09:34:10 +01:00 committed by GitHub
commit f4eff08947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.28.11.3";
version = "2.28.11.4";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vpAHr/sX8KCbtI532xi7bgvp+CYJx48drm2zAlnXIdY=";
sha256 = "sha256-1PNCsN9DImLp4ybRdjjurpaliB5456aq5G0zhw1zlS4=";
};
propagatedBuildInputs = [

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-urllib3";
version = "1.26.25.2";
version = "1.26.25.3";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-o6UQ22CbNjZwzGLtt2WYuCcL001OsvbJ8IjQ59gZbWs=";
hash = "sha256-GAe4e47hrgImgTuixSMw7/IPsr9jWbHeJN8I6zCQ5EI=";
};
# Module doesn't have tests