diff --git a/actions/create_unique_testpypi_version/requirements.txt b/actions/create_unique_testpypi_version/requirements.txt index bbfa8539..1853a79d 100644 --- a/actions/create_unique_testpypi_version/requirements.txt +++ b/actions/create_unique_testpypi_version/requirements.txt @@ -15,4 +15,4 @@ soupsieve==2.6 ; python_version >= "3.12" and python_version < "3.13" tomli==2.0.1 ; python_version >= "3.12" and python_version < "3.13" tomli-w==1.0.0 ; python_version >= "3.12" and python_version < "3.13" typing-extensions==4.12.2 ; python_version >= "3.12" and python_version < "3.13" -urllib3==2.2.2 ; python_version >= "3.12" and python_version < "3.13" +urllib3==2.2.3 ; python_version >= "3.12" and python_version < "3.13" diff --git a/actions/update_development_dependencies/requirements.txt b/actions/update_development_dependencies/requirements.txt index 5a7b9aff..1fe2fe6c 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -57,7 +57,7 @@ toml-sort==0.23.1 ; python_version >= "3.12" and python_version < "3.13" tomlkit==0.13.2 ; python_version >= "3.12" and python_version < "3.13" trove-classifiers==2024.7.2 ; python_version >= "3.12" and python_version < "3.13" typing-extensions==4.12.2 ; python_version >= "3.12" and python_version < "3.13" -urllib3==2.2.2 ; python_version >= "3.12" and python_version < "3.13" +urllib3==2.2.3 ; python_version >= "3.12" and python_version < "3.13" virtualenv==20.26.4 ; python_version >= "3.12" and python_version < "3.13" xattr==1.1.0 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "darwin" yamlfix==1.17.0 ; python_version >= "3.12" and python_version < "3.13"