From a6f73e739fbe271f64c9ebcfdb1125d56591bd9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 14:15:49 +0000 Subject: [PATCH] Bump types-requests from 2.27.14 to 2.27.15 Bumps [types-requests](https://github.com/python/typeshed) from 2.27.14 to 2.27.15. - [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 791ab0642..3edee1ed2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -851,7 +851,7 @@ python-versions = ">=3.7" [[package]] name = "types-requests" -version = "2.27.14" +version = "2.27.15" description = "Typing stubs for requests" category = "dev" optional = false @@ -960,7 +960,7 @@ ifaddr = ">=0.1.7" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "11a12955e947be0732085281610b8dd126a7ac3e95e6a995bbdff55095589a73" +content-hash = "34ad1c7d425fb759f3f10343b00e041f1b08b28f8208698b6aadfc97954dc461" [metadata.files] aiohttp = [ @@ -1796,8 +1796,8 @@ tomli = [ {file = "tomli-2.0.1.tar.gz", hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"}, ] types-requests = [ - {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.27.15.tar.gz", hash = "sha256:2d371183c535208d2cc8fe7473d9b49c344c7077eb70302eb708638fb86086a8"}, + {file = "types_requests-2.27.15-py3-none-any.whl", hash = "sha256:77d09182a68e447e9e8b0ffc21abf54618b96f07689dffbb6a41cf0356542969"}, ] types-urllib3 = [ {file = "types-urllib3-1.26.11.tar.gz", hash = "sha256:24d64e441168851eb05f1d022de18ae31558f5649c8f1117e384c2e85e31315b"}, diff --git a/pyproject.toml b/pyproject.toml index 6680f8d51..1a0876089 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ mypy = "^0.942" pre-commit = "^2.17.0" PyGithub = "^1.54.1" pylint = "^2.12.2" -types-requests = "^2.27.13" +types-requests = "^2.27.15" [tool.pylint.messages_control] # Reasons disabled: