From 584e3e4d3f47acdda8ad909f218654a7f58cc944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 18:44:16 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.4 Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 125d5ea..0c1fa02 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1386,19 +1386,19 @@ typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""} [[package]] name = "requests" -version = "2.31.0" +version = "2.32.4" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["main"] 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.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" @@ -1758,4 +1758,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "3200193dd681f974a48067e383e652850e279d86524fbeba5bf01cf9cbb838e3" +content-hash = "8ae4fedcd5f25b60182c4ac0ba6bdc1f645d6fbd76de616f3efdf3c6413b93af" diff --git a/pyproject.toml b/pyproject.toml index a56bf80..73eaa18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ django-map-widgets = "^0.3.3" djangorestframework = "^3.14.0" djangorestframework-gis = "^0.18" paho-mqtt = "^1.6.1" -requests = "^2.31.0" +requests = "^2.32.4" python-dotenv = "^0.20.0" pymemcache = "^3.5.2" psycopg2-binary = "^2.9.3"