From 5bf6c20660debbd2fee8f1823f2a34672509e564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:02:55 +0000 Subject: [PATCH] Bump the primary-dev-dependencies group with 6 updates Bumps the primary-dev-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.2` | | [black](https://github.com/psf/black) | `24.1.1` | `24.2.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.13.0` | | [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.12` | Updates `pytest` from 8.0.0 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.0...8.0.2) Updates `black` from 24.1.1 to 24.2.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.2.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.13.0 - [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.13.0) 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.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.6...9.5.12) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 98e06cc..253d3b7 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==8.0.2", "pytest-cov==4.1.0", "pytest-xdist==3.5.0", - "black==24.1.1", + "black==24.2.0", "flake8==7.0.0", - "pylint==3.0.3", - "tox==4.12.1", + "pylint==3.1.0", + "tox==4.13.0", "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.12", "cfn-lint>=0.77", "checkov>=2.3", ]