Skip to content

Commit

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

Updates `numpy` to 2.0.0
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v1.20.0...v2.0.0)

Updates `black[jupyter]` to 24.4.2
- [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.4.2)

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

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  dependency-group: python-packages
- 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 Jun 17, 2024
1 parent 0418ba5 commit 6ebc2a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ package_dir =
# Add here dependencies of your project (semicolon/line-separated), e.g.
install_requires =
importlib-metadata; python_version<"3.10"
numpy>=1.20,<1.27
numpy>=1.20,<2.1
scipy>=1.2,<2.0
matplotlib>=1.0,<4.0
scikit-learn>=1.0,<2.0
Expand All @@ -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.11; python_version>"3.7"
mypy~=1.4.0; python_version<="3.7"
pre-commit
pytest
Expand Down

0 comments on commit 6ebc2a4

Please sign in to comment.