From 10d47bd7571cbb5dba94753c43e1b9f87bfc9541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:02:23 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 3 updates Bumps the python-packages group with 3 updates in the / directory: [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy) and [pytest](https://github.com/pytest-dev/pytest). Updates `ruff` from 0.4.8 to 0.6.4 - [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.4.8...0.6.4) Updates `mypy` from 1.10.0 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.11.2) Updates `pytest` from 8.2.2 to 8.3.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.2.2...8.3.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy 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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9a74e48..5e51f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,13 +17,13 @@ run-detection = "rundetection.run_detection:main" [project.optional-dependencies] formatting = [ - "ruff==0.4.8", - "mypy==1.10.0", + "ruff==0.6.4", + "mypy==1.11.2", "run-detection[test]" ] test = [ - "pytest==8.2.2", + "pytest==8.3.2", "pytest-cov==5.0.0", "requests==2.32.3", "pytest-random-order==1.1.1"