From 2acaac6ee3ba3d93508803022c7eeab10551823c Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 11 Jan 2024 15:19:24 +0000
Subject: [PATCH] Bump cdo-local-uuid from 0.4.0 to 0.5.0

Bumps [cdo-local-uuid](https://github.com/Cyber-Domain-Ontology/CDO-Utility-Local-UUID) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/Cyber-Domain-Ontology/CDO-Utility-Local-UUID/releases)
- [Commits](https://github.com/Cyber-Domain-Ontology/CDO-Utility-Local-UUID/compare/0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: cdo-local-uuid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 poetry.lock    | 8 ++++----
 pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 1254ff1..567e916 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2,13 +2,13 @@
 
 [[package]]
 name = "cdo-local-uuid"
-version = "0.4.0"
+version = "0.5.0"
 description = "Python utility for optionally controlling UUID generation"
 optional = false
 python-versions = ">=3.8"
 files = [
-    {file = "cdo-local-uuid-0.4.0.tar.gz", hash = "sha256:0fd7827f8468121a46182bc9e6c9d33efb1ddba2ad8fbd7eb5a5f9841f2f3608"},
-    {file = "cdo_local_uuid-0.4.0-py3-none-any.whl", hash = "sha256:4d8a94cf13d75b12e3dfe1db01c5448efe07da1b21f88c941801881bdcbed0ae"},
+    {file = "cdo-local-uuid-0.5.0.tar.gz", hash = "sha256:536c481c597bdb0fd508765f9cf77ce0e30a5e8746c722e9f69bfe88ddfcf6f1"},
+    {file = "cdo_local_uuid-0.5.0-py3-none-any.whl", hash = "sha256:2ae77d45ee92e7773444a6d2ad55ca2be9466034db4af4ab8ad1bdbd791c016d"},
 ]
 
 [package.extras]
@@ -123,4 +123,4 @@ files = [
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.9"
-content-hash = "f62ac720e99c50dfd8e22fe4b3424c55008b72dbc75a82a8577705d49bec913e"
+content-hash = "dc62b2e3d1ad0c272d37418ca7628a76895271406de439ca0fa0f45db304cc3c"
diff --git a/pyproject.toml b/pyproject.toml
index 8454e08..f3535e0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -18,7 +18,7 @@ classifiers = [
 ]
 
 [tool.poetry.dependencies]
-cdo-local-uuid = "^0.4.0"
+cdo-local-uuid = "^0.5.0"
 python = "^3.9"
 pytz = "^2023.3.post1"