From 870832243d503ddcd6fd52d3f26524172b4a2185 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:06 +0200 Subject: [PATCH 01/22] updated to black[jupyter]==24.4 (from black[jupyter]==24.1) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1e10d5..ea83000e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,7 +57,7 @@ This removes the need to manually add /src to the PythonPath environment variabl * Deleted setup.cfg ### Dependencies -* updated to black[jupyter]==24.1 (from black[jupyter]==23.12) +* updated to black[jupyter]==24.4 (from black[jupyter]==24.4) * updated to version: '==24.1' (from version: '==23.12') * updated to ruff==0.2.1 (from ruff==0.1.8) * updated to pyright==1.1.350 (from pyright==1.1.338) From 292d9618ce5ee9e11783f53385b6e0cf49989f1b Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:06 +0200 Subject: [PATCH 02/22] updated to version: '==24.4' (from version: '==23.12') --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea83000e..b873395e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,7 @@ This removes the need to manually add /src to the PythonPath environment variabl ### Dependencies * updated to black[jupyter]==24.4 (from black[jupyter]==24.4) -* updated to version: '==24.1' (from version: '==23.12') +* updated to version: '==24.1' (from version: '==24.4') * updated to ruff==0.2.1 (from ruff==0.1.8) * updated to pyright==1.1.350 (from pyright==1.1.338) * updated to sourcery==1.15 (from sourcery==1.14) From 2638aa635d731dd13b1c19502d577be6ad8a21f9 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:07 +0200 Subject: [PATCH 03/22] updated to ruff==0.5.1 (from ruff==0.5.1) --- CHANGELOG.md | 6 +++--- requirements-dev.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b873395e..8243de3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ## [Unreleased] ### Dependencies -* updated to ruff==0.5.1 (from ruff==0.4.2) +* updated to ruff==0.5.1 (from ruff==0.5.1) * updated to pyright==1.1.371 (from pyright==1.1.360) * updated to setup-python@v5 (from setup-python@v4) * updated to actions-gh-pages@v4 (from actions-gh-pages@v3) @@ -18,7 +18,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ## [0.2.14] - 2024-05-22 ### Dependencies -* updated to ruff==0.4.2 (from ruff==0.2.1) +* updated to ruff==0.5.1 (from ruff==0.5.1) * updated to pyright==1.1.360 (from pyright==1.1.350) * updated to sourcery==1.16 (from sourcery==1.15) * updated to lxml>=5.2 (from lxml>=5.1) @@ -59,7 +59,7 @@ This removes the need to manually add /src to the PythonPath environment variabl ### Dependencies * updated to black[jupyter]==24.4 (from black[jupyter]==24.4) * updated to version: '==24.1' (from version: '==24.4') -* updated to ruff==0.2.1 (from ruff==0.1.8) +* updated to ruff==0.5.1 (from ruff==0.5.1) * updated to pyright==1.1.350 (from pyright==1.1.338) * updated to sourcery==1.15 (from sourcery==1.14) * updated to lxml>=5.1 (from lxml>=4.9) diff --git a/requirements-dev.txt b/requirements-dev.txt index 15debd50..0c8640ef 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pytest>=8.2 pytest-cov>=5.0 -ruff==0.4.2 +ruff==0.5.1 pyright==1.1.360 Sphinx>=7.3 sphinx-argparse-cli>=1.15 From b6a99984825127cd321b4db1aa3a87d59252da32 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:07 +0200 Subject: [PATCH 04/22] updated to pyright==1.1.371 (from pyright==1.1.371) --- CHANGELOG.md | 6 +++--- requirements-dev.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8243de3a..71ce9e8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ### Dependencies * updated to ruff==0.5.1 (from ruff==0.5.1) -* updated to pyright==1.1.371 (from pyright==1.1.360) +* updated to pyright==1.1.371 (from pyright==1.1.371) * updated to setup-python@v5 (from setup-python@v4) * updated to actions-gh-pages@v4 (from actions-gh-pages@v3) * updated to upload-artifact@v4 (from upload-artifact@v3) @@ -19,7 +19,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ### Dependencies * updated to ruff==0.5.1 (from ruff==0.5.1) -* updated to pyright==1.1.360 (from pyright==1.1.350) +* updated to pyright==1.1.371 (from pyright==1.1.371) * updated to sourcery==1.16 (from sourcery==1.15) * updated to lxml>=5.2 (from lxml>=5.1) * updated to types-lxml>=2024.4 (from types-lxml>=5.1) @@ -60,7 +60,7 @@ This removes the need to manually add /src to the PythonPath environment variabl * updated to black[jupyter]==24.4 (from black[jupyter]==24.4) * updated to version: '==24.1' (from version: '==24.4') * updated to ruff==0.5.1 (from ruff==0.5.1) -* updated to pyright==1.1.350 (from pyright==1.1.338) +* updated to pyright==1.1.371 (from pyright==1.1.371) * updated to sourcery==1.15 (from sourcery==1.14) * updated to lxml>=5.1 (from lxml>=4.9) * updated to pandas>=2.2 (from pandas>=2.1) diff --git a/requirements-dev.txt b/requirements-dev.txt index 0c8640ef..96e54bfe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pytest>=8.2 pytest-cov>=5.0 ruff==0.5.1 -pyright==1.1.360 +pyright==1.1.371 Sphinx>=7.3 sphinx-argparse-cli>=1.15 myst-parser>=3.0 From c411f63f77e515d225e24f1f4a1d4a1bae286451 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:07 +0200 Subject: [PATCH 05/22] updated to sourcery==1.21 (from sourcery==1.16) --- CHANGELOG.md | 4 ++-- requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ce9e8e..76375ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ### Dependencies * updated to ruff==0.5.1 (from ruff==0.5.1) * updated to pyright==1.1.371 (from pyright==1.1.371) -* updated to sourcery==1.16 (from sourcery==1.15) +* updated to sourcery==1.21 (from sourcery==1.21) * updated to lxml>=5.2 (from lxml>=5.1) * updated to types-lxml>=2024.4 (from types-lxml>=5.1) * updated to pytest>=8.2 (from pytest>=7.4) @@ -61,7 +61,7 @@ This removes the need to manually add /src to the PythonPath environment variabl * updated to version: '==24.1' (from version: '==24.4') * updated to ruff==0.5.1 (from ruff==0.5.1) * updated to pyright==1.1.371 (from pyright==1.1.371) -* updated to sourcery==1.15 (from sourcery==1.14) +* updated to sourcery==1.21 (from sourcery==1.21) * updated to lxml>=5.1 (from lxml>=4.9) * updated to pandas>=2.2 (from pandas>=2.1) diff --git a/requirements-dev.txt b/requirements-dev.txt index 96e54bfe..a1c186c2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ Sphinx>=7.3 sphinx-argparse-cli>=1.15 myst-parser>=3.0 furo>=2024.4 -sourcery==1.16 +sourcery==1.21 -r requirements.txt -r requirements-types.txt From 9469634f63060c0a3e24d2750a873c3cb9068ce6 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:07 +0200 Subject: [PATCH 06/22] updated to lxml>=5.2 (from lxml>=5.2) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76375ba9..97e74f4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to ruff==0.5.1 (from ruff==0.5.1) * updated to pyright==1.1.371 (from pyright==1.1.371) * updated to sourcery==1.21 (from sourcery==1.21) -* updated to lxml>=5.2 (from lxml>=5.1) +* updated to lxml>=5.2 (from lxml>=5.2) * updated to types-lxml>=2024.4 (from types-lxml>=5.1) * updated to pytest>=8.2 (from pytest>=7.4) * updated to pytest-cov>=5.0 (from pytest-cov>=4.1) @@ -62,7 +62,7 @@ This removes the need to manually add /src to the PythonPath environment variabl * updated to ruff==0.5.1 (from ruff==0.5.1) * updated to pyright==1.1.371 (from pyright==1.1.371) * updated to sourcery==1.21 (from sourcery==1.21) -* updated to lxml>=5.1 (from lxml>=4.9) +* updated to lxml>=5.2 (from lxml>=5.2) * updated to pandas>=2.2 (from pandas>=2.1) From 05edd0216a04f194edfab06963e1c0a6461bcf8b Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:08 +0200 Subject: [PATCH 07/22] updated to types-lxml>=2024.4 (from types-lxml>=2024.4) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e74f4f..c4b10c9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to pyright==1.1.371 (from pyright==1.1.371) * updated to sourcery==1.21 (from sourcery==1.21) * updated to lxml>=5.2 (from lxml>=5.2) -* updated to types-lxml>=2024.4 (from types-lxml>=5.1) +* updated to types-lxml>=2024.4 (from types-lxml>=2024.4) * updated to pytest>=8.2 (from pytest>=7.4) * updated to pytest-cov>=5.0 (from pytest-cov>=4.1) * updated to Sphinx>=7.3 (from Sphinx>=7.2) From f7214e7ec4c458b5e77213b08406c22d72aa3d38 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:08 +0200 Subject: [PATCH 08/22] updated to numpy>=1.26,<2.0 (from numpy>=1.26,<2.0) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4b10c9a..cd8e1b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to sphinx-argparse-cli>=1.15 (from sphinx-argparse-cli>=1.11) * updated to myst-parser>=3.0 (from myst-parser>=2.0) * updated to furo>=2024.4 (from furo>=2023.9.10) -* updated to numpy>=1.26,<2.0 (from numpy>=1.26) +* updated to numpy>=1.26,<2.0 (from numpy>=1.26,<2.0) * updated to matplotlib>=3.9 (from matplotlib>=3.8) * updated to dictIO>=0.3.4 (from dictIO>=0.3.1) * removed black From 3e6539b54ca4b244e1c50462825741b6c98c059a Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:08 +0200 Subject: [PATCH 09/22] updated to matplotlib>=3.9 (from matplotlib>=3.9) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd8e1b9a..e6f5da8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to myst-parser>=3.0 (from myst-parser>=2.0) * updated to furo>=2024.4 (from furo>=2023.9.10) * updated to numpy>=1.26,<2.0 (from numpy>=1.26,<2.0) -* updated to matplotlib>=3.9 (from matplotlib>=3.8) +* updated to matplotlib>=3.9 (from matplotlib>=3.9) * updated to dictIO>=0.3.4 (from dictIO>=0.3.1) * removed black From 60cf9eabb46a186d896f971c2e3a900c43d181bb Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:09 +0200 Subject: [PATCH 10/22] updated to pandas>=2.2 (from pandas>=2.2) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6f5da8c..546a78a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,7 +63,7 @@ This removes the need to manually add /src to the PythonPath environment variabl * updated to pyright==1.1.371 (from pyright==1.1.371) * updated to sourcery==1.21 (from sourcery==1.21) * updated to lxml>=5.2 (from lxml>=5.2) -* updated to pandas>=2.2 (from pandas>=2.1) +* updated to pandas>=2.2 (from pandas>=2.2) ## [0.2.12] - 2024-01-09 From e519eba6ac3f873e5b4dc650fbdc845cbe43754d Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:11 +0200 Subject: [PATCH 11/22] updated to dictIO>=0.3.4 (from dictIO>=0.3.4) --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 546a78a0..68e2c783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to furo>=2024.4 (from furo>=2023.9.10) * updated to numpy>=1.26,<2.0 (from numpy>=1.26,<2.0) * updated to matplotlib>=3.9 (from matplotlib>=3.9) -* updated to dictIO>=0.3.4 (from dictIO>=0.3.1) +* updated to dictIO>=0.3.4 (from dictIO>=0.3.4) * removed black ### Changed @@ -72,7 +72,7 @@ Maintenance Release ### Dependencies -* Updated to dictIO>=0.3.1 (from dictIO>=0.2.9) +* Updated to dictIO>=0.3.4 (from dictIO>=0.3.4) * Updated other dependencies to latest versions @@ -92,7 +92,7 @@ Maintenance Release ### Dependencies -* updated to dictIO>=0.2.8 +* updated to dictIO>=0.3.4 * requirements-dev.txt: Updated dependencies to latest versions @@ -114,7 +114,7 @@ Maintenance Release ### Dependencies -* updated to dictIO>=0.2.6 +* updated to dictIO>=0.3.4 ## [0.2.7] - 2023-01-04 @@ -133,7 +133,7 @@ Maintenance Release ### Dependencies -* updated to dictIO>=0.2.5 +* updated to dictIO>=0.3.4 ## [0.2.6] - 2022-12-12 @@ -159,7 +159,7 @@ Maintenance Release ### Dependencies -* updated to dictIO>=0.2.4 +* updated to dictIO>=0.3.4 ## [0.2.5] - 2022-12-01 From 31be2fbfaeda7b1afa1e81689e6a7feb1f3008a3 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:11 +0200 Subject: [PATCH 12/22] updated to pytest>=8.2 (from pytest>=8.2) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e2c783..1247a0a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to sourcery==1.21 (from sourcery==1.21) * updated to lxml>=5.2 (from lxml>=5.2) * updated to types-lxml>=2024.4 (from types-lxml>=2024.4) -* updated to pytest>=8.2 (from pytest>=7.4) +* updated to pytest>=8.2 (from pytest>=8.2) * updated to pytest-cov>=5.0 (from pytest-cov>=4.1) * updated to Sphinx>=7.3 (from Sphinx>=7.2) * updated to sphinx-argparse-cli>=1.15 (from sphinx-argparse-cli>=1.11) From 39afa7ed577250df280e40918520b047dc8f649c Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:12 +0200 Subject: [PATCH 13/22] updated to pytest-cov>=5.0 (from pytest-cov>=5.0) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1247a0a1..3b7003e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to lxml>=5.2 (from lxml>=5.2) * updated to types-lxml>=2024.4 (from types-lxml>=2024.4) * updated to pytest>=8.2 (from pytest>=8.2) -* updated to pytest-cov>=5.0 (from pytest-cov>=4.1) +* updated to pytest-cov>=5.0 (from pytest-cov>=5.0) * updated to Sphinx>=7.3 (from Sphinx>=7.2) * updated to sphinx-argparse-cli>=1.15 (from sphinx-argparse-cli>=1.11) * updated to myst-parser>=3.0 (from myst-parser>=2.0) From ff34e6c21856368cea4eaf690e5c59242da67ed9 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:12 +0200 Subject: [PATCH 14/22] updated to Sphinx>=7.3 (from Sphinx>=7.3) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b7003e2..21f27108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to types-lxml>=2024.4 (from types-lxml>=2024.4) * updated to pytest>=8.2 (from pytest>=8.2) * updated to pytest-cov>=5.0 (from pytest-cov>=5.0) -* updated to Sphinx>=7.3 (from Sphinx>=7.2) +* updated to Sphinx>=7.3 (from Sphinx>=7.3) * updated to sphinx-argparse-cli>=1.15 (from sphinx-argparse-cli>=1.11) * updated to myst-parser>=3.0 (from myst-parser>=2.0) * updated to furo>=2024.4 (from furo>=2023.9.10) From def75b98120c3dd4cb511d7761e7bb69f148c17e Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:12 +0200 Subject: [PATCH 15/22] updated to sphinx-argparse-cli>=1.16 (from sphinx-argparse-cli>=1.15) --- CHANGELOG.md | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f27108..0edf18e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to pytest>=8.2 (from pytest>=8.2) * updated to pytest-cov>=5.0 (from pytest-cov>=5.0) * updated to Sphinx>=7.3 (from Sphinx>=7.3) -* updated to sphinx-argparse-cli>=1.15 (from sphinx-argparse-cli>=1.11) +* updated to sphinx-argparse-cli>=1.16 (from sphinx-argparse-cli>=1.16) * updated to myst-parser>=3.0 (from myst-parser>=2.0) * updated to furo>=2024.4 (from furo>=2023.9.10) * updated to numpy>=1.26,<2.0 (from numpy>=1.26,<2.0) diff --git a/requirements-dev.txt b/requirements-dev.txt index a1c186c2..e2fa8f9f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ pytest-cov>=5.0 ruff==0.5.1 pyright==1.1.371 Sphinx>=7.3 -sphinx-argparse-cli>=1.15 +sphinx-argparse-cli>=1.16 myst-parser>=3.0 furo>=2024.4 sourcery==1.21 From d2994f32553742db0ed8925533f137f69cee2748 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:12 +0200 Subject: [PATCH 16/22] updated to myst-parser>=3.0 (from myst-parser>=3.0) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0edf18e8..fa6e4ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to pytest-cov>=5.0 (from pytest-cov>=5.0) * updated to Sphinx>=7.3 (from Sphinx>=7.3) * updated to sphinx-argparse-cli>=1.16 (from sphinx-argparse-cli>=1.16) -* updated to myst-parser>=3.0 (from myst-parser>=2.0) +* updated to myst-parser>=3.0 (from myst-parser>=3.0) * updated to furo>=2024.4 (from furo>=2023.9.10) * updated to numpy>=1.26,<2.0 (from numpy>=1.26,<2.0) * updated to matplotlib>=3.9 (from matplotlib>=3.9) From aefe86731622ba193c15a949d46415a6870314e4 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:13 +0200 Subject: [PATCH 17/22] updated to furo>=2024.5 (from furo>=2024.4) --- CHANGELOG.md | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa6e4ed1..7a54e247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to Sphinx>=7.3 (from Sphinx>=7.3) * updated to sphinx-argparse-cli>=1.16 (from sphinx-argparse-cli>=1.16) * updated to myst-parser>=3.0 (from myst-parser>=3.0) -* updated to furo>=2024.4 (from furo>=2023.9.10) +* updated to furo>=2024.5 (from furo>=2024.5) * updated to numpy>=1.26,<2.0 (from numpy>=1.26,<2.0) * updated to matplotlib>=3.9 (from matplotlib>=3.9) * updated to dictIO>=0.3.4 (from dictIO>=0.3.4) diff --git a/requirements-dev.txt b/requirements-dev.txt index e2fa8f9f..39332668 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pyright==1.1.371 Sphinx>=7.3 sphinx-argparse-cli>=1.16 myst-parser>=3.0 -furo>=2024.4 +furo>=2024.5 sourcery==1.21 -r requirements.txt From ee2acc21da5e9bc7eb4c9aa8f2c48d1d55e805d2 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:13 +0200 Subject: [PATCH 18/22] updated to checkout@v4 (from checkout@v4) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a54e247..cbb9b75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -177,7 +177,7 @@ Maintenance Release * VS Code settings: Updated to use black as formatter * requirements.txt: Updated dependencies to their most recent versions * GitHub actions (yml files): Updated following actions to their most recent versions: - * checkout@v1 -> checkout@v3 + * checkout@v4 -> checkout@v4 * setup-python@v2 -> setup-python@v4 * cache@v2 -> cache@v3 From 12ae15c568f9309ef3b844f5f3973d46c9de905f Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:13 +0200 Subject: [PATCH 19/22] updated to setup-python@v5 (from setup-python@v5) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb9b75f..e8d8ed7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ### Dependencies * updated to ruff==0.5.1 (from ruff==0.5.1) * updated to pyright==1.1.371 (from pyright==1.1.371) -* updated to setup-python@v5 (from setup-python@v4) +* updated to setup-python@v5 (from setup-python@v5) * updated to actions-gh-pages@v4 (from actions-gh-pages@v3) * updated to upload-artifact@v4 (from upload-artifact@v3) @@ -178,7 +178,7 @@ Maintenance Release * requirements.txt: Updated dependencies to their most recent versions * GitHub actions (yml files): Updated following actions to their most recent versions: * checkout@v4 -> checkout@v4 - * setup-python@v2 -> setup-python@v4 + * setup-python@v5 -> setup-python@v5 * cache@v2 -> cache@v3 ### Added From 0768adec95bad4287399dae906921a83afd5864d Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:14 +0200 Subject: [PATCH 20/22] updated to actions-gh-pages@v4 (from actions-gh-pages@v4) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d8ed7b..ec824170 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to ruff==0.5.1 (from ruff==0.5.1) * updated to pyright==1.1.371 (from pyright==1.1.371) * updated to setup-python@v5 (from setup-python@v5) -* updated to actions-gh-pages@v4 (from actions-gh-pages@v3) +* updated to actions-gh-pages@v4 (from actions-gh-pages@v4) * updated to upload-artifact@v4 (from upload-artifact@v3) * -/- From b23e86eed37dbb71c32d1e966c99b215203c44d2 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:14 +0200 Subject: [PATCH 21/22] updated to upload-artifact@v4 (from upload-artifact@v4) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec824170..5ae2a78c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e * updated to pyright==1.1.371 (from pyright==1.1.371) * updated to setup-python@v5 (from setup-python@v5) * updated to actions-gh-pages@v4 (from actions-gh-pages@v4) -* updated to upload-artifact@v4 (from upload-artifact@v3) +* updated to upload-artifact@v4 (from upload-artifact@v4) * -/- From e09b8995bdd0ab8b83e8642bfbfbec225161ac33 Mon Sep 17 00:00:00 2001 From: Claas Date: Fri, 12 Jul 2024 16:17:14 +0200 Subject: [PATCH 22/22] updated CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae2a78c..19214229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,29 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e ## [Unreleased] +### Dependencies +* updated to black[jupyter]==24.4 (from black[jupyter]==24.1) +* updated to version: '==24.4' (from version: '==23.12') +* updated to ruff==0.5.1 (from ruff==0.5.1) +* updated to pyright==1.1.371 (from pyright==1.1.371) +* updated to sourcery==1.21 (from sourcery==1.16) +* updated to lxml>=5.2 (from lxml>=5.2) +* updated to types-lxml>=2024.4 (from types-lxml>=2024.4) +* updated to numpy>=1.26,<2.0 (from numpy>=1.26,<2.0) +* updated to matplotlib>=3.9 (from matplotlib>=3.9) +* updated to pandas>=2.2 (from pandas>=2.2) +* updated to dictIO>=0.3.4 (from dictIO>=0.3.4) +* updated to pytest>=8.2 (from pytest>=8.2) +* updated to pytest-cov>=5.0 (from pytest-cov>=5.0) +* updated to Sphinx>=7.3 (from Sphinx>=7.3) +* updated to sphinx-argparse-cli>=1.16 (from sphinx-argparse-cli>=1.15) +* updated to myst-parser>=3.0 (from myst-parser>=3.0) +* updated to furo>=2024.5 (from furo>=2024.4) +* updated to checkout@v4 (from checkout@v4) +* updated to setup-python@v5 (from setup-python@v5) +* updated to actions-gh-pages@v4 (from actions-gh-pages@v4) +* updated to upload-artifact@v4 (from upload-artifact@v4) + ### Dependencies * updated to ruff==0.5.1 (from ruff==0.5.1) * updated to pyright==1.1.371 (from pyright==1.1.371)