From 1a0678eb3d63c17613252c7b1f55a6a1b51ccfa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 08:47:45 +0000 Subject: [PATCH] build(deps): bump requests in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [requests](https://github.com/psf/requests). Updates `requests` from 2.32.3 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... 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 3709bad..d910b6b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2989,20 +2989,20 @@ files = [ [[package]] name = "requests" -version = "2.32.3" +version = "2.32.4" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" groups = ["main", "test"] markers = "implementation_name == \"cpython\" or implementation_name == \"pypy\"" files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, + {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2,<4" +charset_normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" @@ -3766,4 +3766,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "04cdc89263c6f0bd96897eeddc5d66a9fe4d48ea2e8f19358ff6184b6407ecbc" +content-hash = "2bf69ee29ff3951f221b1041b35d73c9a0e74aa546d9084729e325e109c4cd14" diff --git a/pyproject.toml b/pyproject.toml index d582aa5..e196f19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Cerberus = "1.3.4" Flask-RESTful = "0.3.10" JSON-log-formatter = "0.5.2" PyYAML = "6.0.1" -requests = "2.32.3" +requests = "2.32.4" web3 = "6.5.0" pyaml-env = "1.2.1" python-dotenv = "1.0.1"