From 0a0cbb9f7c4301b4cff564d329d16603c368edae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:25:44 +0000 Subject: [PATCH] build(deps-dev): bump types-requests Bumps [types-requests](https://github.com/python/typeshed) from 2.32.0.20240602 to 2.32.0.20240622. - [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 | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 16aab798..73d08ed2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "arrow" @@ -2291,13 +2291,13 @@ files = [ [[package]] name = "types-requests" -version = "2.32.0.20240602" +version = "2.32.0.20240622" description = "Typing stubs for requests" optional = false python-versions = ">=3.8" files = [ - {file = "types-requests-2.32.0.20240602.tar.gz", hash = "sha256:3f98d7bbd0dd94ebd10ff43a7fbe20c3b8528acace6d8efafef0b6a184793f06"}, - {file = "types_requests-2.32.0.20240602-py3-none-any.whl", hash = "sha256:ed3946063ea9fbc6b5fc0c44fa279188bae42d582cb63760be6cb4b9d06c3de8"}, + {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"}, ] [package.dependencies] @@ -2475,4 +2475,4 @@ pgsql = ["psycopg"] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "bf1ab1696dba78c407b7285d781972e8ca9fc0998fe8b77114caf857ab086569" +content-hash = "1803ccd7b066d22c5f55bd49c6a622c7268e2c543d495230b92c508bd92296c4" diff --git a/pyproject.toml b/pyproject.toml index 9faba747..2975e00d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ python-semantic-release = "7.34.6" requests-mock = "1.12.1" syrupy = "4.6.1" types-python-dateutil = "2.9.0.20240316" -types-requests = "2.32.0.20240602" +types-requests = "2.32.0.20240622" types-setuptools = "70.0.0.20240524" types-toml = "0.10.8.20240310" ruff = "^0.5.0"