From 264612d8ef6d532b79e60f6e8c2ce98939843b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:09:53 +0000 Subject: [PATCH] GHA: Bump the pip-dependencies group across 2 directories with 7 updates Bumps the pip-dependencies group with 2 updates in the /.github/scripts directory: [codespell](https://github.com/codespell-project/codespell) and [ruff](https://github.com/astral-sh/ruff). Bumps the pip-dependencies group with 5 updates in the /tests directory: | Package | From | To | | --- | --- | --- | | [impacket](https://github.com/fortra/impacket) | `0.13.0` | `0.13.1` | | [cryptography](https://github.com/pyca/cryptography) | `46.0.7` | `49.0.0` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.29.0` | `3.32.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [websockets](https://github.com/python-websockets/websockets) | `16.0` | `16.1.1` | Updates `codespell` from 2.4.2 to 2.4.3 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.2...v2.4.3) Updates `ruff` from 0.15.12 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.12...0.16.0) Updates `impacket` from 0.13.0 to 0.13.1 - [Release notes](https://github.com/fortra/impacket/releases) - [Changelog](https://github.com/fortra/impacket/blob/master/ChangeLog.md) - [Commits](https://github.com/fortra/impacket/commits) Updates `cryptography` from 46.0.7 to 49.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/46.0.7...49.0.0) Updates `filelock` from 3.29.0 to 3.32.0 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.29.0...3.32.0) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `websockets` from 16.0 to 16.1.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/16.0...16.1.1) --- updated-dependencies: - dependency-name: codespell dependency-version: 2.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: impacket dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: filelock dependency-version: 3.32.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: websockets dependency-version: 16.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- .github/scripts/requirements.txt | 4 ++-- tests/http/requirements.txt | 8 ++++---- tests/requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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