From e92445801885691065e1d7ac9f5bd04db47ed8d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:08:51 +0000 Subject: [PATCH] Bump safety from 3.2.5 to 3.2.6 in /03_uns_graphdb (#1124) --- 03_uns_graphdb/poetry.lock | 16 ++++++++-------- 03_uns_graphdb/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/03_uns_graphdb/poetry.lock b/03_uns_graphdb/poetry.lock index 849e4c67..f717e1b7 100644 --- a/03_uns_graphdb/poetry.lock +++ b/03_uns_graphdb/poetry.lock @@ -1099,13 +1099,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] @@ -1121,7 +1121,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" @@ -1134,13 +1134,13 @@ spdx = ["spdx-tools (>=0.8.2)"] [[package]] name = "safety-schemas" -version = "0.0.3" +version = "0.0.5" description = "Schemas for Safety tools" optional = false python-versions = ">=3.7" files = [ - {file = "safety_schemas-0.0.3-py3-none-any.whl", hash = "sha256:05b59d3973765911c64541ac6b5aca16418d56c1f043d983a5450ea265916061"}, - {file = "safety_schemas-0.0.3.tar.gz", hash = "sha256:b39554f9c010e4f11f7c9e5773eb31d2c96c164f7a595c273a98b074d0fb98f4"}, + {file = "safety_schemas-0.0.5-py3-none-any.whl", hash = "sha256:6ac9eb71e60f0d4e944597c01dd48d6d8cd3d467c94da4aba3702a05a3a6ab4f"}, + {file = "safety_schemas-0.0.5.tar.gz", hash = "sha256:0de5fc9a53d4423644a8ce9a17a2e474714aa27e57f3506146e95a41710ff104"}, ] [package.dependencies] @@ -1243,4 +1243,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "710f6d2ee6d73b3448270a0917c76d05a897d106b689244ce765580298e8a304" +content-hash = "9cf0748d7b2f84b5d97ecbf6d1ae7909bd36a24d1c4909c75eab6a77a7898fe0" diff --git a/03_uns_graphdb/pyproject.toml b/03_uns_graphdb/pyproject.toml index f0e66351..856a7918 100644 --- a/03_uns_graphdb/pyproject.toml +++ b/03_uns_graphdb/pyproject.toml @@ -36,7 +36,7 @@ pytest = "^8.2.1" pytest-xdist = { version="^3.6.1",extras =["psutil2"]} pytest-cov = "^5.0.0" pytest-timeout = "^2.3.1" -safety = "^3.2.4" +safety = "^3.2.6" ruff = "^0.6.1" [tool.poetry.scripts]