]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: bump pip-dependencies
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 13 Jan 2026 22:04:33 +0000 (22:04 +0000)
committerViktor Szakats <commit@vsz.me>
Tue, 13 Jan 2026 22:17:10 +0000 (23:17 +0100)
- update `ruff` from 0.14.10 to 0.14.11
- update `filelock` from 3.20.1 to 3.20.3 (CVE-2026-22701) (used in pytests)
- update `psutil` from 7.2.0 to 7.2.1

Closes #20300

.github/scripts/requirements.txt
tests/http/requirements.txt

index 69e8e9fc9b5eed55d2abd4ee21302bb55d1e590f..d111fe5063f53fcd924a31ee8c8aad2ff3d363e5 100644 (file)
@@ -6,4 +6,4 @@ cmakelang==0.6.13
 codespell==2.4.1
 pytype==2024.10.11
 reuse==6.2.0
-ruff==0.14.10
+ruff==0.14.11
index 6bdc81428392ae3822faef0b40020712076c9b99..e7e43c0295b61311e1e75c150300b42f51080b5b 100644 (file)
@@ -3,8 +3,8 @@
 # SPDX-License-Identifier: curl
 
 cryptography==46.0.3
-filelock==3.20.1
-psutil==7.2.0
+filelock==3.20.3
+psutil==7.2.1
 pytest==9.0.2
 pytest-xdist==3.8.0
 websockets==15.0.1