Skip to content

Commit

Permalink
Ignored 70612 for jinja2
Browse files Browse the repository at this point in the history
  • Loading branch information
yfukai committed Jun 4, 2024
1 parent 064e157 commit d6e440a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@

package = "laptrack"
python_versions = ["3.12", "3.11", "3.10", "3.9", "3.8"]
safety_ignore = [44717, 44715, 44716, 51457] # ignore numpy 1.21 CVEs and py 1.11.0
safety_ignore = [
44717,
44715,
44716,
51457,
70612,
] # ignore numpy 1.21 CVEs and py 1.11.0
nox.needs_version = ">= 2021.6.6"
nox.options.sessions = (
"pre-commit",
Expand Down

0 comments on commit d6e440a

Please sign in to comment.