diff --git a/poetry.lock b/poetry.lock index d9cb7eb..e8058d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1298,12 +1298,12 @@ pylint = ">=1.7" [[package]] name = "pylint-pydantic" -version = "0.3.0" +version = "0.3.1" description = "A Pylint plugin to help Pylint understand the Pydantic" optional = false python-versions = ">=3.8" files = [ - {file = "pylint_pydantic-0.3.0-py3-none-any.whl", hash = "sha256:040603055f45168048fe86e07bb4b6d672ddc931e00a318102f6da42f6c65564"}, + {file = "pylint_pydantic-0.3.1-py3-none-any.whl", hash = "sha256:4c7f40b3aef9754f61479adfd76076f85b0615608bb5ce967ffc948909ffb0eb"}, ] [package.dependencies] @@ -2045,4 +2045,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ad0a2f9de40e8a87120e2a236547d77edb88e1f6292fcc3f854d98cf777cca6c" +content-hash = "5e2bf996882d46e93b0cc8a93639f9305febc9e8d0e7d423c8d589394a0692fa" diff --git a/pyproject.toml b/pyproject.toml index 40cccb2..ec63c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest-cov = "^4.1.0" pytest-asyncio = "^0.21.1" pydocstyle = "^6.3.0" pylint = { extras = ["spelling"], version = "^3.0.2" } -pylint-pydantic = "^0.3.0" +pylint-pydantic = "^0.3.1" autopep8 = "^2.0.4" pydeps = "^1.12.17" commitizen = "^3.12.0"