From 57028b6e8feed70d18d1dfcec63181664808db9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 06:42:52 +0000 Subject: [PATCH] build: bump the python-dependencies group across 2 directories with 4 updates Bumps the python-dependencies group with 3 updates in the / directory: [black](https://github.com/psf/black), [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [pyinstaller](https://github.com/pyinstaller/pyinstaller). Bumps the python-dependencies group with 1 update in the /tests directory: [pytest](https://github.com/pytest-dev/pytest). Updates `black` from 25.9.0 to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.9.0...25.11.0) Updates `python-semantic-release` from 10.4.1 to 10.5.2 - [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/v10.4.1...v10.5.2) Updates `pyinstaller` from 6.16.0 to 6.17.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.16.0...v6.17.0) Updates `pytest` from 8.4.2 to 9.0.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/8.4.2...9.0.1) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: python-semantic-release dependency-version: 10.5.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pyinstaller dependency-version: 6.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- requirements-exe.txt | 2 +- tests/requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 4cad122..da39a02 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,10 +3,10 @@ pre-commit==4.3.0 pyproject_hooks==1.2.0 pytest==8.4.2 pytest-cov==7.0.0 -black==25.9.0 +black==25.11.0 nbmake==1.5.5 matplotlib==3.10.1 -python-semantic-release==10.4.1 +python-semantic-release==10.5.2 h5py==3.14.0 openpyxl==3.1.5 tabulate==0.9.0 diff --git a/requirements-exe.txt b/requirements-exe.txt index bffcb6f..7b52d21 100644 --- a/requirements-exe.txt +++ b/requirements-exe.txt @@ -2,5 +2,5 @@ h5py==3.14.0 openpyxl==3.1.5 tabulate==0.9.0 lasio==0.32 -pyinstaller==6.16.0 +pyinstaller==6.17.0 pyyaml==6.0.3 diff --git a/tests/requirements.txt b/tests/requirements.txt index 877f942..18da4d7 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -pytest==8.4.2 +pytest==9.0.1 pytest-cov==7.0.0 h5py==3.15.1 openpyxl==3.1.5