diff --git a/poetry.lock b/poetry.lock index d29aa06..79961e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1405,13 +1405,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[package]] name = "requests-oauthlib" -version = "1.4.0" +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.4.0.tar.gz", hash = "sha256:acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a"}, - {file = "requests_oauthlib-1.4.0-py2.py3-none-any.whl", hash = "sha256:7a3130d94a17520169e38db6c8d75f2c974643788465ecc2e4b36d288bf13033"}, + {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] @@ -1701,4 +1701,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4.0.0" -content-hash = "5df488fc80d7fcec334e192ecc1d6698af9569d5c73eaf04661f691b15a34d4b" +content-hash = "3740e4a6e73d8acddaa4174f0b26248beffd5d25ad74452de221e81a3600edf7" diff --git a/pyproject.toml b/pyproject.toml index 4354209..c0ba817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ disnake = "^2.9.1" ics = "0.8.0.dev0" python-dotenv = "^1.0.1" quart = "^0.19.4" -requests-oauthlib = "^1.4.0" +requests-oauthlib = "^2.0.0" uvicorn = "^0.29.0" [tool.poetry.dev-dependencies]