From f89b0da2e6e83f0c44b8a8b72b201e5b3072730b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:44:43 +0000 Subject: [PATCH 1/4] Bump the python-packages group with 7 updates Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.2.2` | `1.2.2.post1` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.8` | `0.7.1` | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.13.0` | | [trustme](https://github.com/python-trio/trustme) | `1.1.0` | `1.2.0` | | [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `43.0.3` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.1` | `7.6.4` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.39` | `9.5.43` | Updates `build` from 1.2.2 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.2...1.2.2.post1) Updates `ruff` from 0.6.8 to 0.7.1 - [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.6.8...0.7.1) Updates `mypy` from 1.11.2 to 1.13.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.13.0) Updates `trustme` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/python-trio/trustme/releases) - [Commits](https://github.com/python-trio/trustme/compare/v1.1.0...v1.2.0) Updates `cryptography` from 43.0.1 to 43.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...43.0.3) Updates `coverage` from 7.6.1 to 7.6.4 - [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.1...7.6.4) Updates `mkdocs-material` from 9.5.39 to 9.5.43 - [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.5.39...9.5.43) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: trustme dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index dc3b71d6e..7ef650ff3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,23 +10,23 @@ wsproto==1.2.0 websockets==13.1 # Packaging -build==1.2.2 +build==1.2.2.post1 twine==5.1.1 # Testing -ruff==0.6.8 +ruff==0.7.1 pytest==8.3.3 pytest-mock==3.14.0 -mypy==1.11.2 +mypy==1.13.0 types-click==7.1.8 types-pyyaml==6.0.12.20240917 -trustme==1.1.0 -cryptography==43.0.1 -coverage==7.6.1 +trustme==1.2.0 +cryptography==43.0.3 +coverage==7.6.4 coverage-conditional-plugin==0.9.0 httpx==0.27.2 watchgod==0.8.2 # Documentation mkdocs==1.6.1 -mkdocs-material==9.5.39 +mkdocs-material==9.5.43 From 82dd03d7fdbf92980a330ed6b116805118d4b9ce Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Wed, 20 Nov 2024 19:59:18 +0100 Subject: [PATCH 2/4] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ef650ff3..b3d84c9f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pytest-mock==3.14.0 mypy==1.13.0 types-click==7.1.8 types-pyyaml==6.0.12.20240917 -trustme==1.2.0 +trustme==1.1.0 cryptography==43.0.3 coverage==7.6.4 coverage-conditional-plugin==0.9.0 From d3753e3b7b07b4ce56f6c0e0960707d685d8bf3b Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Wed, 20 Nov 2024 20:04:18 +0100 Subject: [PATCH 3/4] Update requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3d84c9f8..98da993a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,8 @@ types-click==7.1.8 types-pyyaml==6.0.12.20240917 trustme==1.1.0 cryptography==43.0.3 -coverage==7.6.4 +coverage==7.6.1; python_version < 3.9 +coverage==7.6.4; python_version >= 3.9 coverage-conditional-plugin==0.9.0 httpx==0.27.2 watchgod==0.8.2 From b22748190c193d91b2284f8c80e936cd27c3381d Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Wed, 20 Nov 2024 20:06:18 +0100 Subject: [PATCH 4/4] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 98da993a9..bf8b09827 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,8 +22,8 @@ types-click==7.1.8 types-pyyaml==6.0.12.20240917 trustme==1.1.0 cryptography==43.0.3 -coverage==7.6.1; python_version < 3.9 -coverage==7.6.4; python_version >= 3.9 +coverage==7.6.1; python_version < '3.9' +coverage==7.6.4; python_version >= '3.9' coverage-conditional-plugin==0.9.0 httpx==0.27.2 watchgod==0.8.2