diff --git a/poetry.lock b/poetry.lock index 466110b6..544663df 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -1216,4 +1216,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "34597602e04d52dc97c56ed8871de733fabd671ce75cc7d51dedcaa32c45aefc" +content-hash = "5cfb5b303930a60f859d24ffbb82203f758e539d10b5309dbba93f59b81af3a2" diff --git a/pyproject.toml b/pyproject.toml index e55cbc9d..33f6e1bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ aiohttp = "^3.8.5" cryptography = "^43.0.1" # pyjwt has a weak dependency on cryptography pyjwt = "^2.8.0" requests = "^2.31.0" -urllib3 = "^2.0.7" # requests has a weak dependency on urllib3 +urllib3 = "^2.2.2" # requests has a weak dependency on urllib3 [tool.poetry.group.dev.dependencies] aioresponses = "^0.7.4"