python3Packages.urllib3: 2.2.3 -> 2.3.0

https://github.com/urllib3/urllib3/blob/2.3.0/CHANGES.rst
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:49 +01:00
parent b1e3ea8c89
commit abfd963577
@@ -23,12 +23,12 @@
let
self = buildPythonPackage rec {
pname = "urllib3";
version = "2.2.3";
version = "2.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-59gUqB2tgebK8uyf3tsoTsyccwdrYmVFR8xkzNyuJuk=";
hash = "sha256-+MVEmzzwhhZ5zn4FA8e0S17Jgb7A0dN5WgfxupbwIE0=";
};
build-system = [