diff --git a/pyproject.toml b/pyproject.toml index 6de2cd850..d89cd1eb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,13 +22,8 @@ dependencies = [ "pyyaml", "requests", "requests-toolbelt", - "requests-unixsocket", "snap-helpers", "tabulate", - # Needed until requests-unixsocket supports urllib3 v2 - # https://github.com/msabramo/requests-unixsocket/pull/69 - # When updating, remove the urllib3 constraint from renovate config. - "urllib3<2.0", ] classifiers = [ "Development Status :: 5 - Production/Stable", diff --git a/requirements-dev.txt b/requirements-dev.txt index d06c6ec8f..89cd3928d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,11 +6,11 @@ certifi==2024.8.30 cffi==1.17.1 charset-normalizer==3.3.2 coverage==7.6.1 -craft-application==4.2.5 +craft-application==4.2.6 craft-archives==2.0.0 craft-cli==2.7.0 craft-grammar==2.0.1 -craft-parts==2.1.1 +craft-parts==2.1.2 craft-platforms==0.3.1 craft-providers==2.0.4 craft-store==3.0.2 @@ -71,9 +71,9 @@ pytz==2024.1 pyxdg==0.28 pyyaml==6.0.2 referencing==0.35.1 -requests==2.31.0 +requests==2.32.3 requests-toolbelt==1.0.0 -requests-unixsocket==0.3.0 +requests-unixsocket==0.4.2 responses==0.25.3 rpds-py==0.20.0 ruamel-yaml==0.18.6 @@ -87,6 +87,6 @@ sortedcontainers==2.4.0 tabulate==0.9.0 tomlkit==0.13.2 typing-extensions==4.12.2 -urllib3==1.26.19 +urllib3==2.2.3 wadllib==1.3.9 zipp==3.20.2 diff --git a/requirements.txt b/requirements.txt index 61b3b162b..4823bfac2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,11 +4,11 @@ boolean-py==4.0 certifi==2024.8.30 cffi==1.17.1 charset-normalizer==3.3.2 -craft-application==4.2.5 +craft-application==4.2.6 craft-archives==2.0.0 craft-cli==2.7.0 craft-grammar==2.0.1 -craft-parts==2.1.1 +craft-parts==2.1.2 craft-platforms==0.3.1 craft-providers==2.0.4 craft-store==3.0.2 @@ -51,9 +51,9 @@ pytz==2024.1 pyxdg==0.28 pyyaml==6.0.2 referencing==0.35.1 -requests==2.31.0 +requests==2.32.3 requests-toolbelt==1.0.0 -requests-unixsocket==0.3.0 +requests-unixsocket2==0.4.2 rpds-py==0.20.0 ruamel-yaml==0.18.6 ruamel-yaml-clib==0.2.8 @@ -63,6 +63,6 @@ six==1.16.0 snap-helpers==0.4.2 tabulate==0.9.0 typing-extensions==4.12.2 -urllib3==1.26.19 +urllib3==2.2.3 wadllib==1.3.9 zipp==3.20.2