From 6215230fd2f42a05de7d4fe7fc950ed1eabe8b93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:48:35 +0100 Subject: [PATCH] Bump the python-packages group with 7 updates (#2499) * 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] * Update requirements.txt * Update requirements.txt * Update requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcelo Trylesinski --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index dc3b71d6e..bf8b09827 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,23 +10,24 @@ 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 +cryptography==43.0.3 +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 # Documentation mkdocs==1.6.1 -mkdocs-material==9.5.39 +mkdocs-material==9.5.43