lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.urllib3: 2.0.6 -> 2.0.7

https://github.com/urllib3/urllib3/releases/tag/2.0.7
https://github.com/advisories/GHSA-g4mx-q9vg-27p4

Fixes: CVE-2023-45803

+3 -3
+3 -3
pkgs/development/python-modules/urllib3/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "urllib3"; 24 - version = "2.0.6"; 25 - format = "pyproject"; 24 + version = "2.0.7"; 25 + pyproject = true; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - hash = "sha256-sZ4ahdIGtW198dXmg99KdyUlKpZOOZNkjdD7WhwVdWQ="; 29 + hash = "sha256-yX394fe9Q6ccjSpY42npsr9pLRM06p+crlWt19DdD4Q="; 30 30 }; 31 31 32 32 nativeBuildInputs = [