Skip to content

Commit

Permalink
NO-ISSUE: Bump the python-dependencies group with 4 updates (#325)
Browse files Browse the repository at this point in the history
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](tox-dev/tox@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](nedbat/coveragepy@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](psf/black@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](python/mypy@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 43c96af commit 00312b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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]
Expand Down

0 comments on commit 00312b1

Please sign in to comment.