diff --git a/poetry.lock b/poetry.lock index c907b2a..0f1cc83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3001,13 +3001,13 @@ tests = ["pytest (>=5.4.1)", "pytest-cov (>=2.8.1)", "pytest-mypy (>=0.8.0)", "p [[package]] name = "pre-commit" -version = "2.20.0" +version = "3.5.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pre_commit-2.20.0-py2.py3-none-any.whl", hash = "sha256:51a5ba7c480ae8072ecdb6933df22d2f812dc897d5fe848778116129a681aac7"}, - {file = "pre_commit-2.20.0.tar.gz", hash = "sha256:a978dac7bc9ec0bcee55c18a277d553b0f419d259dadb4b9418ff2d00eb43959"}, + {file = "pre_commit-3.5.0-py2.py3-none-any.whl", hash = "sha256:841dc9aef25daba9a0238cd27984041fa0467b4199fc4852e27950664919f660"}, + {file = "pre_commit-3.5.0.tar.gz", hash = "sha256:5804465c675b659b0862f07907f96295d490822a450c4c40e747d0b1c6ebcb32"}, ] [package.dependencies] @@ -3015,8 +3015,7 @@ cfgv = ">=2.0.0" identify = ">=1.0.0" nodeenv = ">=0.11.1" pyyaml = ">=5.1" -toml = "*" -virtualenv = ">=20.0.8" +virtualenv = ">=20.10.0" [[package]] name = "protobuf" @@ -4206,7 +4205,7 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] name = "werkzeug" version = "3.0.3" description = "The comprehensive WSGI web application library." -optional = false +optional = true python-versions = ">=3.8" files = [ {file = "werkzeug-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, @@ -4357,4 +4356,4 @@ mlflow = ["azureml-mlflow", "mlflow"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "50207278a0b186acb40c019192c5f0ece8574684720f709025959a967eaa6bc3" +content-hash = "b9549ef767ebc095ae85a309a9b4e6f417babb0b1d70e11445ae29eaebfaa3ef" diff --git a/pyproject.toml b/pyproject.toml index e38237d..1ff0b5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ mlflow = ["azureml-mlflow", "mlflow"] pytest = "<7" pytest-cov = ">=2.8.0, <4.0.0" tox = ">=3.25.1" -pre-commit = "2.20.0" +pre-commit = "3.5.0" numpy = "1.24.4" pandas = "^1.4.3"