From b401515dcae91f0af9685a474bd3ec5a297b10f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 21:32:48 +0000 Subject: [PATCH] Bump types-requests from 2.28.11.16 to 2.28.11.17 (#277) Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.16 to 2.28.11.17. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-requests dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ab427f1..0290685 100644 --- a/poetry.lock +++ b/poetry.lock @@ -713,14 +713,14 @@ files = [ [[package]] name = "types-requests" -version = "2.28.11.16" +version = "2.28.11.17" description = "Typing stubs for requests" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-requests-2.28.11.16.tar.gz", hash = "sha256:9d4002056df7ebc4ec1f28fd701fba82c5c22549c4477116cb2656aa30ace6db"}, - {file = "types_requests-2.28.11.16-py3-none-any.whl", hash = "sha256:a86921028335fdcc3aaf676c9d3463f867db6af2303fc65aa309b13ae1e6dd53"}, + {file = "types-requests-2.28.11.17.tar.gz", hash = "sha256:0d580652ce903f643f8c3b494dd01d29367ea57cea0c7ad7f65cf3169092edb0"}, + {file = "types_requests-2.28.11.17-py3-none-any.whl", hash = "sha256:cc1aba862575019306b2ed134eb1ea994cab1c887a22e18d3383e6dd42e9789b"}, ] [package.dependencies] @@ -859,4 +859,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "01ae87871e34e6ad6cae82412723a1b367e92927c60b42d328f2705290f4ac76" +content-hash = "4a4c97bf478d6e3a01e3586167f80fe3c021bf6c8641fd8b7e6e071295c76370" diff --git a/pyproject.toml b/pyproject.toml index 33e20ee..966da2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ black = "^23.1.0" pylint = "^2.17.1" rope = "^1.7.0" mypy = "^1.1.1" -types-requests = "^2.28.11.16" +types-requests = "^2.28.11.17" [build-system] requires = ["poetry-core"]