Skip to content

Commit f976e26

Browse files
georgeRobertsonstevenhsd
authored andcommitted
build: upgrade urllib3 from 2.5.0 to 2.6.0
fix vulns in v2.5.0
1 parent 1b66735 commit f976e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ requests = "2.32.4" # Mitigates security vuln in < 2.31.0
3939
schedula = "1.2.19"
4040
sqlalchemy = "2.0.19"
4141
typing_extensions = "4.6.2"
42-
urllib3 = "2.5.0" # Mitigates security vuln in < 1.26.19
42+
urllib3 = "2.6.0" # Mitigates security vuln in < 2.5.0
4343
xmltodict = "0.13.0"
4444

4545
[tool.poetry.group.dev]

0 commit comments

Comments
 (0)