From 4982a6105f306b02e6efe5f7ed421abf69da2710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 02:40:40 +0000 Subject: [PATCH] chore(deps): bump urllib3 in the python-packages group Bumps the python-packages group with 1 update: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.2.3 to 2.3.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.2.3...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 19ec1ea..32226a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ idna==3.10 requests==2.32.3 sqlparse==0.5.3 typing_extensions==4.12.2 -urllib3==2.2.3 +urllib3==2.3.0 # MariaDB / MYSQL # mysqlclient==2.2.6 # PostgreSQL