casework / CASE-Mapping-Python

Apache License 2.0
0 stars 3 forks source link

Bump cdo-local-uuid from 0.4.0 to 0.5.0 #34

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps cdo-local-uuid from 0.4.0 to 0.5.0.

Release notes

Sourced from cdo-local-uuid's releases.

0.5.0

  • Behavior change: The environment variable used as part of enabling consistent UUID functionality was formerly CASE_DEMO_NONRANDOM_UUID_BASE. With this release, it is now CDO_DEMO_NONRANDOM_UUID_BASE, and usage of CASE_DEMO_NONRANDOM_UUID_BASE will raise runtime warnings as well as not activate consistent UUIDs.
  • Bug fix: A previously-unexercised condition pertaining to usage in a project's top source directory was found to not generate consistent UUIDs between different copies of a source tree. This is now fixed, and a suite of tests has been added to Continuous Integration to confirm the fix.

Full Changelog: https://github.com/Cyber-Domain-Ontology/CDO-Utility-Local-UUID/compare/0.4.0...0.5.0

Commits
  • 0c689eb Merge pull request #5 from Cyber-Domain-Ontology/release-0.5.0
  • d7c06d0 Bump version
  • 752d8d3 Merge pull request #4 from Cyber-Domain-Ontology/test_relative_call_positions
  • df13730 Test relative call positions
  • 82918f5 Run pre-commit autoupdate
  • 9e78f7c Merge pull request #3 from Cyber-Domain-Ontology/fix_command_in_top_srcdir_case
  • e9864e5 Merge pull request #2 from Cyber-Domain-Ontology/migrate_case_code_references
  • c39cab9 Backport function for Python 3.8
  • d5e0b37 Fix corner case where command in top_srcdir embedded top_srcdir in seed
  • 581c1dc Migrate CASE code references to CDO
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/casework/CASE-Mapping-Python/network/alerts).
ajnelson-nist commented 9 months ago

@dependabot merge