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