Skip to content

Commit

Permalink
Bump the python-packages group with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [black[jupyter]](https://github.com/psf/black) and [mypy](https://github.com/python/mypy) to permit the latest version.

Updates `black[jupyter]` to 24.2.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.0...24.2.0)

Updates `mypy` to 1.9.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: black[jupyter]
  dependency-type: direct:development
  dependency-group: python-packages
- dependency-name: mypy
  dependency-type: direct:development
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 0418ba5 commit 1ba4c61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ exclude =
[options.extras_require]
dev =
black[jupyter]~=23.1; python_version<="3.7"
black[jupyter]~=23.12; python_version>"3.7"
black[jupyter]>=23.12,<25.0; python_version>"3.7"
coverage
coveralls
flake8
isort
mypy~=1.8.0; python_version>"3.7"
mypy>=1.8,<1.10; python_version>"3.7"
mypy~=1.4.0; python_version<="3.7"
pre-commit
pytest
Expand Down

0 comments on commit 1ba4c61

Please sign in to comment.