Skip to content

Commit

Permalink
Merge pull request #340 from UW-GAC/maint/django-environ-version-bug
Browse files Browse the repository at this point in the history
Pin django-environ to working version
  • Loading branch information
amstilp authored Nov 17, 2023
2 parents bd782bc + deccbdb commit 4e858a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ oauthlib # https://github.com/oauthlib/oauthlib
# Django
# ------------------------------------------------------------------------------
django>=3.2,<4.0 # pyup: < 3.3 # https://www.djangoproject.com/
# Note that django-environ introduces a bug where secret keys are truncated if they have a #
# for now just update the requirements file manually, instead of pinning here.
# https://github.com/joke2k/django-environ/issues/497
django-environ # https://github.com/joke2k/django-environ
django-maintenance-mode # https://github.com/fabiocaccamo/django-maintenance-mode
django-model-utils # https://github.com/jazzband/django-model-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ django-crispy-forms==2.0
# django-anvil-consortium-manager
django-dbbackup==4.0.1
# via -r requirements/requirements.in
django-environ==0.11.2
django-environ==0.10.0
# via -r requirements/requirements.in
django-extensions==3.2.1
# via
Expand Down

0 comments on commit 4e858a4

Please sign in to comment.