Skip to content

Commit c277f5a

Browse files
deps: bump the python group 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](numpy/numpy@v1.20.0...v2.0.2) Updates `pandas` to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v1.3.0...v2.3.3) Updates `scipy` to 1.13.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.7.0...v1.13.1) Updates `matplotlib` to 3.9.4 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.4.0...v3.9.4) Updates `seaborn` to 0.13.2 - [Release notes](https://github.com/mwaskom/seaborn/releases) - [Commits](mwaskom/seaborn@v0.11.0...v0.13.2) Updates `scikit-learn` to 1.6.1 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@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](pytest-dev/pytest@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](jupyter/nbformat@v5.9.0...v5.10.4) Updates `nbmake` to 1.5.5 - [Release notes](https://github.com/treebeardtech/nbmake/releases) - [Commits](treebeardtech/nbmake@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](ipython/ipykernel@v6.25.0...v6.31.0) --- updated-dependencies: - 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: scipy dependency-version: 1.13.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: seaborn dependency-version: 0.13.2 dependency-type: direct:production dependency-group: python - dependency-name: scikit-learn dependency-version: 1.6.1 dependency-type: direct:production dependency-group: python - dependency-name: jupyter dependency-version: 1.1.1 dependency-type: direct:production dependency-group: python - dependency-name: notebook dependency-version: 7.5.7 dependency-type: direct:production dependency-group: python - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development 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: ipykernel dependency-version: 6.31.0 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dac7013 commit c277f5a

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Test / CI tooling for the data + notebook smoke tests
2-
pytest>=7.4
3-
nbformat>=5.9
4-
nbmake>=1.5
5-
ipykernel>=6.25
6-
pandas>=1.3
2+
pytest>=8.4.2
3+
nbformat>=5.10.4
4+
nbmake>=1.5.5
5+
ipykernel>=6.31.0
6+
pandas>=2.3.3

requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Python >= 3.9
22
# Core data science
3-
numpy>=1.20.0
4-
pandas>=1.3.0
5-
scipy>=1.7.0
3+
numpy>=2.0.2
4+
pandas>=2.3.3
5+
scipy>=1.13.1
66

77
# Visualization
8-
matplotlib>=3.4.0
9-
seaborn>=0.11.0
8+
matplotlib>=3.9.4
9+
seaborn>=0.13.2
1010

1111
# Machine Learning
12-
scikit-learn>=1.0.0
12+
scikit-learn>=1.6.1
1313

1414
# Jupyter
15-
jupyter>=1.0.0
16-
notebook>=6.4.0
15+
jupyter>=1.1.1
16+
notebook>=7.5.7

0 commit comments

Comments
 (0)