build(deps-dev): bump types-requests
Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.20240106 to 2.31.0.20240125. - [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>pull/29/head
parent
5ad435b90c
commit
ff298011c2
|
|
@ -591,13 +591,13 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "types-requests"
|
||||
version = "2.31.0.20240106"
|
||||
version = "2.31.0.20240125"
|
||||
description = "Typing stubs for requests"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{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"},
|
||||
{file = "types-requests-2.31.0.20240125.tar.gz", hash = "sha256:03a28ce1d7cd54199148e043b2079cdded22d6795d19a2c2a6791a4b2b5e2eb5"},
|
||||
{file = "types_requests-2.31.0.20240125-py3-none-any.whl", hash = "sha256:9592a9a4cb92d6d75d9b491a41477272b710e021011a2a3061157e2fb1f1a5d1"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -651,4 +651,4 @@ fetch-lists = ["requests"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "ac5b74a59762453d6807b926e275272dfabb8c8185904de8cc3a5642f78d7b7e"
|
||||
content-hash = "064eaf4e70566a8513bbdffbf6e387c1e5657d6a53ef631d6baeb8bb21dc38a6"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ fetch_lists = ["requests"]
|
|||
jsonschema = "^4.20.0"
|
||||
mypy = "^1.8.0"
|
||||
pytest-cov = "^4.1.0"
|
||||
types-requests = "^2.31.0.20240106"
|
||||
types-requests = "^2.31.0.20240125"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry_core>=1.1", "setuptools"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue