Merge pull request 'Update dependency types-oauthlib to v3.2.0.1' (#88) from renovate/types-oauthlib-3.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #88
This commit is contained in:
Michel Roux 2022-11-25 08:48:22 +00:00
commit 55903c12f6
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -703,7 +703,7 @@ telegram = ["requests"]
[[package]]
name = "types-oauthlib"
version = "3.2.0"
version = "3.2.0.1"
description = "Typing stubs for oauthlib"
category = "dev"
optional = false
@ -797,7 +797,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.8.1"
content-hash = "4adb3b5dc89f75cc48b3e5edf7e04e90ce11ed206776f52463809077a8dd059f"
content-hash = "79396d84ec416ac4059bf5f3721ab15ad8599f33ae749f03d2612faf9f45a409"
[metadata.files]
aiofiles = [
@ -1454,8 +1454,8 @@ tqdm = [
{file = "tqdm-4.64.1.tar.gz", hash = "sha256:5f4f682a004951c1b450bc753c710e9280c5746ce6ffedee253ddbcbf54cf1e4"},
]
types-oauthlib = [
{file = "types-oauthlib-3.2.0.tar.gz", hash = "sha256:a438a3b23e075a28794b7ba1ed2ffbb383d608587f5eb9870be1e3df4164c929"},
{file = "types_oauthlib-3.2.0-py3-none-any.whl", hash = "sha256:d98502cd4df3d4570b68f79bbd423bb24707cc0ec6cf1ba2d6dadde4f80c372c"},
{file = "types-oauthlib-3.2.0.1.tar.gz", hash = "sha256:c9a2dd7646c6ab6adfdba1c1e70406f121c508391661f553381c9a574a6fd031"},
{file = "types_oauthlib-3.2.0.1-py3-none-any.whl", hash = "sha256:e96f64d9c11494177a47dfaac6f3d63c75ec35dcf7a6f067214d69f4997f2dde"},
]
typing-extensions = [
{file = "typing_extensions-4.4.0-py3-none-any.whl", hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e"},

View File

@ -28,7 +28,7 @@ flake8 = "5.0.4"
flake8-alphabetize = "0.0.19"
flake8-black = "0.3.5"
mypy = "0.991"
types-oauthlib = "3.2.0"
types-oauthlib = "3.2.0.1"
[build-system]
requires = ["poetry-core>=1.0.0"]