Skip to content

Commit

Permalink
Bump case-utils to 0.16.0 and refresh submodule
Browse files Browse the repository at this point in the history
The example-bearing submodule also adopts case-utils==0.16.0 in its
updated state.

A follow-on patch will regenerate Make-managed files.

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jan 25, 2024
1 parent d3b9b78 commit 7c0c7cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies/casework.github.io
Submodule casework.github.io updated 43 files
+0 −1 .gitignore
+1 −1 .pre-commit-config.yaml
+18 −0 Dockerfile
+4 −0 Gemfile
+25 −18 Gemfile.lock
+9 −12 Makefile
+25 −1 README.md
+2 −0 _config.yml
+3 −3 _data/nav.yml
+3 −0 _data/releases/releases.yml
+1 −1 dependencies/CASE-develop
+1 −1 dependencies/CASE-develop-2.0.0
+1 −1 dependencies/CASE-unstable
+1 −1 dependencies/CASE-unstable-2.0.0
+11 −0 docker-compose.yml
+2 −1 examples/asgard/src/asgard_json.py
+3 −3 examples/crossover_heist/crossover_heist.json
+3 −3 examples/crossover_heist/index.html
+2 −2 examples/crossover_heist/src/crossover_heist-acquisition.json
+1 −1 examples/crossover_heist/src/crossover_heist_base.json
+2 −1 examples/crossover_heist/src/crossover_heist_json.py
+1 −1 examples/crossover_wmd/crossover_wmd.json
+28 −1 examples/crossover_wmd/crossover_wmd_validation-unstable-2.0.0.ttl
+32 −1 examples/crossover_wmd/crossover_wmd_validation-unstable.ttl
+1 −1 examples/crossover_wmd/index.html
+1 −1 examples/crossover_wmd/src/crossover_wmd-investigator_role.json
+2 −1 examples/crossover_wmd/src/crossover_wmd_json.py
+1 −1 examples/hardware_duplicator/hardware_duplicator.json
+1 −1 examples/hardware_duplicator/index.html
+1 −1 examples/hardware_duplicator/src/hardware_duplicator_base.json
+2 −1 examples/hardware_duplicator/src/hardware_duplicator_json.py
+58 −16 examples/owl_trafficking/owl_trafficking_validation-unstable-2.0.0.ttl
+64 −16 examples/owl_trafficking/owl_trafficking_validation-unstable.ttl
+2 −1 examples/owl_trafficking/src/owl_trafficking_json.py
+12 −2 examples/src/example-basedir.mk
+1 −6 examples/src/example-src.mk
+258 −20 ontology/CASE-develop-2.0.0.ttl
+254 −19 ontology/CASE-develop.ttl
+291 −30 ontology/CASE-unstable-2.0.0.ttl
+208 −19 ontology/CASE-unstable.ttl
+56 −0 releases/1.3.0/index.md
+36 −0 releases/1.4.0/index.md
+1 −1 requirements.txt
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ license_files =
[options]
include_package_data = true
install_requires =
case_utils >=0.15.0,< 0.16.0
case_utils >=0.16.0,< 0.17.0
prov
pydot
packages = find:
Expand Down

0 comments on commit 7c0c7cb

Please sign in to comment.