From 111d5ca8760725bc29c265aa827462a55b422091 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Oct 2021 10:22:24 +0000 Subject: [PATCH] Bump types-requests from 2.25.9 to 2.25.10 Bumps [types-requests](https://github.com/python/typeshed) from 2.25.9 to 2.25.10. - [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 1a38fef..cc88f45 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1337,7 +1337,7 @@ python-versions = "*" [[package]] name = "types-requests" -version = "2.25.9" +version = "2.25.10" description = "Typing stubs for requests" category = "dev" optional = false @@ -1434,7 +1434,7 @@ sqlite = [] [metadata] lock-version = "1.1" python-versions = "^3.6.2" -content-hash = "99673e5c0fecf6ed34f21c64263891840ba4601b5e6e73fe7b7eb198f3aab457" +content-hash = "593920cbe5f26c0241a33ec6bbe0c9cb1b5622d407ea70784b8458bb26e47847" [metadata.files] aiocontextvars = [ @@ -2325,8 +2325,8 @@ types-pymysql = [ {file = "types_PyMySQL-1.0.3-py3-none-any.whl", hash = "sha256:644bc2eb7cf2825d25e8a4c9cdf48408e4c64fa148deb5f418664cd7618a8bd1"}, ] types-requests = [ - {file = "types-requests-2.25.9.tar.gz", hash = "sha256:4ec8b71da73e5344adb9bee725a74ec8598e7286f9bcb17500d627f259fe4fb9"}, - {file = "types_requests-2.25.9-py3-none-any.whl", hash = "sha256:543ba8b3b23e38ac028da1d163aecbbc27d3cc8f654ae64339da539a191a2b1c"}, + {file = "types-requests-2.25.10.tar.gz", hash = "sha256:3e121988168cffcfa61effaf48f90ebc5ee023f6cc50d04c0144edd7a2265b65"}, + {file = "types_requests-2.25.10-py3-none-any.whl", hash = "sha256:bf3681e9258df22b27b623167b132869a26f04d5ca570e6a81a932db2a19ab72"}, ] types-toml = [ {file = "types-toml-0.10.1.tar.gz", hash = "sha256:5c1f8f8d57692397c8f902bf6b4d913a0952235db7db17d2908cc110e70610cb"}, diff --git a/pyproject.toml b/pyproject.toml index 463ac48..fd0df96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ types-cryptography = "^3.3.6" types-orjson = "^3.6.1" types-aiofiles = "^0.7.0" types-pkg-resources = "^0.1.3" -types-requests = "^2.25.9" +types-requests = "^2.25.10" types-toml = "^0.10.1" types-dataclasses = { version = "^0.6.0", markers = "python_version < '3.7'" }