From 19ce2f9f0028482a903ed13408aa93c0e5aa9d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:11:07 +0000 Subject: [PATCH] Bump requests from 2.27.1 to 2.32.2 in /docs Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.32.2. - [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.27.1...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index c1ce02db..ec75aad1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -13,7 +13,7 @@ djangorestframework>=3.10.3 Django>=3.0.3 psycopg2-binary>=2.8.3 python-decouple==3.1 -requests==2.27.1 +requests==2.32.2 daphne>=2.4.1 django-widget-tweaks>=1.4.5 django-extensions>=2.1.6