From a37cecbe38b54a9972f36b29ca49ca285856805f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 02:56:00 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 8 updates Bumps the python-packages group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.3` | | [pluggy](https://github.com/pytest-dev/pluggy) | `1.4.0` | `1.5.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.4` | `0.4.7` | | [mkdocs](https://github.com/mkdocs/mkdocs) | `1.5.3` | `1.6.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.16` | `9.5.25` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.24.1` | `0.25.1` | | [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.9.0` | `1.10.3` | Updates `coverage` from 7.4.4 to 7.5.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.4...7.5.3) Updates `pluggy` from 1.4.0 to 1.5.0 - [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pluggy/compare/1.4.0...1.5.0) Updates `pytest` from 8.1.1 to 8.2.1 - [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.1.1...8.2.1) Updates `ruff` from 0.3.4 to 0.4.7 - [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.3.4...v0.4.7) Updates `mkdocs` from 1.5.3 to 1.6.0 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.5.3...1.6.0) Updates `mkdocs-material` from 9.5.16 to 9.5.25 - [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.16...9.5.25) Updates `mkdocstrings` from 0.24.1 to 0.25.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.1...0.25.1) Updates `mkdocstrings-python` from 1.9.0 to 1.10.3 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.9.0...1.10.3) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pluggy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-minor 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 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- requirements.txt | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b26206..8141654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,25 +34,25 @@ dependencies = [] dev = [ "atomicwrites==1.4.1", "attrs==23.2.0", - "coverage==7.4.4", + "coverage==7.5.3", "more-itertools==10.2.0", "pbr==6.0.0", - "pluggy==1.4.0", + "pluggy==1.5.0", "py==1.11.0", - "pytest==8.1.1", + "pytest==8.2.1", "pytest-cov==5.0.0", "PyYAML==6.0.1", "invoke==2.2.0", "pytest-timeout==2.3.1", - "ruff==0.3.4", + "ruff==0.4.7", "hatch", "atheris==2.3.0; python_version != '3.12'", ] docs = [ - "mkdocs==1.5.3", - "mkdocs-material==9.5.16", - "mkdocstrings==0.24.1", - "mkdocstrings-python==1.9.0", + "mkdocs==1.6.0", + "mkdocs-material==9.5.25", + "mkdocstrings==0.25.1", + "mkdocstrings-python==1.10.3", "mkdocs-autorefs==1.0.1", ] diff --git a/requirements.txt b/requirements.txt index e768612..e9d76d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ atomicwrites==1.4.1 attrs==23.2.0 -coverage==7.4.4 +coverage==7.5.3 more-itertools==10.2.0 pbr==6.0.0 -pluggy==1.4.0 +pluggy==1.5.0 py==1.11.0 -pytest==8.1.1 +pytest==8.2.1 PyYAML==6.0.1 -ruff==0.3.4 +ruff==0.4.7 atheris==2.3.0