From 1c87aac7ba87e47e96fa01ac8bc870eb5d78716f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 12:52:14 +0000 Subject: [PATCH] chore(deps): bump the pip group across 3 directories with 3 updates Bumps the pip group with 1 update in the / directory: [urllib3](https://github.com/urllib3/urllib3). Bumps the pip group with 1 update in the /operator/bluegreen-agent directory: [python-dotenv](https://github.com/theskumar/python-dotenv). Bumps the pip group with 1 update in the /tools/webserver directory: [flask](https://github.com/pallets/flask). Updates `urllib3` from 2.6.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0) Updates `python-dotenv` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.2) Updates `flask` from 2.0.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.0.2...3.1.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- nc_requirements.txt | 2 +- operator/bluegreen-agent/requirements.txt | 2 +- tools/webserver/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nc_requirements.txt b/nc_requirements.txt index f1417fb99..eebf86559 100644 --- a/nc_requirements.txt +++ b/nc_requirements.txt @@ -7,7 +7,7 @@ psycopg2 py_mini_racer prometheus_client setuptools==81.0.0 -urllib3==2.6.3 +urllib3==2.7.0 # tls issue oslo.service>=4.2.2 fastapi diff --git a/operator/bluegreen-agent/requirements.txt b/operator/bluegreen-agent/requirements.txt index c8cc14e21..c0231977f 100644 --- a/operator/bluegreen-agent/requirements.txt +++ b/operator/bluegreen-agent/requirements.txt @@ -1,6 +1,6 @@ fastapi>=0.115.0 uvicorn==0.29.0 asyncpg==0.29.0 -python-dotenv==1.0.1 +python-dotenv==1.2.2 setuptools==81.0.0 starlette>=0.40.0 diff --git a/tools/webserver/requirements.txt b/tools/webserver/requirements.txt index 2db5aeaff..225c854c6 100644 --- a/tools/webserver/requirements.txt +++ b/tools/webserver/requirements.txt @@ -1 +1 @@ -Flask==2.0.2 \ No newline at end of file +Flask==3.1.3 \ No newline at end of file