From b2697ad7e73cae3967435dbe586f4d9fa0cb4e16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:20:17 +0100 Subject: [PATCH] Bump numpy from 2.2.1 to 2.2.2 (#172) * Bump numpy from 2.2.1 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.1 to 2.2.2. - [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/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .ci_support/environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 6496214..7aa851a 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - coverage - - numpy =2.2.1 + - numpy =2.2.2 - pandas =2.2.3 - scandir =1.10.0 - setuptools =75.1.0 diff --git a/pyproject.toml b/pyproject.toml index 347bc71..7215e73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ "Programming Language :: Python :: 3.13", ] dependencies = [ - "numpy==2.2.1", + "numpy==2.2.2", "pandas==2.2.3", "scandir==1.10.0", ]