Skip to content

Commit

Permalink
Fixes for safety warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Jun 1, 2024
1 parent 9a7a906 commit 166018a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .safety-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ security: # configuration for the `safety check` command
67599: # Apparently all versions of pip are bad.
reason: We need to be able to pip install things.
expires: '2024-08-20' # Bump if still applies
70612: # jinja2 version 3.1.4
reason: Only used in tests and there's a general election on
expires: '2024-08-20' # Bump if still applies
continue-on-vulnerability-error: False # Suppress non-zero exit codes when vulnerabilities are found. Enable this in pipelines and CI/CD processes if you want to pass builds that have vulnerabilities
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ pytest-ruff
pytest-black
playwright==1.36.0
pytest-playwright==0.4.2
moto>=5.0.0
moto>=5.0.9

0 comments on commit 166018a

Please sign in to comment.