From 14bcc10d919b96a20d7209e8113a852eede995a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:55:47 +0000 Subject: [PATCH] deps: bump the python group across 1 directory with 7 updates Updates the requirements on [pandas](https://github.com/pandas-dev/pandas), [numpy](https://github.com/numpy/numpy), [matplotlib](https://github.com/matplotlib/matplotlib), [pytest](https://github.com/pytest-dev/pytest), [nbformat](https://github.com/jupyter/nbformat), [nbmake](https://github.com/treebeardtech/nbmake) and [ipykernel](https://github.com/ipython/ipykernel) to permit the latest version. Updates `pandas` to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.0...v3.0.3) Updates `numpy` to 2.5.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.23.0...v2.5.0) Updates `matplotlib` to 3.11.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.11.0) Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...9.1.1) Updates `nbformat` to 5.10.4 - [Release notes](https://github.com/jupyter/nbformat/releases) - [Changelog](https://github.com/jupyter/nbformat/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbformat/compare/v5.9.0...v5.10.4) Updates `nbmake` to 1.5.5 - [Release notes](https://github.com/treebeardtech/nbmake/releases) - [Commits](https://github.com/treebeardtech/nbmake/compare/v1.5.0...v1.5.5) Updates `ipykernel` to 7.3.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.25.0...v7.3.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 7.3.0 dependency-type: direct:development dependency-group: python - dependency-name: matplotlib dependency-version: 3.11.0 dependency-type: direct:production dependency-group: python - dependency-name: nbformat dependency-version: 5.10.4 dependency-type: direct:development dependency-group: python - dependency-name: nbmake dependency-version: 1.5.5 dependency-type: direct:development dependency-group: python - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production dependency-group: python - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production dependency-group: python - dependency-name: pytest dependency-version: 9.1.0 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 10 +++++----- requirements.txt | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2ea5d64..5f0801c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # Test / CI tooling for the data + notebook smoke tests -pytest>=7.4 -nbformat>=5.9 -nbmake>=1.5 -ipykernel>=6.25 -pandas>=1.5 +pytest>=9.1.1 +nbformat>=5.10.4 +nbmake>=1.5.5 +ipykernel>=7.3.0 +pandas>=3.0.3 diff --git a/requirements.txt b/requirements.txt index fbcac12..e8874f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pandas>=1.5 -numpy>=1.23 -matplotlib>=3.9 +pandas>=3.0.3 +numpy>=2.5.0 +matplotlib>=3.11.0