From 33515410175de3a035f9fd734bf42fcdde045afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 21:29:29 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... 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 e0ea50a..b6b9245 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1154,13 +1154,13 @@ files = [ [[package]] name = "requests" -version = "2.31.0" +version = "2.32.0" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"}, - {file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"}, + {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, + {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, ] [package.dependencies] @@ -1596,4 +1596,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d01b3ff8be2aec89a4cb98b2f69133026f7fa592f8b291413086510a492b9ceb" +content-hash = "10ed2925b11c25d3a9dd3bff55d176e06d3ab90cb3468d6fb9889006c783ece0" diff --git a/pyproject.toml b/pyproject.toml index f739b35..cd14fe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python-git-info = "^0.8.3" python-on-whales = "0.71.0" python-slugify = "8.0.4" pyyaml = "6.0.1" -requests = "2.31.0" +requests = "2.32.0" requests-toolbelt = "1.0.0" rich = "13.7.1" semver = "^3.0.2"