From ace917c6cdc46d64716b8f0599809c503e157417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 07:35:31 +0000 Subject: [PATCH] Bump types-oauthlib from 3.2.0.20240217 to 3.2.0.20240806 Bumps [types-oauthlib](https://github.com/python/typeshed) from 3.2.0.20240217 to 3.2.0.20240806. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-oauthlib dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8b7989a..0c45f31 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1772,13 +1772,13 @@ typing-extensions = ">=3.7.4.3" [[package]] name = "types-oauthlib" -version = "3.2.0.20240217" +version = "3.2.0.20240806" description = "Typing stubs for oauthlib" optional = false python-versions = ">=3.8" files = [ - {file = "types-oauthlib-3.2.0.20240217.tar.gz", hash = "sha256:2b58e68b549f37ea1fe725cd7e78661a58679c16d2e83d53f1e531588ad72223"}, - {file = "types_oauthlib-3.2.0.20240217-py3-none-any.whl", hash = "sha256:aa8b50a6737a0c75ea2a19e4598cfabd767ca5fba8d5310dc736afaa179db14d"}, + {file = "types-oauthlib-3.2.0.20240806.tar.gz", hash = "sha256:31a8d7f7bffc067a4143d30167694ccb304316aced04de50741014155f502043"}, + {file = "types_oauthlib-3.2.0.20240806-py3-none-any.whl", hash = "sha256:581bb8e194700d16ae1f0b62a6039261ed1afd0b88e78782e1c48f6507c52f34"}, ] [[package]] @@ -1952,4 +1952,4 @@ local = ["qxelarator"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "96dfeb1b5e99412dca046e82a99b44c69fbaad4df1e4780c0e55e43e85d30cff" +content-hash = "ac9073e931eb6adbc9f349556dcb8e32a129e4bebe8716b68caa448485f0cf1b" diff --git a/pyproject.toml b/pyproject.toml index 5b6797d..f063e26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ black = "^24.8.0" pytest-asyncio = "^0.23.8" ruff = "^0.5.6" types-requests = "^2.25.0" -types-oauthlib = "^3.2.0.20240217" +types-oauthlib = "^3.2.0.20240806" responses = "^0.25.3" freezegun = "^1.5.1"