From c880018fd9b222d3f48a985cf213eea37d41ead9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:26:40 +0000 Subject: [PATCH] deps: bump the python group across 1 directory with 12 updates Updates the requirements on [numpy](https://github.com/numpy/numpy), [pandas](https://github.com/pandas-dev/pandas), [scipy](https://github.com/scipy/scipy), [matplotlib](https://github.com/matplotlib/matplotlib), [seaborn](https://github.com/mwaskom/seaborn), [scikit-learn](https://github.com/scikit-learn/scikit-learn), [jupyter](https://jupyter.org), [notebook](https://github.com/jupyter/notebook), [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 `numpy` to 2.0.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/v1.20.0...v2.0.2) Updates `pandas` to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.3.0...v2.3.3) Updates `scipy` to 1.13.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.0...v1.13.1) Updates `matplotlib` to 3.9.4 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.4.0...v3.9.4) Updates `seaborn` to 0.13.2 - [Release notes](https://github.com/mwaskom/seaborn/releases) - [Commits](https://github.com/mwaskom/seaborn/compare/v0.11.0...v0.13.2) Updates `scikit-learn` to 1.6.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/1.0...1.6.1) Updates `jupyter` to 1.1.1 Updates `notebook` to 7.5.7 - [Release notes](https://github.com/jupyter/notebook/releases) - [Changelog](https://github.com/jupyter/notebook/blob/@jupyter-notebook/tree@7.5.7/CHANGELOG.md) - [Commits](https://github.com/jupyter/notebook/compare/@jupyter-notebook/app@7.0.0-alpha.1...@jupyter-notebook/tree@7.5.7) Updates `pytest` to 8.4.2 - [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...8.4.2) 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 6.31.0 - [Release notes](https://github.com/ipython/ipykernel/releases) - [Changelog](https://github.com/ipython/ipykernel/blob/v6.31.0/CHANGELOG.md) - [Commits](https://github.com/ipython/ipykernel/compare/v6.25.0...v6.31.0) --- updated-dependencies: - dependency-name: ipykernel dependency-version: 6.31.0 dependency-type: direct:development dependency-group: python - dependency-name: jupyter dependency-version: 1.1.1 dependency-type: direct:production dependency-group: python - dependency-name: matplotlib dependency-version: 3.9.4 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: notebook dependency-version: 7.5.7 dependency-type: direct:production dependency-group: python - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production dependency-group: python - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production dependency-group: python - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development dependency-group: python - dependency-name: scikit-learn dependency-version: 1.6.1 dependency-type: direct:production dependency-group: python - dependency-name: scipy dependency-version: 1.13.1 dependency-type: direct:production dependency-group: python - dependency-name: seaborn dependency-version: 0.13.2 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 10 +++++----- requirements.txt | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9d50384..df29c0c 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.3 +pytest>=8.4.2 +nbformat>=5.10.4 +nbmake>=1.5.5 +ipykernel>=6.31.0 +pandas>=2.3.3 diff --git a/requirements.txt b/requirements.txt index 7cf245e..d6e60d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ # Python >= 3.9 # Core data science -numpy>=1.20.0 -pandas>=1.3.0 -scipy>=1.7.0 +numpy>=2.0.2 +pandas>=2.3.3 +scipy>=1.13.1 # Visualization -matplotlib>=3.4.0 -seaborn>=0.11.0 +matplotlib>=3.9.4 +seaborn>=0.13.2 # Machine Learning -scikit-learn>=1.0.0 +scikit-learn>=1.6.1 # Jupyter -jupyter>=1.0.0 -notebook>=6.4.0 +jupyter>=1.1.1 +notebook>=7.5.7