diff --git a/poetry.lock b/poetry.lock index 466110b6..9a28ce3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1216,4 +1216,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "34597602e04d52dc97c56ed8871de733fabd671ce75cc7d51dedcaa32c45aefc" +content-hash = "c6bdce203365332bb735a72acb7ce4ef771a0025d14d391b2bddc98dfd7fa4f2" diff --git a/pyproject.toml b/pyproject.toml index e55cbc9d..c923ec1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,11 +27,10 @@ folders = [{ path = "auth0" }] [tool.poetry.dependencies] python = ">=3.8" -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 +aiohttp = ">=3.8.5" +cryptography = ">=43.0.1" # pyjwt has a weak dependency on cryptography +pyjwt = ">=2.8.0" +requests = ">=2.31.0" [tool.poetry.group.dev.dependencies] aioresponses = "^0.7.4"