From e0dcf480621b8518756092a26ece72f05639bfc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 May 2024 10:52:34 +0000 Subject: [PATCH] chore(deps): bump requests from 2.31.0 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.31.0 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.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index 2959c94..c02b391 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -11,7 +11,7 @@ djangorestframework-jsonapi==6.1.0 mozilla-django-oidc==3.0.0 pyexcel==0.7.0 pyexcel-xlsx==0.6.0 -requests==2.31.0 +requests==2.32.2 uwsgi==2.0.23 openpyxl==3.0.10 # TODO: dependency of `pyexcel-xlsx` Remove as soon as https://github.com/pyexcel/pyexcel-xlsx/issues/52 is resolved.