Skip to content

Commit

Permalink
Merge pull request #17 from dataforgoodfr/web
Browse files Browse the repository at this point in the history
Removed django to solve security issues
  • Loading branch information
benoitfrisque authored Dec 19, 2024
2 parents fe8668d + 0668e85 commit ab64674
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 55 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ repos:
rev: v1.3.1
hooks:
- id: python-safety-dependencies-check
args: [--ignore, "40459,43041,44423,44426,44427,44741,44742,48040,48041,49733,50454,51340,52945,55264,53315,59293,60956,61586,62126,64976,65771,72095,72109,72110,72111,72515,72520,72521,73023,73028"] # ignoring Django vulnerability IDs
54 changes: 1 addition & 53 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
Django = "3.2.5" # Constraint from the website
dash-bootstrap-components = "^1.4.1"
dash-core-components = "^2.0.0"
dash-html-components = "^2.0.0"
Expand Down

0 comments on commit ab64674

Please sign in to comment.