Skip to content

Commit

Permalink
chore: Update deps and safety handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed Jul 12, 2024
1 parent 54046ef commit e086714
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ lint = ["ruff"]
fix = ["ruff", "isort", "black"]
test = "pytest --cov=python_template --cov-report=xml --cov-report=term"
ruff = "ruff check --fix python_template"
safety = "safety check"
safety = "safety check --ignore 70612" # 70612 ignores the jinja2 CVE used by mkdocs
bandit = "bandit -r python_template"
security = ["safety", "bandit"]
# requires poethepoet outside of poetry.
Expand All @@ -162,6 +162,7 @@ update = ["poetry-update-core", "poetry-update-dev", "poetry-update-test", "poet

[tool.poetry.dependencies]
python = "^3.8"
pip = ">= 24.0"
typer = {extras = ["all"], version = "^0.12.3"}

[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit e086714

Please sign in to comment.