diff --git a/requirements.txt b/requirements.txt index 042c504..673391c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ certifi==2025.6.15 ; python_version >= "3.9" and python_full_version < "4.0.0" charset-normalizer==3.4.2 ; python_version >= "3.9" and python_full_version < "4.0.0" idna==3.10 ; python_version >= "3.9" and python_full_version < "4.0.0" requests==2.32.4 ; python_version >= "3.9" and python_full_version < "4.0.0" -urllib3==2.4.0 ; python_version >= "3.9" and python_full_version < "4.0.0" +urllib3==2.5.0 ; python_version >= "3.9" and python_full_version < "4.0.0" diff --git a/requirements_dev.txt b/requirements_dev.txt index ddd3230..9ce9060 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -44,6 +44,6 @@ sphinxcontrib-serializinghtml==2.0.0 ; python_version >= "3.9" and python_full_v sphinxnotes-strike==1.2.1 ; python_version >= "3.9" and python_full_version < "4.0.0" tomli==2.2.1 ; python_version >= "3.9" and python_full_version < "4.0.0" typing-extensions==4.14.0 ; python_version >= "3.9" and python_full_version < "4.0.0" -urllib3==2.4.0 ; python_version >= "3.9" and python_full_version < "4.0.0" +urllib3==2.5.0 ; python_version >= "3.9" and python_full_version < "4.0.0" virtualenv==20.31.2 ; python_version >= "3.9" and python_full_version < "4.0.0" zipp==3.23.0 ; python_version == "3.9"