mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
- 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
11 lines
198 B
Plaintext
11 lines
198 B
Plaintext
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
cryptography==46.0.3
|
|
filelock==3.20.3
|
|
psutil==7.2.1
|
|
pytest==9.0.2
|
|
pytest-xdist==3.8.0
|
|
websockets==15.0.1
|