Bump types-requests from 2.31.0.2 to 2.31.0.5 (#315)

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.2 to 2.31.0.5.
- [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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-25 12:59:01 -04:00
committed by GitHub
parent bce42b4c55
commit 6bf25d7dbc
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -671,13 +671,13 @@ files = [
[[package]]
name = "types-requests"
version = "2.31.0.2"
version = "2.31.0.5"
description = "Typing stubs for requests"
optional = false
python-versions = "*"
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.5.tar.gz", hash = "sha256:e4153c2a4e48dcc661600fa5f199b483cdcbd21965de0b5e2df26e93343c0f57"},
{file = "types_requests-2.31.0.5-py3-none-any.whl", hash = "sha256:e2523825754b2832e04cdc1e731423390e731457890113a201ebca8ad9b40427"},
]
[package.dependencies]
@@ -811,4 +811,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "43bda369fe245134e93e2e00d08cd57f5d86abeabb0111204c9c93dd9d270113"
content-hash = "62132cda0eb7c3d15b7688bf4d19a11d7d722b5ae314cba8ff63e61d9e0c4c83"

View File

@@ -19,7 +19,7 @@ black = "^23.9.1"
pylint = "^2.17.5"
rope = "^1.9.0"
mypy = "^1.5.1"
types-requests = "^2.31.0.2"
types-requests = "^2.31.0.5"
[build-system]
requires = ["poetry-core"]