Skip to content

Commit 240f4e7

Browse files
Bump urllib3 from 2.5.0 to 2.6.3
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent abb44f6 commit 240f4e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
"termcolor==1.1.0",
4141
"texttable==1.6.4",
4242
"threadpoolctl==3.1.0",
43-
"urllib3==2.5.0",
43+
"urllib3==2.6.3",
4444
"validators==0.20.0",
4545
"treelib==1.6.1",
4646
"numpy==1.24.4",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ toml==0.10.2
4141
tomli==2.0.1
4242
treelib==1.7.1
4343
unipath==1.1
44-
urllib3==2.5.0
44+
urllib3==2.6.3
4545
validators==0.22.0
4646
yattag==1.15.2

0 commit comments

Comments
 (0)