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
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "urllib3";
|
||||
version = "2.0.6";
|
||||
format = "pyproject";
|
||||
version = "2.0.7";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-sZ4ahdIGtW198dXmg99KdyUlKpZOOZNkjdD7WhwVdWQ=";
|
||||
hash = "sha256-yX394fe9Q6ccjSpY42npsr9pLRM06p+crlWt19DdD4Q=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user