Skip to content

Commit 52a7a31

Browse files
committed
pin urllib3>=2.6.3
1 parent a3fd92f commit 52a7a31

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ testdata.json
4343

4444
# PyCharm
4545
**/*.idea
46+
.run
4647

4748
# Intellij
4849
**/*.iml

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ coverage.*
3535

3636
# PyCharm
3737
*.idea
38+
.run
3839

3940
# Kate
4041
*.kate-swp

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changes
44
Unreleased
55
====================================================================================================================
66

7+
Changes:
8+
9+
* Pin `urllib3>=2.6.3` for latest security vulnerability fixes.
10+
711
0.11.0 (2025-12-15)
812
====================================================================================================================
913

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ PyJWT>=2
3737
setuptools==75.3.2; python_version < "3.9" # noqa
3838
setuptools>=78.1.1; python_version >= "3.9"
3939
urllib3>=2.2.2; python_version < "3.9" # noqa
40-
urllib3>=2.6.0; python_version >= "3.9"
40+
urllib3>=2.6.3; python_version >= "3.9"
4141
zipp>=3.19.1

0 commit comments

Comments
 (0)