From c373bb423a355c295208a1032eb7e3bc89aaeb57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 00:25:23 +0000 Subject: [PATCH] Bump the python-packages group with 9 updates Bumps the python-packages group with 9 updates: | Package | From | To | | --- | --- | --- | | [websockets](https://github.com/python-websockets/websockets) | `13.1` | `15.0.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.9` | `0.11.12` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.14.1` | | [pytest-xdist[psutil]](https://github.com/pytest-dev/pytest-xdist) | `3.6.1` | `3.7.0` | | [mypy](https://github.com/python/mypy) | `1.15.0` | `1.16.0` | | [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) | `6.0.12.20250402` | `6.0.12.20250516` | | [cryptography](https://github.com/pyca/cryptography) | `44.0.3` | `45.0.3` | | [coverage](https://github.com/nedbat/coveragepy) | `7.8.0` | `7.8.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.13` | `9.6.14` | Updates `websockets` from 13.1 to 15.0.1 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.1...15.0.1) Updates `ruff` from 0.11.9 to 0.11.12 - [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.11.9...0.11.12) Updates `pytest-mock` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.14.1) Updates `pytest-xdist[psutil]` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.6.1...v3.7.0) Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.15.0...v1.16.0) Updates `types-pyyaml` from 6.0.12.20250402 to 6.0.12.20250516 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `cryptography` from 44.0.3 to 45.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...45.0.3) Updates `coverage` from 7.8.0 to 7.8.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.8.0...7.8.2) Updates `mkdocs-material` from 9.6.13 to 9.6.14 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.13...9.6.14) --- updated-dependencies: - dependency-name: websockets dependency-version: 15.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff dependency-version: 0.11.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-xdist[psutil] dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: types-pyyaml dependency-version: 6.0.12.20250516 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: cryptography dependency-version: 45.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: coverage dependency-version: 7.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocs-material dependency-version: 9.6.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 89aec0e15..db752d659 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,27 +6,27 @@ h11==0.16.0 # Explicit optionals a2wsgi==1.10.8 wsproto==1.2.0 -websockets==13.1 +websockets==15.0.1 # Packaging build==1.2.2.post1 twine==6.1.0 # Testing -ruff==0.11.9 +ruff==0.11.12 pytest==8.3.5 -pytest-mock==3.14.0 -pytest-xdist[psutil]==3.6.1 -mypy==1.15.0 +pytest-mock==3.14.1 +pytest-xdist[psutil]==3.7.0 +mypy==1.16.0 types-click==7.1.8 -types-pyyaml==6.0.12.20250402 +types-pyyaml==6.0.12.20250516 trustme==1.2.1 -cryptography==44.0.3 -coverage==7.8.0 +cryptography==45.0.3 +coverage==7.8.2 coverage-conditional-plugin==0.9.0 coverage-enable-subprocess==1.0 httpx==0.28.1 # Documentation mkdocs==1.6.1 -mkdocs-material==9.6.13 +mkdocs-material==9.6.14