From 2ec5329cec2e8febdffa0e882f72532ae3335c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 00:26:38 +0000 Subject: [PATCH] build(deps): Update requests requirement in /tools in the pip group Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. Updates `requests` 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.32.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- tools/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pyproject.toml b/tools/pyproject.toml index 2688397ce..96350c360 100644 --- a/tools/pyproject.toml +++ b/tools/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "at_server_tools"}] [tool.poetry.dependencies] python = "^3.8" -requests = "2.32.2" +requests = "2.32.3" dnspython = "2.6.1"