Skip to content

Commit

Permalink
Update django verion to 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaSAzevedo committed Dec 4, 2023
1 parent 7937399 commit c27b648
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ hiredis==2.0.0 # https://github.com/redis/hiredis-py

# Django
# ------------------------------------------------------------------------------
django==3.2.12 # pyup: < 4.0 # https://www.djangoproject.com/
django==4.2.7 # pyup: < 4.0 # https://www.djangoproject.com/
django-environ==0.8.1 # https://github.com/joke2k/django-environ
django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils
django-allauth==0.48.0 # https://github.com/pennersr/django-allauth
django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms
crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
django-redis==5.2.0 # https://github.com/jazzband/django-redis

Markdown==3.3.3 # https://github.com/Python-Markdown/markdown
Markdown==3.3.3 # https://github.com/Python-Markdown/markdown
6 changes: 3 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Werkzeug[watchdog]==2.0.3 # https://github.com/pallets/werkzeug
ipdb==0.13.9 # https://github.com/gotcha/ipdb
psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2
psycopg3-binary==3.2.0 # https://github.com/psycopg/psycopg2

# Testing
# ------------------------------------------------------------------------------
Expand All @@ -27,9 +27,9 @@ pre-commit==2.17.0 # https://github.com/pre-commit/pre-commit

# Django
# ------------------------------------------------------------------------------
factory-boy==3.2.1 # https://github.com/FactoryBoy/factory_boy
factory-boy==3.3.0 # https://github.com/FactoryBoy/factory_boy

django-debug-toolbar==3.2.4 # https://github.com/jazzband/django-debug-toolbar
django-extensions==3.1.5 # https://github.com/django-extensions/django-extensions
django-coverage-plugin==2.0.2 # https://github.com/nedbat/django_coverage_plugin
pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django
pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-r base.txt

gunicorn==20.1.0 # https://github.com/benoitc/gunicorn
psycopg2==2.9.3 # https://github.com/psycopg/psycopg2
psycopg3==3.2.0 # https://github.com/psycopg/psycopg2

# Django
# ------------------------------------------------------------------------------
django-anymail[mailgun]==8.5 # https://github.com/anymail/django-anymail
django-anymail[mailgun]==8.5 # https://github.com/anymail/django-anymail

0 comments on commit c27b648

Please sign in to comment.