diff --git a/poetry.lock b/poetry.lock index d24b51f..ef816cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "asgiref" @@ -1833,13 +1833,13 @@ files = [ [[package]] name = "safety" -version = "3.0.1" +version = "3.1.0" description = "Checks installed dependencies for known vulnerabilities and licenses." optional = false python-versions = ">=3.7" files = [ - {file = "safety-3.0.1-py3-none-any.whl", hash = "sha256:1ed058bc4bef132b974e58d7fcad020fb897cd255328016f8a5a194b94ca91d2"}, - {file = "safety-3.0.1.tar.gz", hash = "sha256:1f2000f03652f3a0bfc67f8fd1e98bc5723ccb76e15cb1bdd68545c3d803df01"}, + {file = "safety-3.1.0-py3-none-any.whl", hash = "sha256:f2ba2d36f15ac1e24751547a73b854509a7d6db31efd30b57f64ffdf9d021934"}, + {file = "safety-3.1.0.tar.gz", hash = "sha256:71f47b82ece153ec2f240e277f7cbfa70d5da2e0d143162c67f63b2f7459a1aa"}, ] [package.dependencies] @@ -1849,11 +1849,11 @@ dparse = ">=0.6.4b0" jinja2 = ">=3.1.0" marshmallow = ">=3.15.0" packaging = ">=21.0" -pydantic = ">=1.10.12,<2.0" +pydantic = ">=1.10.12" requests = "*" rich = "*" "ruamel.yaml" = ">=0.17.21" -safety-schemas = ">=0.0.1" +safety-schemas = ">=0.0.2" setuptools = ">=65.5.1" typer = "*" typing-extensions = ">=4.7.1" @@ -1866,21 +1866,21 @@ spdx = ["spdx-tools (>=0.8.2)"] [[package]] name = "safety-schemas" -version = "0.0.1" -description = "Schemas for Safety CLI" +version = "0.0.2" +description = "Schemas for Safety tools" optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.7" files = [ - {file = "safety_schemas-0.0.1-py3-none-any.whl", hash = "sha256:33ba340a726036e1063fe075d93af88e9cddd067a1a1d294b7ebabfbe52028df"}, - {file = "safety_schemas-0.0.1.tar.gz", hash = "sha256:de56d04a9badbbab8b360326d1a598d68b180b766eb04d3296abaee4c7ab431c"}, + {file = "safety_schemas-0.0.2-py3-none-any.whl", hash = "sha256:277c077ce6e53221874a87c29515ffdd2f3773a6db4d035a9f67cc98db3b8c7f"}, + {file = "safety_schemas-0.0.2.tar.gz", hash = "sha256:7d1b040ec06480f05cff6b45ea7a93e09c8942df864fb0d01ddeb67c323cfa8c"}, ] [package.dependencies] -dparse = ">=0.6.2" -packaging = ">=21.0,<=23.0" -pydantic = ">=1.10.12,<2.0.0" +dparse = ">=0.6.4b0" +packaging = ">=21.0" +pydantic = "*" ruamel-yaml = ">=0.17.21" -typing-extensions = ">=4.7.1,<5.0.0" +typing-extensions = ">=4.7.1" [[package]] name = "setuptools" @@ -2170,4 +2170,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "e0ced964fa52a24c152deed591016886eb885397b53c1a70d67a62b82508df2c" +content-hash = "91b86e1b01bdc47c586dab8f0a056fa87350c85af69e300421f36cfdb9f09d2b" diff --git a/pyproject.toml b/pyproject.toml index 9f1e659..346f850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ wemake-python-styleguide = "^0.18" flake8-pytest-style = "^1.7" nitpick = "^0.35" -safety = "^3.0" +safety = "^3.1" pytest = "^8.1" pytest-cov = "^5.0"