Bump types-requests from 2.31.0.20231231 to 2.31.0.20240106 (#347)

Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.20231231 to 2.31.0.20240106.
- [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-08 18:57:22 -05:00
committed by GitHub
parent 4a397d38cb
commit 3192f81592
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -665,13 +665,13 @@ files = [
[[package]]
name = "types-requests"
version = "2.31.0.20231231"
version = "2.31.0.20240106"
description = "Typing stubs for requests"
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{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"},
{file = "types-requests-2.31.0.20240106.tar.gz", hash = "sha256:0e1c731c17f33618ec58e022b614a1a2ecc25f7dc86800b36ef341380402c612"},
{file = "types_requests-2.31.0.20240106-py3-none-any.whl", hash = "sha256:da997b3b6a72cc08d09f4dba9802fdbabc89104b35fe24ee588e674037689354"},
]
[package.dependencies]
@@ -722,4 +722,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "0f5c189599f5dce901e298f31fb10c8a6e98a4877ac08489f17bf930d7fe9c10"
content-hash = "62bbba7c3fb32043a84d21f50e98f6e87814e1d88b3a09b5ef06e4efb34d2bb1"

View File

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