diff --git a/poetry.lock b/poetry.lock index 87a16f4ca..8ababd245 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3959,13 +3959,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requests-oauthlib" -version = "1.3.1" +version = "2.0.0" description = "OAuthlib authentication support for Requests." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.4" files = [ - {file = "requests-oauthlib-1.3.1.tar.gz", hash = "sha256:75beac4a47881eeb94d5ea5d6ad31ef88856affe2332b9aafb52c6452ccf0d7a"}, - {file = "requests_oauthlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5"}, + {file = "requests-oauthlib-2.0.0.tar.gz", hash = "sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9"}, + {file = "requests_oauthlib-2.0.0-py2.py3-none-any.whl", hash = "sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36"}, ] [package.dependencies] @@ -5020,4 +5020,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "780e52e5dabecef51e218b0095e719e55efd253cd2da92ce4c64c9412a66c18e" +content-hash = "1695944c528fa51cb89e7393fefeef6b65c3496c5e9a3ae48ec93dd677872dd2" diff --git a/pyproject.toml b/pyproject.toml index 085a622ff..50198772f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ parse = "^1.20.2" python-openid = "^2.2.5" pytz = "^2024.1" requests = "^2.32.3" -requests-oauthlib = "^1.3.1" +requests-oauthlib = "^2.0.0" six = "^1.16.0" tablib = "^3.2.0" ua-parser = "^1.0.0"