From 6ebc2a49b29809d3132ae6272086c43071e54a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:12:31 +0000 Subject: [PATCH] Bump the python-packages group across 1 directory with 3 updates 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](https://github.com/numpy/numpy/compare/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](https://github.com/psf/black/compare/23.12.0...24.4.2) Updates `mypy` to 1.10.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/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] --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7119ee2..c379cb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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