From bba552bdabc0f020ded45afc51d5c4052802c672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 06:40:05 +0000 Subject: [PATCH] chore(deps): bump urllib3 from 2.6.1 to 2.6.3 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.1 to 2.6.3. - [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.1...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4d4293231..9cb40077c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ dependencies = [ "requests==2.32.4", "tabula-py==1.2.0", "typing==3.6.2", - "urllib3==2.6.1", + "urllib3==2.6.3", "xmltodict==0.11.0", "xhtml2pdf==0.2.17", "reportlab", # XXX: Used by xhtml2pdf reportlab==3.6.7 breaks for now