Skip to content

Commit

Permalink
build(manager): update django to 4.2 and bump related deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aarushtools committed Jul 10, 2024
1 parent 8952bd7 commit 74e927a
Show file tree
Hide file tree
Showing 3 changed files with 1,000 additions and 604 deletions.
15 changes: 8 additions & 7 deletions manager/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,17 @@ celery = "~=5.0.5"
channels = "~=3.0.3"
channels-redis = "~=3.2.0"
daphne = "~=3.0.1"
django = "~=2.2.20"
django = "~=4.2"
django-extensions = "~=3.1.2"
django-redis-cache = "~=3.0.0"
importlib-metadata = {version = "~=3.10.0",markers = "python_version < '3.8'"}
django-redis-cache = "~=3.0"
importlib-metadata = "~=8.0"
ipython = "~=7.22.0"
markdown = "~=3.3.4"
markdown = "~=3.6"
psycopg2 = "~=2.8.6"
pycryptodome = "~=3.10.1"
redis = "~=3.5.3"
social-auth-app-django = "~=4.0.0"
social-auth-app-django = "~=5.4"
websockets = "~=8.1"
# Required by importlib-metadata, but Pipenv doesn't pull it in correctly
zipp = {version = "~=3.4.1", markers = "python_version < '3.8'"}
zipp = "~=3.19"
types-bleach = "~=6.1"
types-markdown = "~=3.6"
Loading

0 comments on commit 74e927a

Please sign in to comment.