diff --git a/pyproject.toml b/pyproject.toml index 6115f89..2a34e3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "tabulate==0.9.0", "tomli==2.2.1", "tomlkit==0.13.2", - "urllib3==2.3.0", + "urllib3==2.4.0", "wrapt==1.17.2", ] diff --git a/uv.lock b/uv.lock index 2cf3f5d..258b5c6 100644 --- a/uv.lock +++ b/uv.lock @@ -283,7 +283,7 @@ requires-dist = [ { name = "tabulate", specifier = "==0.9.0" }, { name = "tomli", specifier = "==2.2.1" }, { name = "tomlkit", specifier = "==0.13.2" }, - { name = "urllib3", specifier = "==2.3.0" }, + { name = "urllib3", specifier = "==2.4.0" }, { name = "wrapt", specifier = "==1.17.2" }, ] @@ -538,11 +538,11 @@ wheels = [ [[package]] name = "urllib3" -version = "2.3.0" +version = "2.4.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d", size = 307268 } +sdist = { url = "https://files.pythonhosted.org/packages/8a/78/16493d9c386d8e60e442a35feac5e00f0913c0f4b7c217c11e8ec2ff53e0/urllib3-2.4.0.tar.gz", hash = "sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466", size = 390672 } wheels = [ - { url = "https://files.pythonhosted.org/packages/c8/19/4ec628951a74043532ca2cf5d97b7b14863931476d117c471e8e2b1eb39f/urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df", size = 128369 }, + { url = "https://files.pythonhosted.org/packages/6b/11/cc635220681e93a0183390e26485430ca2c7b5f9d33b15c74c2861cb8091/urllib3-2.4.0-py3-none-any.whl", hash = "sha256:4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813", size = 128680 }, ] [[package]]