diff --git a/pyproject.toml b/pyproject.toml index 986164ca..adaa38e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ poetry-pre-commit-plugin = "^0.2.2" pre-commit = "4.6.0" pylint = "4.0.6" pyright = {extras = ["nodejs"], version = "1.1.411"} -safety = "~3.7.0" # TODO: Remove this version pin once the issue with safety is resolved +safety = "~3.8.0" # TODO: Remove this version pin once the issue with safety is resolved tox = "^4.18.0" tox-gh-actions = "^3.2.0"