Merge pull request #216496 from r-ryantm/auto-update/python310Packages.types-urllib3

python310Packages.types-urllib3: 1.26.25.5 -> 1.26.25.6

authored by Fabian Affolter and committed by GitHub 0617712c 777bc816

+2 -2
+2 -2
pkgs/development/python-modules/types-urllib3/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "types-urllib3"; 8 - version = "1.26.25.5"; 8 + version = "1.26.25.6"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - hash = "sha256-VjDleCRtFw2R6+OQF4jNKNU8TgRNwuJIjjsNVftoldg="; 13 + hash = "sha256-NVhnJ8vXdRrMzywPNKiLr/wJL0NatiRY8Qd2RmWQ8tU="; 14 14 }; 15 15 16 16 # Module doesn't have tests