From 6a87cea38b2a0ad87ef80b37d53dd3c58dbabbc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 20:17:54 +0000 Subject: [PATCH] chore(deps-dev): bump types-requests from 2.28.6 to 2.28.7 Bumps [types-requests](https://github.com/python/typeshed) from 2.28.6 to 2.28.7. - [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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0e7dca3c6b8..96d9c4e560b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1240,7 +1240,7 @@ python-versions = "*" [[package]] name = "types-requests" -version = "2.28.6" +version = "2.28.7" description = "Typing stubs for requests" category = "dev" optional = false @@ -1328,7 +1328,7 @@ pydantic = ["pydantic", "email-validator"] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "84a34bbee9aa7261ba2c9be04b73a37f7550f33efe6b8d994cdf0610b703a5c2" +content-hash = "575cd7f9ff3a989898ec6f9944aab56b4e08964a37173d49b34e1e1bbc6a3d39" [metadata.files] atomicwrites = [ @@ -1981,8 +1981,8 @@ typed-ast = [ {file = "typed_ast-1.4.3.tar.gz", hash = "sha256:fb1bbeac803adea29cedd70781399c99138358c26d05fcbd23c13016b7f5ec65"}, ] types-requests = [ - {file = "types-requests-2.28.6.tar.gz", hash = "sha256:cf3383bbd79394bf051a0a9202d6831fa962f186f923c178f7c059e3424bd00e"}, - {file = "types_requests-2.28.6-py3-none-any.whl", hash = "sha256:d8d7607419cd4b41a7b9497e15e8c0bad78d50df43c48ad25bc526a11518c3a9"}, + {file = "types-requests-2.28.7.tar.gz", hash = "sha256:36385618d4bd2ee3211d4d2e78b44f067ceb5984865c0f253f3c9ecb964526cf"}, + {file = "types_requests-2.28.7-py3-none-any.whl", hash = "sha256:38015d310d13cf7d4d712d2507178349e13fd5dab85259dab7d9a9884c2c9c2a"}, ] types-urllib3 = [ {file = "types-urllib3-1.26.17.tar.gz", hash = "sha256:73fd274524c3fc7cd8cd9ceb0cb67ed99b45f9cb2831013e46d50c1451044800"}, diff --git a/pyproject.toml b/pyproject.toml index 21d7f88e790..1b04b223f00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ pytest-benchmark = "^3.4.1" mypy-boto3-cloudwatch = "^1.24.35" mypy-boto3-lambda = "^1.24.0" mypy-boto3-xray = "^1.24.0" -types-requests = "^2.28.6" +types-requests = "^2.28.7" typing-extensions = { version = "^4.3.0", python = ">=3.7" } [tool.poetry.extras]