diff --git a/actions/create_unique_testpypi_version/requirements.txt b/actions/create_unique_testpypi_version/requirements.txt index 325136ff..4c9d778c 100644 --- a/actions/create_unique_testpypi_version/requirements.txt +++ b/actions/create_unique_testpypi_version/requirements.txt @@ -9,7 +9,7 @@ packaging==24.1 ; python_version >= "3.12" and python_version < "3.13" poetry-core==1.9.0 ; python_version >= "3.12" and python_version < "3.13" pydantic==2.8.2 ; python_version >= "3.12" and python_version < "3.13" pydantic-core==2.20.1 ; python_version >= "3.12" and python_version < "3.13" -pypi-simple==1.5.0 ; python_version >= "3.12" and python_version < "3.13" +pypi-simple==1.6.0 ; python_version >= "3.12" and python_version < "3.13" requests==2.32.3 ; python_version >= "3.12" and python_version < "3.13" 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" diff --git a/actions/update_development_dependencies/requirements.txt b/actions/update_development_dependencies/requirements.txt index 8dbc3290..28a491e0 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -3,15 +3,15 @@ attrs==24.2.0 ; python_version >= "3.12" and python_version < "3.13" beautifulsoup4==4.12.3 ; python_version >= "3.12" and python_version < "3.13" build==1.2.1 ; python_version >= "3.12" and python_version < "3.13" cachecontrol[filecache]==0.14.0 ; python_version >= "3.12" and python_version < "3.13" -certifi==2024.7.4 ; python_version >= "3.12" and python_version < "3.13" +certifi==2024.8.30 ; python_version >= "3.12" and python_version < "3.13" cffi==1.17.0 ; python_version >= "3.12" and python_version < "3.13" and (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy") cfgv==3.4.0 ; python_version >= "3.12" and python_version < "3.13" charset-normalizer==3.3.2 ; python_version >= "3.12" and python_version < "3.13" cleo==2.1.0 ; python_version >= "3.12" and python_version < "3.13" click==8.1.7 ; python_version >= "3.12" and python_version < "3.13" -colorama==0.4.6 ; python_version >= "3.12" and python_version < "3.13" and (os_name == "nt" or platform_system == "Windows") +colorama==0.4.6 ; python_version >= "3.12" and python_version < "3.13" and (platform_system == "Windows" or os_name == "nt") crashtest==0.4.1 ; python_version >= "3.12" and python_version < "3.13" -cryptography==43.0.0 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "linux" +cryptography==43.0.1 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "linux" distlib==0.3.8 ; python_version >= "3.12" and python_version < "3.13" distro==1.9.0 ; python_version >= "3.12" and python_version < "3.13" dulwich==0.21.7 ; python_version >= "3.12" and python_version < "3.13" @@ -34,22 +34,22 @@ pkginfo==1.11.1 ; python_version >= "3.12" and python_version < "3.13" platformdirs==4.2.2 ; python_version >= "3.12" and python_version < "3.13" poetry==1.8.3 ; python_version >= "3.12" and python_version < "3.13" poetry-core==1.9.0 ; python_version >= "3.12" and python_version < "3.13" -poetry-plugin-export==1.8.0 ; python_version >= "3.12" and python_version < "3.13" +poetry-plugin-export==1.7.1 ; python_version >= "3.12" and python_version < "3.13" pre-commit==3.8.0 ; python_version >= "3.12" and python_version < "3.13" ptyprocess==0.7.0 ; python_version >= "3.12" and python_version < "3.13" pycparser==2.22 ; python_version >= "3.12" and python_version < "3.13" and (sys_platform == "darwin" or sys_platform == "linux") and (sys_platform == "darwin" or platform_python_implementation != "PyPy") pydantic==2.8.2 ; python_version >= "3.12" and python_version < "3.13" pydantic-core==2.20.1 ; python_version >= "3.12" and python_version < "3.13" -pypi-simple==1.5.0 ; python_version >= "3.12" and python_version < "3.13" +pypi-simple==1.6.0 ; python_version >= "3.12" and python_version < "3.13" pyproject-hooks==1.1.0 ; python_version >= "3.12" and python_version < "3.13" pywin32-ctypes==0.2.3 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "win32" pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "3.13" -rapidfuzz==3.9.6 ; python_version >= "3.12" and python_version < "3.13" +rapidfuzz==3.9.7 ; python_version >= "3.12" and python_version < "3.13" requests==2.32.3 ; python_version >= "3.12" and python_version < "3.13" requests-toolbelt==1.0.0 ; python_version >= "3.12" and python_version < "3.13" ruyaml==0.91.0 ; python_version >= "3.12" and python_version < "3.13" secretstorage==3.3.3 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "linux" -setuptools==74.0.0 ; python_version >= "3.12" and python_version < "3.13" +setuptools==74.1.1 ; python_version >= "3.12" and python_version < "3.13" shellingham==1.5.4 ; python_version >= "3.12" and python_version < "3.13" soupsieve==2.6 ; python_version >= "3.12" and python_version < "3.13" toml==0.10.2 ; python_version >= "3.12" and python_version < "3.13"