Skip to content

Commit

Permalink
⬆️(dashboard) update django-dsfr to version 2.0.0
Browse files Browse the repository at this point in the history
Upgraded django-dsfr dependency from 1.4.5 to 2.0.0 in both Pipfile and Pipfile.lock. Adjusted its compatibility markers to require Python >= 3.10. This ensures compatibility with the latest features and updates.
  • Loading branch information
ssorin committed Jan 9, 2025
1 parent 5fd721d commit 6a7b4a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/dashboard/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
Django = "==5.1.4"
django-dsfr = "==1.4.5"
django-dsfr = "==2.0.0"
django-environ = "==0.11.2"
django-extensions = "==3.2.3"
django-stubs = {extras = ["compatible-mypy"], version = "==5.1.1"}
Expand Down
10 changes: 5 additions & 5 deletions src/dashboard/Pipfile.lock

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

0 comments on commit 6a7b4a3

Please sign in to comment.