Skip to content

Commit

Permalink
Bump the python_dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [black[typed-ast]](https://github.com/psf/black), [flake8](https://github.com/pycqa/flake8), [isort](https://github.com/pycqa/isort), [mypy](https://github.com/python/mypy) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.

Updates `black[typed-ast]` from 23.7.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.7.0...24.10.0)

Updates `flake8` to 7.1.1
- [Commits](PyCQA/flake8@6.1.0...7.1.1)

Updates `isort` to 5.13.2
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.12.0...5.13.2)

Updates `mypy` from 1.4.1 to 1.14.1
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.4.1...v1.14.1)

Updates `pytest-cov` to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v4.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: black[typed-ast]
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python_dependencies
- dependency-name: flake8
  dependency-type: direct:development
  dependency-group: python_dependencies
- dependency-name: isort
  dependency-type: direct:development
  dependency-group: python_dependencies
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python_dependencies
- dependency-name: pytest-cov
  dependency-type: direct:development
  dependency-group: python_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent a6b5ffe commit e494799
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
black[typed-ast]==23.7.0
black[typed-ast]==24.10.0
bumpversion~=0.6.0
flake8~=6.1.0
isort~=5.12.0
mypy==1.4.1
pytest-cov~=4.1.0
flake8~=7.1.1
isort~=5.13.2
mypy==1.14.1
pytest-cov~=6.0.0
pytest>=4.6.0

0 comments on commit e494799

Please sign in to comment.