From 56ba2caaaeb250ed646e1b14010cfda58441b25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:51:15 +0000 Subject: [PATCH] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240622 to 2.32.0.20240907. - [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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e598aee..bc6df33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -591,13 +591,13 @@ files = [ [[package]] name = "types-requests" -version = "2.32.0.20240622" +version = "2.32.0.20240907" 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.20240907.tar.gz", hash = "sha256:ff33935f061b5e81ec87997e91050f7b4af4f82027a7a7a9d9aaea04a963fdf8"}, + {file = "types_requests-2.32.0.20240907-py3-none-any.whl", hash = "sha256:1d1e79faeaf9d42def77f3c304893dea17a97cae98168ac69f3cb465516ee8da"}, ] [package.dependencies] @@ -652,4 +652,4 @@ fetch-lists = ["requests"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "dce709019a235257805c57f4a9ff31ea0f718153baa49acdc4ec541729372c67" +content-hash = "81250516e705e563d368069dd97a3e4058685ceca594924cae00a6b17eefb5c0" diff --git a/pyproject.toml b/pyproject.toml index acdbfcb..e33604e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.20240907" [build-system] requires = ["poetry_core>=1.1", "setuptools"]