From 32700952dff5b9675185e131c2640ca90f3b8ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 07:32:38 +0000 Subject: [PATCH] Bump types-requests from 2.25.11 to 2.26.0 Bumps [types-requests](https://github.com/python/typeshed) from 2.25.11 to 2.26.0. - [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-minor ... 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 1f7330b..d0e674a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1432,7 +1432,7 @@ python-versions = "*" [[package]] name = "types-requests" -version = "2.25.11" +version = "2.26.0" description = "Typing stubs for requests" category = "dev" optional = false @@ -1550,7 +1550,7 @@ sqlite = [] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "02962e3e7a7f5df6a0ad8965383734f700ca13157003eb9833d9912ccf404ea8" +content-hash = "090ed2bbb8c2d2b270788a8c47a953d3b676abcaa989826ab90465300bd84236" [metadata.files] aiocontextvars = [ @@ -2504,8 +2504,8 @@ types-pymysql = [ {file = "types_PyMySQL-1.0.5-py3-none-any.whl", hash = "sha256:cf5c1d9b2c13e5afe4cefa912a49eceaba5658fd6c870e39333c1f7baafdd036"}, ] types-requests = [ - {file = "types-requests-2.25.11.tar.gz", hash = "sha256:b279284e51f668e38ee12d9665e4d789089f532dc2a0be4a1508ca0efd98ba9e"}, - {file = "types_requests-2.25.11-py3-none-any.whl", hash = "sha256:ba1d108d512e294b6080c37f6ae7cb2a2abf527560e2b671d1786c1fc46b541a"}, + {file = "types-requests-2.26.0.tar.gz", hash = "sha256:df5ec8c34b413a42ebb38e4f96bdeb68090b875bdfcc5138dc82989c95445883"}, + {file = "types_requests-2.26.0-py3-none-any.whl", hash = "sha256:809b5dcd3c408ac39d11d593835b6aff32420b3e7ddb79c7f3e823330f040466"}, ] types-toml = [ {file = "types-toml-0.10.1.tar.gz", hash = "sha256:5c1f8f8d57692397c8f902bf6b4d913a0952235db7db17d2908cc110e70610cb"}, diff --git a/pyproject.toml b/pyproject.toml index 55f9071..a187e4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ types-cryptography = "^3.3.8" types-orjson = "^3.6.1" types-aiofiles = "^0.7.0" types-pkg-resources = "^0.1.3" -types-requests = "^2.25.11" +types-requests = "^2.26.0" types-toml = "^0.10.1" types-dataclasses = { version = "^0.6.1", markers = "python_version < '3.7'" }