From ff5b8ce175d4cc7ce0c60f8f6892c36a8c15becb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:40:41 +0000 Subject: [PATCH] Bump types-requests from 2.28.11.15 to 2.28.11.16 (#274) Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.15 to 2.28.11.16. - [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 5395b0e..ab427f1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -713,14 +713,14 @@ files = [ [[package]] name = "types-requests" -version = "2.28.11.15" +version = "2.28.11.16" description = "Typing stubs for requests" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-requests-2.28.11.15.tar.gz", hash = "sha256:fc8eaa09cc014699c6b63c60c2e3add0c8b09a410c818b5ac6e65f92a26dde09"}, - {file = "types_requests-2.28.11.15-py3-none-any.whl", hash = "sha256:a05e4c7bc967518fba5789c341ea8b0c942776ee474c7873129a61161978e586"}, + {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"}, ] [package.dependencies] @@ -859,4 +859,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ce1814adf5eb5479af0d6e703106b1f5d9de9998e8e5b255ab8cc690a0795de8" +content-hash = "01ae87871e34e6ad6cae82412723a1b367e92927c60b42d328f2705290f4ac76" diff --git a/pyproject.toml b/pyproject.toml index 8ebf6d5..33e20ee 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.15" +types-requests = "^2.28.11.16" [build-system] requires = ["poetry-core"]