From f86ccfce796c019efecdfc78ee7ba0407d1f4e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:49:24 +0000 Subject: [PATCH] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.31.0.20240106 to 2.31.0.20240311. - [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 91bc73d..a02fb6f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -591,13 +591,13 @@ files = [ [[package]] name = "types-requests" -version = "2.31.0.20240106" +version = "2.31.0.20240311" 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.20240311.tar.gz", hash = "sha256:b1c1b66abfb7fa79aae09097a811c4aa97130eb8831c60e47aee4ca344731ca5"}, + {file = "types_requests-2.31.0.20240311-py3-none-any.whl", hash = "sha256:47872893d65a38e282ee9f277a4ee50d1b28bd592040df7d1fdaffdf3779937d"}, ] [package.dependencies] @@ -651,4 +651,4 @@ fetch-lists = ["requests"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ac5b74a59762453d6807b926e275272dfabb8c8185904de8cc3a5642f78d7b7e" +content-hash = "56fed2d17b4e540a2e7da89aedfff29d42b33e3c7a19f3c9097df7e7e8acbf1a" diff --git a/pyproject.toml b/pyproject.toml index 919cf5b..f530fef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.20240311" [build-system] requires = ["poetry_core>=1.1", "setuptools"]