Skip to content

Commit

Permalink
fix: Upgrade dependencies and ignore further vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Aug 1, 2024
1 parent 1b4cfc1 commit 303529d
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 13 deletions.
52 changes: 52 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,58 @@ def safety(session):
"62452",
"--ignore",
"62556",
"--ignore",
"63687",
"--ignore",
"64121",
"--ignore",
"64227",
"--ignore",
"65212",
"--ignore",
"64484",
"--ignore",
"65278",
"--ignore",
"65510",
"--ignore",
"65647",
"--ignore",
"66704",
"--ignore",
"66777",
"--ignore",
"67892",
"--ignore",
"70612",
"--ignore",
"70624",
"--ignore",
"70790",
"--ignore",
"70982",
"--ignore",
"70993",
"--ignore",
"71064",
"--ignore",
"71083",
"--ignore",
"71219",
"--ignore",
"71590",
"--ignore",
"71591",
"--ignore",
"71594",
"--ignore",
"71595",
"--ignore",
"71680",
"--ignore",
"71681",
"--ignore",
"71684",
)

try:
Expand Down
23 changes: 11 additions & 12 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Flask = "^2.0.3"
Flask-RESTful = "^0.3.7"
SQLAlchemy = "^1.3.8"
PyMySQL = "1.0.2"
Flask-Cors = "3.0.9"
Flask-Cors = "^4.0.1"
apispec = "3.3.0"
flask-swagger-ui = "3.25.0"
PyYAML = "^6.0"
Expand Down

0 comments on commit 303529d

Please sign in to comment.