diff --git a/.github/scripts/requirements.txt b/.github/scripts/requirements.txt index a23dce5882..a482198dff 100644 --- a/.github/scripts/requirements.txt +++ b/.github/scripts/requirements.txt @@ -3,7 +3,7 @@ # SPDX-License-Identifier: curl cmakelang==0.6.13 -codespell==2.4.2 +codespell==2.4.3 pytype==2024.10.11 reuse==6.2.0 -ruff==0.15.12 +ruff==0.16.0 diff --git a/tests/http/requirements.txt b/tests/http/requirements.txt index 62c680420d..0d7569c0af 100644 --- a/tests/http/requirements.txt +++ b/tests/http/requirements.txt @@ -2,9 +2,9 @@ # # SPDX-License-Identifier: curl -cryptography==46.0.7 -filelock==3.29.0 +cryptography==49.0.0 +filelock==3.32.0 psutil==7.2.2 -pytest==9.0.3 +pytest==9.1.1 pytest-xdist==3.8.0 -websockets==16.0 +websockets==16.1.1 diff --git a/tests/requirements.txt b/tests/requirements.txt index cb30e3e298..abf6918bb3 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,4 +2,4 @@ # # SPDX-License-Identifier: curl -impacket==0.13.0 +impacket==0.13.1