From 46dfad25083bd56875d81cc41cf88ea97cba71e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:49:39 +0000 Subject: [PATCH] Bump the primary-dev-dependencies group with 5 updates Bumps the primary-dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.0.0` | | [black](https://github.com/psf/black) | `23.12.1` | `24.1.1` | | [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.0.0` | | [tox](https://github.com/tox-dev/tox) | `4.11.4` | `4.12.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.3` | `9.5.6` | Updates `pytest` from 7.4.4 to 8.0.0 - [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/7.4.4...8.0.0) Updates `black` from 23.12.1 to 24.1.1 - [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/23.12.1...24.1.1) Updates `flake8` from 6.1.0 to 7.0.0 - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) Updates `tox` from 4.11.4 to 4.12.1 - [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.11.4...4.12.1) Updates `mkdocs-material` from 9.5.3 to 9.5.6 - [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.3...9.5.6) --- updated-dependencies: - dependency-name: pytest 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-major dependency-group: primary-dev-dependencies - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major 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: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: primary-dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c2a7b12..98e06cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,19 +28,19 @@ starfleet = "starfleet.cli.entrypoint:cli" [project.optional-dependencies] tests = [ - "pytest==7.4.4", + "pytest==8.0.0", "pytest-cov==4.1.0", "pytest-xdist==3.5.0", - "black==23.12.1", - "flake8==6.1.0", + "black==24.1.1", + "flake8==7.0.0", "pylint==3.0.3", - "tox==4.11.4", + "tox==4.12.1", "moto==4.2.9", "mkdocs==1.5.3", "mkdocstrings[python]==0.24.0", "mkdocs-gen-files==0.5.0", "mkdocs-literate-nav==0.6.1", - "mkdocs-material==9.5.3", + "mkdocs-material==9.5.6", "cfn-lint>=0.77", "checkov>=2.3", ]