From c3d6c8fb2b7623c62b33d9fa68048a36400a8d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 06:33:43 +0000 Subject: [PATCH] build: bump the python-dependencies group across 2 directories with 6 updates Bumps the python-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.0` | `3.10.1` | | [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `9.17.0` | `9.21.0` | | [h5py](https://github.com/h5py/h5py) | `3.12.1` | `3.13.0` | | [numpy](https://github.com/numpy/numpy) | `2.2.2` | `2.2.3` | | [setuptools](https://github.com/pypa/setuptools) | `75.8.0` | `75.8.2` | | [pyinstaller](https://github.com/pyinstaller/pyinstaller) | `6.11.1` | `6.12.0` | Bumps the python-dependencies group with 2 updates in the /tests directory: [matplotlib](https://github.com/matplotlib/matplotlib) and [h5py](https://github.com/h5py/h5py). Updates `matplotlib` from 3.10.0 to 3.10.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.0...v3.10.1) Updates `python-semantic-release` from 9.17.0 to 9.21.0 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.17...v9.21) Updates `h5py` from 3.12.1 to 3.13.0 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](https://github.com/h5py/h5py/compare/3.12.1...3.13.0) Updates `numpy` from 2.2.2 to 2.2.3 - [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.2...v2.2.3) Updates `setuptools` from 75.8.0 to 75.8.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.8.0...v75.8.2) Updates `pyinstaller` from 6.11.1 to 6.12.0 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.11.1...v6.12.0) Updates `matplotlib` from 3.10.0 to 3.10.1 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.0...v3.10.1) Updates `h5py` from 3.12.1 to 3.13.0 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](https://github.com/h5py/h5py/compare/3.12.1...3.13.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: python-semantic-release dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: h5py dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: h5py dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- requirements-exe.txt | 4 ++-- requirements.txt | 4 ++-- tests/requirements.txt | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 006ae4c..1ccc2e7 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,9 +5,9 @@ pytest==8.3.4 pytest-cov==6.0.0 black==25.1.0 nbmake==1.5.5 -matplotlib==3.10.0 -python-semantic-release==9.17.0 -h5py==3.12.1 +matplotlib==3.10.1 +python-semantic-release==9.21.0 +h5py==3.13.0 openpyxl==3.1.5 tabulate==0.9.0 lasio==0.31 diff --git a/requirements-exe.txt b/requirements-exe.txt index 217ba66..2697d85 100644 --- a/requirements-exe.txt +++ b/requirements-exe.txt @@ -1,6 +1,6 @@ -h5py==3.12.1 +h5py==3.13.0 openpyxl==3.1.5 tabulate==0.9.0 lasio==0.31 -pyinstaller==6.11.1 +pyinstaller==6.12.0 pyyaml==6.0.2 diff --git a/requirements.txt b/requirements.txt index d68a78e..083fdd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy==2.2.2 +numpy==2.2.3 pandas==2.2.3 pybind11==2.13.6 -setuptools==75.8.0 +setuptools==75.8.2 click==8.1.8 diff --git a/tests/requirements.txt b/tests/requirements.txt index 89b01f4..d39e00c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,9 +1,9 @@ pytest==8.3.4 pytest-cov==6.0.0 -h5py==3.12.1 +h5py==3.13.0 openpyxl==3.1.5 tabulate==0.9.0 pyyaml==6.0.2 lasio==0.31 nbmake==1.5.5 -matplotlib==3.10.0 +matplotlib==3.10.1