From 9c22be70fe024da5575436f9ee369329f347d136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:06:33 +0000 Subject: [PATCH] Bump the primary-dev-dependencies group with 3 updates Bumps the primary-dev-dependencies group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [tox](https://github.com/tox-dev/tox) and [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings). Updates `pytest` from 7.4.0 to 7.4.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/7.4.0...7.4.1) Updates `tox` from 4.11.0 to 4.11.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.0...4.11.1) Updates `mkdocstrings[python]` from 0.22.0 to 0.23.0 - [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.22.0...0.23.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: primary-dev-dependencies - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-patch dependency-group: primary-dev-dependencies - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: primary-dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 643e127..c8f13ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,16 +25,16 @@ starfleet = "starfleet.cli.entrypoint:cli" [project.optional-dependencies] tests = [ - "pytest==7.4.0", + "pytest==7.4.1", "pytest-cov==4.1.0", "pytest-xdist==3.3.1", "black==23.7.0", "flake8==6.1.0", "pylint==2.17.5", - "tox==4.11.0", + "tox==4.11.1", "moto==4.1.12", "mkdocs==1.5.2", - "mkdocstrings[python]==0.22.0", + "mkdocstrings[python]==0.23.0", "mkdocs-gen-files==0.5.0", "mkdocs-literate-nav==0.6.0", "mkdocs-material==9.2.8",