From 981051a61f903d33fe67e6ba8321bb86d1840316 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Wed, 8 Nov 2023 09:28:15 -0500 Subject: [PATCH 1/4] Run pre-commit autoupdate No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d35e41..8eb34c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 From 85a6bcde03e4fc0bd46e560b0db037ad7eb80180 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 13 Nov 2023 10:48:57 -0500 Subject: [PATCH 2/4] Bump case-utils adoption to 0.14.0 Signed-off-by: Alex Nelson --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6d1bf10..32b0902 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ license_files = [options] include_package_data = true install_requires = - case_utils >=0.13.0,< 0.14.0 + case_utils >=0.14.0,< 0.15.0 prov pydot packages = find: From 4b6a1ce92d791ffdc435cdbb9e9bce748747c7e0 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 13 Nov 2023 10:50:20 -0500 Subject: [PATCH 3/4] Bump latest Python testing environment to 3.12 Signed-off-by: Alex Nelson --- .github/workflows/cicd.yml | 2 +- .github/workflows/prerelease.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 6bed7cc..6a737eb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -32,7 +32,7 @@ jobs: matrix: python-version: - '3.9' - - '3.11' + - '3.12' steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 84bd75a..7e33577 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -30,7 +30,7 @@ jobs: matrix: python-version: - '3.9' - - '3.11' + - '3.12' steps: - uses: actions/checkout@v3 From 960026eda6850af849dc6e4316f7272ed3cd6583 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 13 Nov 2023 14:51:28 -0500 Subject: [PATCH 4/4] Bump version Signed-off-by: Alex Nelson --- case_prov/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/case_prov/__init__.py b/case_prov/__init__.py index 6a6eed3..c568142 100644 --- a/case_prov/__init__.py +++ b/case_prov/__init__.py @@ -11,7 +11,7 @@ # # We would appreciate acknowledgement if the software is used. -__version__ = "0.9.1" +__version__ = "0.10.0" import datetime import typing