diff --git a/poetry.lock b/poetry.lock index f48e345..f2a021e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2866,13 +2866,13 @@ files = [ [[package]] name = "pydantic" -version = "2.10.4" +version = "2.10.6" description = "Data validation using Python type hints" optional = false python-versions = ">=3.8" files = [ - {file = "pydantic-2.10.4-py3-none-any.whl", hash = "sha256:597e135ea68be3a37552fb524bc7d0d66dcf93d395acd93a00682f1efcb8ee3d"}, - {file = "pydantic-2.10.4.tar.gz", hash = "sha256:82f12e9723da6de4fe2ba888b5971157b3be7ad914267dea8f05f82b28254f06"}, + {file = "pydantic-2.10.6-py3-none-any.whl", hash = "sha256:427d664bf0b8a2b34ff5dd0f5a18df00591adcee7198fbd71981054cef37b584"}, + {file = "pydantic-2.10.6.tar.gz", hash = "sha256:ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236"}, ] [package.dependencies] @@ -4365,4 +4365,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "848d8c409b8bc2388606987c65a610d4fae16c7cab01af93d44011f28aa420a8" +content-hash = "fc11e4f6e8eaaf7fb2f5337598134f24c090576d2f70afcb3d19161904cb4a12" diff --git a/pyproject.toml b/pyproject.toml index f1e67c4..7eb67eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ datasets = ">=1.14,<4.0" tabulate = ">=0.8.9,<0.10.0" colorama = "^0.4.4" matplotlib = "^3.9.2" -pydantic = "2.10.4" +pydantic = "2.10.6" scikit-optimize = "^0.10.2" scikit-learn = "1.6.1" numpy = ">=1.24.3,<3.0.0"