Bump types-requests from 2.31.0.10 to 2.31.0.20231231 (#345)

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.10 to 2.31.0.20231231.
- [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]
2024-01-01 11:52:48 -05:00
committed by GitHub
parent 1576524a26
commit d94a2487e7
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -661,13 +661,13 @@ files = [
[[package]]
name = "types-requests"
version = "2.31.0.10"
version = "2.31.0.20231231"
description = "Typing stubs for requests"
optional = false
python-versions = ">=3.7"
files = [
{file = "types-requests-2.31.0.10.tar.gz", hash = "sha256:dc5852a76f1eaf60eafa81a2e50aefa3d1f015c34cf0cba130930866b1b22a92"},
{file = "types_requests-2.31.0.10-py3-none-any.whl", hash = "sha256:b32b9a86beffa876c0c3ac99a4cd3b8b51e973fb8e3bd4e0a6bb32c7efad80fc"},
{file = "types-requests-2.31.0.20231231.tar.gz", hash = "sha256:0f8c0c9764773384122813548d9eea92a5c4e1f33ed54556b508968ec5065cee"},
{file = "types_requests-2.31.0.20231231-py3-none-any.whl", hash = "sha256:2e2230c7bc8dd63fa3153c1c0ae335f8a368447f0582fc332f17d54f88e69027"},
]
[package.dependencies]
@@ -718,4 +718,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "dff5ec76b281aace16ae98bad42265c6245a9699cb7f8c5a54440f322cc149ab"
content-hash = "1bb838d1fc540031a85b1ceb28213df767199b40fae1c35cda0bb8fa901d41dd"

View File

@@ -19,7 +19,7 @@ black = "^23.11.0"
pylint = "^3.0.3"
rope = "^1.11.0"
mypy = "^1.7.1"
types-requests = "^2.31.0.10"
types-requests = "^2.31.0.20231231"
[build-system]
requires = ["poetry-core"]