build(deps-dev): bump types-requests
Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240622 to 2.32.0.20240905. - [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/47/head
parent
a68ca274d5
commit
4e809d60bf
|
|
@ -591,13 +591,13 @@ files = [
|
|||
|
||||
[[package]]
|
||||
name = "types-requests"
|
||||
version = "2.32.0.20240622"
|
||||
version = "2.32.0.20240905"
|
||||
description = "Typing stubs for requests"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "types-requests-2.32.0.20240622.tar.gz", hash = "sha256:ed5e8a412fcc39159d6319385c009d642845f250c63902718f605cd90faade31"},
|
||||
{file = "types_requests-2.32.0.20240622-py3-none-any.whl", hash = "sha256:97bac6b54b5bd4cf91d407e62f0932a74821bc2211f22116d9ee1dd643826caf"},
|
||||
{file = "types-requests-2.32.0.20240905.tar.gz", hash = "sha256:e97fd015a5ed982c9ddcd14cc4afba9d111e0e06b797c8f776d14602735e9bd6"},
|
||||
{file = "types_requests-2.32.0.20240905-py3-none-any.whl", hash = "sha256:f46ecb55f5e1a37a58be684cf3f013f166da27552732ef2469a0cc8e62a72881"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
|
@ -652,4 +652,4 @@ fetch-lists = ["requests"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "dce709019a235257805c57f4a9ff31ea0f718153baa49acdc4ec541729372c67"
|
||||
content-hash = "c923048bd41d008a689d44e119f596606ea013400e0bb12d6a21a6a53fc18b6f"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ fetch_lists = ["requests"]
|
|||
jsonschema = "^4.22.0"
|
||||
mypy = "^1.10.1"
|
||||
pytest-cov = "^5.0.0"
|
||||
types-requests = "^2.32.0.20240622"
|
||||
types-requests = "^2.32.0.20240905"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry_core>=1.1", "setuptools"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue