Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
timonegk committed Oct 8, 2023
1 parent 13af7c3 commit a66ce65
Show file tree
Hide file tree
Showing 2 changed files with 791 additions and 718 deletions.
24 changes: 12 additions & 12 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@ verify_ssl = true
name = "pypi"

[packages]
Django = "==4.1.9" # can be upgraded once we have postgres >11 deployed
Pillow = "~=9.3"
Django = "~=4.1" # can be upgraded once we have postgres >11 deployed
Pillow = "~=10.0"
PyPDF2 = "~=1.27"
bleach = {extras = ["css"], version = "~=6.0"}
bleach = {extras = ["css"], version = "~=6.1"}
django-auth-ldap = "~=4.1"
django-cors-headers = "~=3.13"
django-cors-headers = "~=4.1"
django-ldapdb = "~=1.5"
django-oauth-toolkit = "~=2.2"
django-widget-tweaks = "~=1.4"
django-oauth-toolkit = "~=2.3"
django-widget-tweaks = "~=1.5"
environs = { version = "~=9.5", extras = ["django"] }
etherpad_lite = "~=0.5"
fuzzywuzzy = "~=0.18"
nameparser = "~=1.1"
networkx = "~=2.8"
networkx = "~=3.1"
oauthlib = "~=3.2"
psycopg2-binary = "~=2.9"
pygpgme = "~=0.3"
pygraphviz = "~=1.10"
python-Levenshtein = "~=0.20"
pygraphviz = "~=1.11"
python-Levenshtein = "~=0.22"
python-creole = "~=1.4"
python-ldap = "~=3.4"
python-magic = "~=0.4"
raven = "~=6.10"
requests = "~=2.28"
simple-openid-connect = { version = "~=0.3.0", extras = ["django"] }
requests = "~=2.31"
simple-openid-connect = { version = "~=0.4.0", extras = ["django"] }

[dev-packages]
responses = "~=0.22"
responses = "~=0.23"
pytest = "==7.1.3"
pytest-django = "*"
pytest-env = "*"
Expand Down
Loading

0 comments on commit a66ce65

Please sign in to comment.