mirror of
https://github.com/curl/curl.git
synced 2026-08-13 00:12:23 +03:00
- update `filelock` from 3.20.0 to 3.20.1 (CVE-2025-68146) (used in pytests) - update `pytest` from 9.0.1 to 9.0.2 - update `ruff` from 0.14.8 to 0.14.9 Closes #20004
10 lines
198 B
Text
10 lines
198 B
Text
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
#
|
|
# SPDX-License-Identifier: curl
|
|
|
|
cryptography==46.0.3
|
|
filelock==3.20.1
|
|
psutil==7.1.3
|
|
pytest==9.0.2
|
|
pytest-xdist==3.8.0
|
|
websockets==15.0.1
|