Skip to content

Commit

Permalink
build: Update PyYAML to fix 3.10 CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Aug 30, 2023
1 parent 97cb59e commit 82c3495
Show file tree
Hide file tree
Showing 3 changed files with 600 additions and 104 deletions.
9 changes: 6 additions & 3 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ def safety(session):
f"--output={requirements.name}",
external=True,
)
# Ignore 50916, 51457, 51668, 52322, 52518, 53325, 53326, 54456, 55261, 58910,
# 58755 as the patched versions of dependencies that they relate don't support
# Python 3.6 which is still required for production
# Ignore vulnerabilities as the patched versions of dependencies that they
# relate to don't support Python 3.6 which is still required for production
session.run(
"safety",
"check",
Expand Down Expand Up @@ -102,6 +101,10 @@ def safety(session):
"58910",
"--ignore",
"58755",
"--ignore",
"59062",
"--ignore",
"59473",
)

try:
Expand Down
Loading

0 comments on commit 82c3495

Please sign in to comment.