From fc05be06cd194dc721226e08d2fbbe4839d94348 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Jul 2023 16:01:25 +0000
Subject: [PATCH] build(deps-dev): Bump pylint-pydantic from 0.2.2 to 0.2.3

Bumps [pylint-pydantic](https://github.com/fcfangcc/pylint-pydantic) from 0.2.2 to 0.2.3.
- [Release notes](https://github.com/fcfangcc/pylint-pydantic/releases)
- [Commits](https://github.com/fcfangcc/pylint-pydantic/compare/0.2.2...0.2.3)

---
updated-dependencies:
- dependency-name: pylint-pydantic
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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

diff --git a/poetry.lock b/poetry.lock
index 952e36f..b0b1704 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1080,12 +1080,12 @@ pylint = ">=1.7"
 
 [[package]]
 name = "pylint-pydantic"
-version = "0.2.2"
+version = "0.2.3"
 description = "A Pylint plugin to help Pylint understand the Pydantic"
 optional = false
 python-versions = ">=3.7"
 files = [
-    {file = "pylint_pydantic-0.2.2-py3-none-any.whl", hash = "sha256:37f9b16b68f258dcb638efd3a78632e237c80d6cde036fe73514de9cdf11aff2"},
+    {file = "pylint_pydantic-0.2.3-py3-none-any.whl", hash = "sha256:da9f477cb9c600fb69cb20267b8b459fa75a51bb931149f46c5fccac2bb12961"},
 ]
 
 [package.dependencies]
@@ -1693,4 +1693,4 @@ files = [
 [metadata]
 lock-version = "2.0"
 python-versions = "^3.10"
-content-hash = "cfdd00d4f2c9c54ea7d9afafab03f7f62b143b14257e6837604dec2afbbbf95e"
+content-hash = "4541ad391fbfe82ad92ca02c1aee09ba1aeefbc7ade8eb008ff909d54bbc7c49"
diff --git a/pyproject.toml b/pyproject.toml
index 10b93b4..f29e544 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ mypy-extensions = "^1.0.0"
 pylint = "^2.17.4"
 pytest = "^7.4.0"
 pytest-cov = "^4.1.0"
-pylint-pydantic = "^0.2.2"
+pylint-pydantic = "^0.2.3"
 pytest-env = "^0.8.2"
 pytest-asyncio = "^0.21.1"
 httpx = "^0.24.1"
-- 
GitLab