From ad3f58f4e81518ef0d813d96f0af60cba5a13d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:27:11 +0000 Subject: [PATCH] Chore(deps): Bump requests from 2.28.1 to 2.32.3 Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.32.3. - [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.28.1...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b17d68..5756980 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -147,7 +147,7 @@ optional-dependencies.test = [ "pytest-cov<6", "pytest-mock<4", "pytest-mqtt>=0.4.2,<0.5", - "requests==2.28.1", + "requests==2.32.3", "testcontainer-python-rabbitmq==0.4.*", ] urls.Changelog = "https://lorrystream.readthedocs.io/changes.html"