From e282dc96ac4f081892be24eef06629a43bec8c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:29:33 -0500 Subject: [PATCH] Bump types-requests from 2.28.11.14 to 2.28.11.15 (#268) Bumps [types-requests](https://github.com/python/typeshed) from 2.28.11.14 to 2.28.11.15. - [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> Co-authored-by: Dave Gallant --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index fe02c3e..c45a563 100644 --- a/poetry.lock +++ b/poetry.lock @@ -713,14 +713,14 @@ files = [ [[package]] name = "types-requests" -version = "2.28.11.14" +version = "2.28.11.15" description = "Typing stubs for requests" category = "dev" optional = false python-versions = "*" files = [ - {file = "types-requests-2.28.11.14.tar.gz", hash = "sha256:232792870b60adb07d23175451ab4e6190021b0c584edf052d92d9b993118f06"}, - {file = "types_requests-2.28.11.14-py3-none-any.whl", hash = "sha256:f84613b0d4c5d0eeb7879dfa05e14a3702b9c1f7a4ee81dfe9b4321b13fe93a1"}, + {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"}, ] [package.dependencies] @@ -859,4 +859,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "28ff13b273b0853b237995601a388de7a5fd85403fb266e8aa7113db8c72c2f4" +content-hash = "b07cdbebe2660c8a89c85aa4c94642077f419ff2afbc11d0084495de2e5b52aa" diff --git a/pyproject.toml b/pyproject.toml index 44fb35a..bf76f1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ black = "^23.1.0" pylint = "^2.16.2" rope = "^1.7.0" mypy = "^1.0.1" -types-requests = "^2.28.11.14" +types-requests = "^2.28.11.15" [build-system] requires = ["poetry-core"]