From 908d652244c13d745cb81001ad8483cd51042d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 00:30:08 +0000 Subject: [PATCH 1/2] Bump the python-packages group with 5 updates Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [websockets](https://github.com/python-websockets/websockets) | `13.1` | `15.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.4` | `0.9.9` | | [mypy](https://github.com/python/mypy) | `1.14.1` | `1.15.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.10` | `7.6.12` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.1` | `9.6.5` | Updates `websockets` from 13.1 to 15.0 - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/13.1...15.0) Updates `ruff` from 0.9.4 to 0.9.9 - [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.9.4...0.9.9) Updates `mypy` from 1.14.1 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) Updates `coverage` from 7.6.10 to 7.6.12 - [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.6.10...7.6.12) Updates `mkdocs-material` from 9.6.1 to 9.6.5 - [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.1...9.6.5) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index e6f2c0de3..bc6d9a1d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,25 +7,25 @@ h11 @ git+https://github.com/python-hyper/h11.git@master # Explicit optionals a2wsgi==1.10.8 wsproto==1.2.0 -websockets==13.1 +websockets==15.0 # Packaging build==1.2.2.post1 twine==6.1.0 # Testing -ruff==0.9.4 +ruff==0.9.9 pytest==8.3.4 pytest-mock==3.14.0 -mypy==1.14.1 +mypy==1.15.0 types-click==7.1.8 types-pyyaml==6.0.12.20241230 trustme==1.2.1 cryptography==44.0.1 -coverage==7.6.10 +coverage==7.6.12 coverage-conditional-plugin==0.9.0 httpx==0.28.1 # Documentation mkdocs==1.6.1 -mkdocs-material==9.6.1 +mkdocs-material==9.6.5 From ff5e4dcc3b6ac61cb0d21b900853849e9467b1da Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sat, 8 Mar 2025 14:22:02 +0100 Subject: [PATCH 2/2] drop websockets bump --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bc6d9a1d6..9c781ab62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ h11 @ git+https://github.com/python-hyper/h11.git@master # Explicit optionals a2wsgi==1.10.8 wsproto==1.2.0 -websockets==15.0 +websockets==13.1 # Packaging build==1.2.2.post1