diff --git a/04_uns_historian/poetry.lock b/04_uns_historian/poetry.lock index dd50a26c..4d13ded4 100644 --- a/04_uns_historian/poetry.lock +++ b/04_uns_historian/poetry.lock @@ -1141,13 +1141,13 @@ files = [ [[package]] name = "safety" -version = "3.2.5" +version = "3.2.6" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.7" files = [ - {file = "safety-3.2.5-py3-none-any.whl", hash = "sha256:eb30e0dff10214f9c119f31927bb16799fab27678c8ccb6d8c78f3bcc4f3da29"}, - {file = "safety-3.2.5.tar.gz", hash = "sha256:656df7b01eb400ddd003190947224183981216bf24ddf4142b819545b9ae5521"}, + {file = "safety-3.2.6-py3-none-any.whl", hash = "sha256:fcd87f8c1882a72c26aef77b1e2b0f373800fb76df1b5f44ebeba9bff4e37b5e"}, + {file = "safety-3.2.6.tar.gz", hash = "sha256:6a361e362d582f1ac52a179f1ae0fd1b5acbe05d37b1144fdeae792573201f9f"}, ] [package.dependencies] @@ -1163,7 +1163,7 @@ pydantic = ">=1.10.12" requests = "*" rich = "*" "ruamel.yaml" = ">=0.17.21" -safety-schemas = ">=0.0.3" +safety-schemas = ">=0.0.4" setuptools = ">=65.5.1" typer = "*" typing-extensions = ">=4.7.1" @@ -1285,4 +1285,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c1c2794e2b558b4b5017dd308ceb709087da30cc7ae6e72599ae5711c2dcc5c6" +content-hash = "ee43cc331e0a161d777c16b1f70263dd488a7138830a4c550c6f7064dea36d0e" diff --git a/04_uns_historian/pyproject.toml b/04_uns_historian/pyproject.toml index 973c2c31..979fcb80 100644 --- a/04_uns_historian/pyproject.toml +++ b/04_uns_historian/pyproject.toml @@ -38,7 +38,7 @@ pytest-xdist = { version="^3.6.1",extras =["psutil2"]} pytest-timeout = "^2.3.1" pytest-asyncio = "^0.23.8" pytest-cov = "^5.0.0" -safety = "^3.2.4" +safety = "^3.2.6" ruff = "^0.6.2"