From 4895fb9022ddb0606469e2db03988cb6063bcb3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 10:08:04 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /software directory: [flask](https://github.com/pallets/flask) and [requests](https://github.com/psf/requests). Updates `flask` from 2.3.2 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.3.2...3.1.3) Updates `requests` from 2.32.0 to 2.33.0 - [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.0...v2.33.0) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- software/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/software/requirements.txt b/software/requirements.txt index 20f361488..5c0d029a5 100644 --- a/software/requirements.txt +++ b/software/requirements.txt @@ -1,12 +1,12 @@ api==0.0.7 beautifulsoup4==4.10.0 colorama==0.4.4 -Flask==2.3.2 +Flask==3.1.3 Jinja2==3.1.6 ordereddict==1.1 Pygments==2.15.0 rdflib==6.1.1 -requests==2.32.0 +requests==2.33.0 #sets==0.3.2 six==1.16.0 markdown2 \ No newline at end of file