diff --git a/poetry.lock b/poetry.lock index 995e4900..7317832f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1576,7 +1576,7 @@ python-versions = ">=3.5" [[package]] name = "safety" -version = "2.2.1" +version = "2.3.1" description = "Checks installed dependencies for known vulnerabilities and licenses." category = "dev" optional = false @@ -1590,6 +1590,10 @@ requests = "*" "ruamel.yaml" = ">=0.17.21" setuptools = ">=19.3" +[package.extras] +github = ["jinja2 (>=3.1.0)", "pygithub (>=1.43.3)"] +gitlab = ["python-gitlab (>=1.3.0)"] + [[package]] name = "sentry-sdk" version = "1.9.0" @@ -2166,7 +2170,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = ">=3.9,<3.11" -content-hash = "568eeb9e0e936d9e12d37cbc8125454c4d31c2ccff2328eab16b15ecbae8baeb" +content-hash = "f0f5c8611ec24f6e9be2b12f838b9177b7d701d439e2bec7cd99db4e27b6ff1e" [metadata.files] alabaster = [ @@ -3169,8 +3173,8 @@ rsa = [ {file = "ruamel.yaml.clib-0.2.6.tar.gz", hash = "sha256:4ff604ce439abb20794f05613c374759ce10e3595d1867764dd1ae675b85acbd"}, ] safety = [ - {file = "safety-2.2.1-py3-none-any.whl", hash = "sha256:b0049b3f0af4128834f6bc5e6cd23a20ccc28303d6c92cbc019b71f1f06bc038"}, - {file = "safety-2.2.1.tar.gz", hash = "sha256:d8b48c46ac6628bb83441b7dddc4756cfe2582abe13a112ee6e4ef1a34aad032"}, + {file = "safety-2.3.1-py3-none-any.whl", hash = "sha256:8f098d12b607db2756886280e85c28ece8db1bba4f45fc5f981f4663217bd619"}, + {file = "safety-2.3.1.tar.gz", hash = "sha256:6e6fcb7d4e8321098cf289f59b65051cafd3467f089c6e57c9f894ae32c23b71"}, ] sentry-sdk = [ {file = "sentry-sdk-1.9.0.tar.gz", hash = "sha256:f185c53496d79b280fe5d9d21e6572aee1ab802d3354eb12314d216cfbaa8d30"}, diff --git a/pyproject.toml b/pyproject.toml index 897ada2f..23ba25aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ Flask-SQLAlchemy = "^2.5.1" [tool.poetry.dev-dependencies] pytest = "^7.1.2" coverage = {extras = ["toml"], version = "^6.1"} -safety = "^2.0.0" +safety = "^2.3.1" mypy = ">=0.961" typeguard = "^2.13.2" xdoctest = {extras = ["colors"], version = "^1.0.1"}