From 07347607d26ad9b9a1e597456f3489f8970fd9a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 18:58:27 +0000 Subject: [PATCH] Bump the primary-dev-dependencies group with 7 updates Bumps the primary-dev-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.1.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.1.0` | `5.0.0` | | [black](https://github.com/psf/black) | `24.1.1` | `24.3.0` | | [pylint](https://github.com/pylint-dev/pylint) | `3.0.3` | `3.1.0` | | [tox](https://github.com/tox-dev/tox) | `4.12.1` | `4.14.2` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `0.24.0` | `0.24.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.6` | `9.5.15` | Updates `pytest` from 8.0.0 to 8.1.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.0.0...8.1.1) Updates `pytest-cov` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) Updates `black` from 24.1.1 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.1.1...24.3.0) Updates `pylint` from 3.0.3 to 3.1.0 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v3.0.3...v3.1.0) Updates `tox` from 4.12.1 to 4.14.2 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.12.1...4.14.2) Updates `mkdocstrings[python]` 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 `mkdocs-material` from 9.5.6 to 9.5.15 - [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.6...9.5.15) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: primary-dev-dependencies - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: primary-dev-dependencies - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: primary-dev-dependencies - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: primary-dev-dependencies - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: primary-dev-dependencies - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: primary-dev-dependencies - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: primary-dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2cc9f3..6d18244 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,19 +28,19 @@ starfleet = "starfleet.cli.entrypoint:cli" [project.optional-dependencies] tests = [ - "pytest==8.0.0", - "pytest-cov==4.1.0", + "pytest==8.1.1", + "pytest-cov==5.0.0", "pytest-xdist==3.5.0", - "black==24.1.1", + "black==24.3.0", "flake8==7.0.0", - "pylint==3.0.3", - "tox==4.12.1", + "pylint==3.1.0", + "tox==4.14.2", "moto==4.2.9", "mkdocs==1.5.3", - "mkdocstrings[python]==0.24.0", + "mkdocstrings[python]==0.24.1", "mkdocs-gen-files==0.5.0", "mkdocs-literate-nav==0.6.1", - "mkdocs-material==9.5.6", + "mkdocs-material==9.5.15", "cfn-lint>=0.77", "checkov>=2.3", ]