Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Feb 8, 2024
1 parent 1f57482 commit 66b2b7c
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 55 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ verify_ssl = true
name = "pypi"

[packages]
Django = "<5.1"
django-widget-tweaks = "<1.5"
django-datetime-widget = "<0.10"
djangorestframework = "<3.15"
simple-openid-connect = { version = "<0.6", extras = ["django"] }
Django = "~=5.0"
django-widget-tweaks = "~=1.4"
django-datetime-widget = "~=0.9"
djangorestframework = "~=3.14"
simple-openid-connect = { version = "~=1.0", extras = ["django"] }

[dev-packages]

Expand Down
159 changes: 109 additions & 50 deletions Pipfile.lock

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

0 comments on commit 66b2b7c

Please # to comment.