From 00312b1c8497862ddf4f44b8cdfb45c343312a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:16:35 +0000 Subject: [PATCH] NO-ISSUE: Bump the python-dependencies group with 4 updates (#325) Bumps the python-dependencies group with 4 updates: [tox](https://github.com/tox-dev/tox), [coverage[toml]](https://github.com/nedbat/coveragepy), [black](https://github.com/psf/black) and [mypy](https://github.com/python/mypy). Updates `tox` from 4.16.0 to 4.17.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.16.0...4.17.0) Updates `coverage[toml]` from 7.6.0 to 7.6.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.0...7.6.1) Updates `black` from 24.4.2 to 24.8.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.4.2...24.8.0) Updates `mypy` from 1.11.0 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11...v1.11.1) --- updated-dependencies: - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: coverage[toml] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4dd1a25..fb1cfb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ elasticsearch-cleanup = "elasticsearch_cleanup.main:main" [project.optional-dependencies] test-runner = [ - "tox==4.16.0", + "tox==4.17.0", ] unit-tests = [ "freezegun==1.5.1", @@ -47,12 +47,12 @@ unit-tests = [ "pytest-httpserver==1.0.12", ] coverage = [ - "coverage[toml]==7.6.0", + "coverage[toml]==7.6.1", ] lint = [ - "black==24.4.2", + "black==24.8.0", "isort==5.13.2", - "mypy==1.11.0", + "mypy==1.11.1", ] [tool.tox]