mirror of
https://github.com/curl/curl.git
synced 2026-08-12 14:20:54 +03:00
- update `ruff` from 0.14.5 to 0.14.8 - update `psutil` from 7.1.2 to 7.1.3 - update `pytest` from 8.4.2 to 9.0.1 Closes #19876
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.0
|
|
psutil==7.1.3
|
|
pytest==9.0.1
|
|
pytest-xdist==3.8.0
|
|
websockets==15.0.1
|