Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
bump utils
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Jul 19, 2024
1 parent bbf5fc9 commit 15728dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/envs/development.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DevelopmentConfig(DefaultConfig):
RSA256_PUBLIC_KEY = public_key_file.read()
FSD_LOG_LEVEL = logging.DEBUG

DEBUG_USER_ON = True
DEBUG_USER_ON = False
DEBUG_USER = {
"full_name": "Development User",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ flipper-client==1.3.2
# via
# -r requirements.txt
# funding-service-design-utils
funding-service-design-utils==4.0.1
funding-service-design-utils==4.0.2
# via -r requirements.txt
gitdb==4.0.10
# via gitpython
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ flask-wtf==1.1.1
# govuk-frontend-wtf
flipper-client==1.3.2
# via funding-service-design-utils
funding-service-design-utils==4.0.1
funding-service-design-utils==4.0.2
# via -r requirements.in
govuk-frontend-jinja==2.6.0
# via
Expand Down

0 comments on commit 15728dd

Please sign in to comment.