diff --git a/poetry.lock b/poetry.lock index 952e36fa10878afc74f41f98e3081f057a99b744..2d173d01e09c6fe8db6e84295fe16e7c4712c9ea 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.4" 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.4-py3-none-any.whl", hash = "sha256:452b32992f47e303b432f8940d4077f1d60e8d3325351b8998d846431699111a"}, ] [package.dependencies] @@ -1693,4 +1693,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "cfdd00d4f2c9c54ea7d9afafab03f7f62b143b14257e6837604dec2afbbbf95e" +content-hash = "f0442012b839e0db6d550ff0a14ac07eb5116e08157cb5ec0be8e7a1a82ddf73" diff --git a/pyproject.toml b/pyproject.toml index 10b93b4b55614474dea2e3b0cbc03451caee223b..6a175bf12231f98d0bdd7e19e0e4749fa9b360c0 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.4" pytest-env = "^0.8.2" pytest-asyncio = "^0.21.1" httpx = "^0.24.1"