diff --git a/poetry.lock b/poetry.lock index 51d039ea..466110b6 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 = "c3177516f4d715db2aeea9be0d773036b42a0e3fd1c6b630b16cb9b2c18f3b08" +content-hash = "34597602e04d52dc97c56ed8871de733fabd671ce75cc7d51dedcaa32c45aefc" diff --git a/pyproject.toml b/pyproject.toml index 3452c061..e55cbc9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,6 @@ 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 -multidict = "^6.1.0" [tool.poetry.group.dev.dependencies] aioresponses = "^0.7.4"