From f7b6e121487464c5499db9298c1a97d5a40c17ed Mon Sep 17 00:00:00 2001
From: HIFIS Bot <gitlab-admin+bot@hzdr.de>
Date: Fri, 24 Jan 2025 05:01:48 +0100
Subject: [PATCH] Bump pydantic from 2.10.5 to 2.10.6

Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.5 to 2.10.6.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v2.10.5...v2.10.6)

Changelog: chore
---
 poetry.lock    | 8 ++++----
 pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index cf71409..9d2b93c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -660,13 +660,13 @@ testing = ["pytest", "pytest-benchmark"]
 
 [[package]]
 name = "pydantic"
-version = "2.10.5"
+version = "2.10.6"
 description = "Data validation using Python type hints"
 optional = false
 python-versions = ">=3.8"
 files = [
-    {file = "pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53"},
-    {file = "pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff"},
+    {file = "pydantic-2.10.6-py3-none-any.whl", hash = "sha256:427d664bf0b8a2b34ff5dd0f5a18df00591adcee7198fbd71981054cef37b584"},
+    {file = "pydantic-2.10.6.tar.gz", hash = "sha256:ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236"},
 ]
 
 [package.dependencies]
@@ -1065,4 +1065,4 @@ files = [
 [metadata]
 lock-version = "2.0"
 python-versions = ">=3.11,<4.0.0"
-content-hash = "189f24a014ab952b518c27f4a80066aed7f21bb35136ac0510e8e8c7d711f5f0"
+content-hash = "e24f3b292617fd6e5c08a87b4e8e2b20cb3c255eee79007e8f34b0126b9b0c73"
diff --git a/pyproject.toml b/pyproject.toml
index b79aad9..aedba28 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -24,7 +24,7 @@ priority = "supplemental"
 [tool.poetry.dependencies]
 python = ">=3.11,<4.0.0"
 pika = "^1.3.2"
-pydantic = "^2.10.5"
+pydantic = "^2.10.6"
 python-dotenv = "^1.0.1"
 python-gitlab = "^5.3.1"
 mattermostdriver = "^7.3.2"
-- 
GitLab