diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a617f7c..1995845 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 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/case_gnu_time/__init__.py b/case_gnu_time/__init__.py index c70e230..204919f 100644 --- a/case_gnu_time/__init__.py +++ b/case_gnu_time/__init__.py @@ -15,7 +15,7 @@ This library parses the output of GNU Time into a UCO Process graph node. """ -__version__ = "0.12.0" +__version__ = "0.13.0" import argparse import datetime 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