From a83a8b53aa1ad4adb569e2573be96601a7557ec5 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Fri, 26 Jan 2024 12:26:21 -0500 Subject: [PATCH] Bump case-utils adoption to 0.16.0 No effects were observed on Make-managed files. Signed-off-by: Alex Nelson --- README.md | 4 ++-- dependencies/CASE-Utilities-Python | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 45fb3fc..9a371e2 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ This project follows [SEMVER 2.0.0](https://semver.org/) where versions are decl This repository supports the CASE and UCO ontology versions that are distributed with the [CASE-Utilities-Python repository](https://github.com/casework/CASE-Utilities-Python), at its submodule-tracked state [here](dependencies/CASE-Utilities-Python). Currently, those ontology versions are: -* CASE 1.2.0 -* UCO 1.2.0 +* CASE 1.3.0 +* UCO 1.3.0 ## Repository locations diff --git a/dependencies/CASE-Utilities-Python b/dependencies/CASE-Utilities-Python index b722e77..0b19779 160000 --- a/dependencies/CASE-Utilities-Python +++ b/dependencies/CASE-Utilities-Python @@ -1 +1 @@ -Subproject commit b722e7722e3b24f71cd1aa59dec67e0e43520071 +Subproject commit 0b19779144e33ac28fb0627137e452b6ff0ba1ce diff --git a/setup.cfg b/setup.cfg index c45e059..e2adbbd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifiers = [options] install_requires = - case_utils >= 0.15.0, < 0.16.0 + case_utils >= 0.16.0, < 0.17.0 python-dateutil packages = find: python_requires = >=3.9