File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ testdata.json
4343
4444# PyCharm
4545** /* .idea
46+ .run
4647
4748# Intellij
4849** /* .iml
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ coverage.*
3535
3636# PyCharm
3737* .idea
38+ .run
3839
3940# Kate
4041* .kate-swp
Original file line number Diff line number Diff line change 44Unreleased
55====================================================================================================================
66
7+ Changes:
8+
9+ * Pin `urllib3>=2.6.3 ` for latest security vulnerability fixes.
10+
7110.11.0 (2025-12-15)
812====================================================================================================================
913
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ PyJWT>=2
3737setuptools == 75.3.2 ; python_version < "3.9" # noqa
3838setuptools >= 78.1.1 ; python_version >= "3.9"
3939urllib3 >= 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"
4141zipp >= 3.19.1
You can’t perform that action at this time.
0 commit comments