From 344d6289242c9d3bc3bbcd112302b109df78e242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:54:55 +0000 Subject: [PATCH] chore(deps-dev): bump types-requests from 2.31.0.2 to 2.31.0.6 Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.2 to 2.31.0.6. - [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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 263e4893..fefe74dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1238,13 +1238,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.2" +version = "2.31.0.6" description = "Typing stubs for requests" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "types-requests-2.31.0.2.tar.gz", hash = "sha256:6aa3f7faf0ea52d728bb18c0a0d1522d9bfd8c72d26ff6f61bfc3d06a411cf40"}, - {file = "types_requests-2.31.0.2-py3-none-any.whl", hash = "sha256:56d181c85b5925cbc59f4489a57e72a8b2166f18273fd8ba7b6fe0c0b986f12a"}, + {file = "types-requests-2.31.0.6.tar.gz", hash = "sha256:cd74ce3b53c461f1228a9b783929ac73a666658f223e28ed29753771477b3bd0"}, + {file = "types_requests-2.31.0.6-py3-none-any.whl", hash = "sha256:a2db9cb228a81da8348b49ad6db3f5519452dd20a9c1e1a868c83c5fe88fd1a9"}, ] [package.dependencies] @@ -1485,4 +1485,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "65c6c8236515e5f90bc45b70e8935ffd54e283ea844a3468f62b01657a9a9e67" +content-hash = "21f736d96d25d5ea1cc87fd05655ef65dc53d82e3e32bb13c0464c9f8c39f848" diff --git a/pyproject.toml b/pyproject.toml index 1862cec8..3c61562e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ aws-xray-sdk = "^2.12.0" black = "^23.3.0" mypy = "^1.2.0" pylint = "^2.17.5" -types-requests = "^2.31.0.0" +types-requests = "^2.31.0.6" pytest = "^7.4.1" [build-system]