This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hamilton.git
The following commit(s) were added to refs/heads/main by this push:
new 62f66785 Bump urllib3 from 1.26.17 to 2.5.0 in /ui/backend/server
62f66785 is described below
commit 62f667852f1133de1d4d1f535fd81b337b76ba6a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 18 22:16:43 2025 +0000
Bump urllib3 from 1.26.17 to 2.5.0 in /ui/backend/server
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 2.5.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/1.26.17...2.5.0)
---
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.5.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
ui/backend/server/requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui/backend/server/requirements.txt
b/ui/backend/server/requirements.txt
index 9edf45af..2d37eccc 100644
--- a/ui/backend/server/requirements.txt
+++ b/ui/backend/server/requirements.txt
@@ -47,7 +47,7 @@ sf-hamilton==1.58.0
six==1.16.0
sqlparse==0.4.4
typing_extensions==4.8.0
-urllib3==1.26.17
+urllib3==2.5.0
wrapt==1.15.0
xmltodict==0.13.0
yarl==1.9.2