Skip to content

Commit c8d83e9

Browse files
authored
Merge pull request #979 from IABTechLab/kcc-UID2-6510-fix-vulnerability
Update urllib3 to 2.6.3
2 parents b26d228 + 20452c4 commit c8d83e9

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

test/python/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
name = "uid2-docs-python-tests"
33
version = "0.1.0"
44
description = "Python tests for UID2 documentation code samples"
5-
requires-python = ">=3.8"
5+
requires-python = ">=3.9"
66
dependencies = [
77
"uid2-client>=3.0.0a1",
88
"pytest>=7.0.0",
99
"python-dotenv>=1.0.0",
10+
"urllib3>=2.6.3",
1011
]
1112

1213
[project.optional-dependencies]

test/python/uv.lock

Lines changed: 4 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)