From 7b39e6abd256474d753b4241a67aa10b6bd70d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:16:47 +0000 Subject: [PATCH] Bump the python-packages group with 6 updates (#896) Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `0.5.0` | `1.0.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.10` | `9.5.12` | | [mkdocstrings[python-legacy]](https://github.com/mkdocstrings/mkdocstrings) | `0.24.0` | `0.24.1` | | [build](https://github.com/pypa/build) | `1.0.3` | `1.1.1` | | [coverage[toml]](https://github.com/nedbat/coveragepy) | `7.4.1` | `7.4.3` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.1` | `8.0.2` | Updates `mkdocs-autorefs` from 0.5.0 to 1.0.1 - [Release notes](https://github.com/mkdocstrings/autorefs/releases) - [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/autorefs/compare/0.5.0...1.0.1) Updates `mkdocs-material` from 9.5.10 to 9.5.12 - [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.10...9.5.12) Updates `mkdocstrings[python-legacy]` from 0.24.0 to 0.24.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.24.0...0.24.1) Updates `build` from 1.0.3 to 1.1.1 - [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.0.3...1.1.1) Updates `coverage[toml]` from 7.4.1 to 7.4.3 - [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.4.1...7.4.3) Updates `pytest` from 8.0.1 to 8.0.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.0.1...8.0.2) --- updated-dependencies: - dependency-name: mkdocs-autorefs dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mkdocstrings[python-legacy] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage[toml] 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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6d287276..6983754b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,23 +2,23 @@ # Docs mkdocs==1.5.3 -mkdocs-autorefs==0.5.0 -mkdocs-material==9.5.10 +mkdocs-autorefs==1.0.1 +mkdocs-material==9.5.12 mkdocs-material-extensions==1.3.1 -mkdocstrings[python-legacy]==0.24.0 +mkdocstrings[python-legacy]==0.24.1 jinja2==3.1.3 # Packaging -build==1.0.3 +build==1.1.1 twine # Tests & Linting -coverage[toml]==7.4.1 +coverage[toml]==7.4.3 ruff==0.3.0 mypy==1.8.0 trio-typing==0.10.0 types-certifi==2021.10.8.3 -pytest==8.0.1 +pytest==8.0.2 pytest-httpbin==2.0.0 pytest-trio==0.8.0 werkzeug<2.1 # See: https://github.com/postmanlabs/httpbin/issues/673