Skip to content

Commit 264612d

Browse files
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](codespell-project/codespell@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](astral-sh/ruff@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](pyca/cryptography@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](tox-dev/filelock@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](pytest-dev/pytest@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](python-websockets/websockets@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] <support@github.com>
1 parent 2dfd265 commit 264612d

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/scripts/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: curl
44

55
cmakelang==0.6.13
6-
codespell==2.4.2
6+
codespell==2.4.3
77
pytype==2024.10.11
88
reuse==6.2.0
9-
ruff==0.15.12
9+
ruff==0.16.0

tests/http/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# SPDX-License-Identifier: curl
44

5-
cryptography==46.0.7
6-
filelock==3.29.0
5+
cryptography==49.0.0
6+
filelock==3.32.0
77
psutil==7.2.2
8-
pytest==9.0.3
8+
pytest==9.1.1
99
pytest-xdist==3.8.0
10-
websockets==16.0
10+
websockets==16.1.1

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
#
33
# SPDX-License-Identifier: curl
44

5-
impacket==0.13.0
5+
impacket==0.13.1

0 commit comments

Comments
 (0)