From 1bd18924163e0b71fdb5401faf103e253ef2d735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 14:53:10 +0000 Subject: [PATCH] chore(deps-dev): bump types-requests from 2.27.14 to 2.31.0.6 Bumps [types-requests](https://github.com/python/typeshed) from 2.27.14 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-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 88e7580..119ed0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "attrs" @@ -1119,17 +1119,17 @@ files = [ [[package]] name = "types-requests" -version = "2.27.14" +version = "2.31.0.6" description = "Typing stubs for requests" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "types-requests-2.27.14.tar.gz", hash = "sha256:04579ee164f7c2659be46950e3c2f8d51a081ad252ef1b01d4b12faba5c3810b"}, - {file = "types_requests-2.27.14-py3-none-any.whl", hash = "sha256:c01838abfe3e8a83ba68346cd373afff97594c19c15c922ddee4a0e80ba7e329"}, + {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] -types-urllib3 = "<1.27" +types-urllib3 = "*" [[package]] name = "types-urllib3" @@ -1209,4 +1209,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "2.0" python-versions = "<3.11,>=3.7.1" -content-hash = "0b914af35209fbcd0c63b77634de7be2f185dfa59bdc0a97e092d3ca1d31543e" +content-hash = "065de4d8a4729f9a9cd6bd7406be64198f3ab068e665a049b43d2b280f458f3e" diff --git a/pyproject.toml b/pyproject.toml index 0332b78..75084b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ flake8 = "^3.9.2" black = "^21.9b0" pydocstyle = "^6.1.1" mypy = "^0.910" -types-requests = "^2.26.1" +types-requests = "^2.31.0" isort = "^5.10.1" [tool.isort]