From cdb5fef1dab432b0e051436101c7eae98440541e Mon Sep 17 00:00:00 2001 From: Chris Jaehnen Date: Tue, 5 May 2026 20:29:40 -0400 Subject: [PATCH] Patch dependencies --- pyproject.toml | 10 +++++----- requirements.txt | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a1c15f..331d41b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,17 +19,17 @@ readme = "README.md" license = { file = "LICENSE" } dependencies = [ - "matplotlib >= 3.10.8", - "numpy >= 2.4.3", - "pandas >= 3.0.1", + "matplotlib >= 3.10.9", + "numpy >= 2.4.4", + "pandas >= 3.0.2", "scikit-learn >= 1.8.0", ] [project.optional-dependencies] dev = [ "pip-tools >= 7.5.3", - "pytest >= 9.0.2", - "pytest-cov >= 7.0.0", + "pytest >= 9.0.3", + "pytest-cov >= 7.1.0", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index 1dce071..4cd10ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,9 +14,9 @@ joblib==1.5.3 # via scikit-learn kiwisolver==1.5.0 # via matplotlib -matplotlib==3.10.8 +matplotlib==3.10.9 # via opengood.py_ml_plot (pyproject.toml) -numpy==2.4.3 +numpy==2.4.4 # via # contourpy # matplotlib @@ -24,11 +24,11 @@ numpy==2.4.3 # pandas # scikit-learn # scipy -packaging==26.0 +packaging==26.2 # via matplotlib -pandas==3.0.1 +pandas==3.0.2 # via opengood.py_ml_plot (pyproject.toml) -pillow==12.1.1 +pillow==12.2.0 # via matplotlib pyparsing==3.3.2 # via matplotlib