chore(deps): update dependency requests-oauthlib to v2 #199
10
poetry.lock
generated
10
poetry.lock
generated
@ -1405,13 +1405,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "requests-oauthlib"
|
name = "requests-oauthlib"
|
||||||
version = "1.4.0"
|
version = "2.0.0"
|
||||||
description = "OAuthlib authentication support for Requests."
|
description = "OAuthlib authentication support for Requests."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
python-versions = ">=3.4"
|
||||||
files = [
|
files = [
|
||||||
{file = "requests-oauthlib-1.4.0.tar.gz", hash = "sha256:acee623221e4a39abcbb919312c8ff04bd44e7e417087fb4bd5e2a2f53d5e79a"},
|
{file = "requests-oauthlib-2.0.0.tar.gz", hash = "sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9"},
|
||||||
{file = "requests_oauthlib-1.4.0-py2.py3-none-any.whl", hash = "sha256:7a3130d94a17520169e38db6c8d75f2c974643788465ecc2e4b36d288bf13033"},
|
{file = "requests_oauthlib-2.0.0-py2.py3-none-any.whl", hash = "sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -1701,4 +1701,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.8.1,<4.0.0"
|
python-versions = ">=3.8.1,<4.0.0"
|
||||||
content-hash = "5df488fc80d7fcec334e192ecc1d6698af9569d5c73eaf04661f691b15a34d4b"
|
content-hash = "3740e4a6e73d8acddaa4174f0b26248beffd5d25ad74452de221e81a3600edf7"
|
||||||
|
@ -17,7 +17,7 @@ disnake = "^2.9.1"
|
|||||||
ics = "0.8.0.dev0"
|
ics = "0.8.0.dev0"
|
||||||
python-dotenv = "^1.0.1"
|
python-dotenv = "^1.0.1"
|
||||||
quart = "^0.19.4"
|
quart = "^0.19.4"
|
||||||
requests-oauthlib = "^1.4.0"
|
requests-oauthlib = "^2.0.0"
|
||||||
uvicorn = "^0.29.0"
|
uvicorn = "^0.29.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
Loading…
Reference in New Issue
Block a user