Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements-dev.in
#
asgiref==3.3.4
asgiref==3.6.0
# via
# -c requirements.txt
# django
Expand Down Expand Up @@ -56,7 +56,7 @@ customizable-django-profiler @ git+https://github.com/someshchaturvedi/customiza
# via -r requirements-dev.in
distlib==0.3.1
# via virtualenv
django==3.2.18
django==4.1.7
# via
# -c requirements.txt
# django-debug-toolbar
Expand Down Expand Up @@ -207,10 +207,6 @@ python-dateutil==2.8.1
# via
# -c requirements.txt
# faker
pytz==2022.1
# via
# -c requirements.txt
# django
pyyaml==6.0
# via
# aspy-yaml
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ celery==5.2.7
redis
pathlib
python-postmark==0.5.8
Django==3.2.18
Django==4.1.7
django-webpack-loader==0.7.0
google-cloud-error-reporting
google-cloud-storage
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amqp==5.1.1
# via kombu
asgiref==3.3.4
asgiref==3.6.0
# via django
async-timeout==4.0.2
# via redis
Expand Down Expand Up @@ -54,7 +54,7 @@ click-repl==0.2.0
# via celery
confusable-homoglyphs==3.2.0
# via django-registration
django==3.2.18
django==4.1.7
# via
# -r requirements.in
# django-bulk-update
Expand Down Expand Up @@ -219,7 +219,6 @@ python-postmark==0.5.8
pytz==2022.1
# via
# celery
# django
# django-postmark
# google-api-core
redis==4.5.1
Expand Down