From acf7d151c715d0b18870ecc660a8677f57f0bcea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:10:02 +0100 Subject: [PATCH] Bump the python-packages group with 7 updates (#933) * Bump the python-packages group with 7 updates Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.25` | `9.5.27` | | [twine](https://github.com/pypa/twine) | `5.1.0` | `5.1.1` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.5.3` | `7.5.4` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.7` | `0.5.0` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.10.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.7.5` | `3.9.0` | Updates `mkdocs-material` from 9.5.25 to 9.5.27 - [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.25...9.5.27) Updates `twine` from 5.1.0 to 5.1.1 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/5.1.0...v5.1.1) Updates `coverage[toml]` from 7.5.3 to 7.5.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.5.3...7.5.4) Updates `ruff` from 0.4.7 to 0.5.0 - [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/v0.4.7...0.5.0) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) Updates `pytest` from 8.2.1 to 8.2.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.2.1...8.2.2) Updates `matplotlib` from 3.7.5 to 3.9.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.5...v3.9.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: coverage[toml] 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-patch dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] * Update requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Christie --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index ca660c93..1ec37189 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,21 +3,21 @@ # Docs mkdocs==1.6.0 mkdocs-autorefs==1.0.1 -mkdocs-material==9.5.25 +mkdocs-material==9.5.27 mkdocs-material-extensions==1.3.1 mkdocstrings[python-legacy]==0.25.1 jinja2==3.1.4 # Packaging build==1.2.1 -twine==5.1.0 +twine==5.1.1 # Tests & Linting -coverage[toml]==7.5.3 -ruff==0.4.7 -mypy==1.10.0 +coverage[toml]==7.5.4 +ruff==0.5.0 +mypy==1.10.1 trio-typing==0.10.0 -pytest==8.2.1 +pytest==8.2.2 pytest-httpbin==2.0.0 pytest-trio==0.8.0 werkzeug<2.1 # See: https://github.com/psf/httpbin/issues/35