Skip to content

Commit 54b0adb

Browse files
karstenkoenignordicjm
authored andcommitted
scripts: requirements: Bump outdated packages
protobuf 5.27.3 gets rejected by CI because of a CVE. bump ruff to 0.11.11 so gh action is satisfied. urllib3 to 2.5.0 because pip-audit failed. Signed-off-by: Karsten Koenig <[email protected]>
1 parent 35a7c67 commit 54b0adb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/requirements-fixed.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ ply==3.11 ; python_version >= "3.12" and python_version < "4.0"
117117
polib==1.2.0 ; python_version >= "3.12" and python_version < "4.0"
118118
prettytable==3.9.0 ; python_version >= "3.12" and python_version < "4.0"
119119
progress==1.6 ; python_version >= "3.12" and python_version < "4.0"
120-
protobuf==5.27.3 ; python_version >= "3.12" and python_version < "4.0"
120+
protobuf==5.29.5 ; python_version >= "3.12" and python_version < "4.0"
121121
psutil==6.1.0 ; python_version >= "3.12" and python_version < "4.0"
122122
publicsuffix2==2.20191221 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
123123
py==1.11.0 ; python_version >= "3.12" and python_version < "4.0"
@@ -156,7 +156,7 @@ requests==2.32.3 ; python_version >= "3.12" and python_version < "4.0"
156156
requests[use-chardet-on-py3]==2.32.3 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
157157
rpds-py==0.20.0 ; python_version >= "3.12" and python_version < "4.0"
158158
ruamel-yaml==0.17.32 ; python_version >= "3.12" and python_version < "4.0"
159-
ruff==0.8.1 ; python_version >= "3.12" and python_version < "4.0"
159+
ruff==0.11.11 ; python_version >= "3.12" and python_version < "4.0"
160160
saneyaml==0.6.1 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
161161
scancode-toolkit[full]==31.2.6 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
162162
semver==3.0.2 ; python_version >= "3.12" and python_version < "4.0"
@@ -180,7 +180,7 @@ typecode==30.0.2 ; python_version >= "3.12" and python_version < "4.0" and platf
180180
typecode[full]==30.0.2 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
181181
typing-extensions==4.8.0 ; python_version >= "3.12" and python_version < "4.0"
182182
unidiff==0.7.5 ; python_version >= "3.12" and python_version < "4.0"
183-
urllib3==2.2.2 ; python_version >= "3.12" and python_version < "4.0"
183+
urllib3==2.5.0 ; python_version >= "3.12" and python_version < "4.0"
184184
urlpy==0.5 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"
185185
wcwidth==0.2.6 ; python_version >= "3.12" and python_version < "4.0"
186186
webencodings==0.5.1 ; python_version >= "3.12" and python_version < "4.0" and platform_machine == "x86_64"

0 commit comments

Comments
 (0)