diff --git a/pyproject.toml b/pyproject.toml index 75eae1f..9b7d65a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "idna==3.6", "requests==2.31.0", "tqdm==4.66.2", - "urllib3==2.2.1", + "urllib3==2.2.2", "pydantic==2.9.2", "pywin32==306 ; sys_platform == 'win32'", "uvicorn==0.32.1", diff --git a/requirements.txt b/requirements.txt index dbdbf7a..0fd428f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ charset-normalizer==3.3.2 idna==3.6 requests==2.31.0 tqdm==4.66.2 -urllib3==2.2.1 +urllib3==2.2.2 tox==4.14.1 wheel==0.42.0 setuptools==69.1.1