Update utils for improved logging

This commit is contained in:
Ryan Ahearn
2023-04-26 11:24:01 -04:00
parent a42617f776
commit 4fc95a4e28
3 changed files with 178 additions and 184 deletions

24
Pipfile
View File

@@ -4,20 +4,20 @@ verify_ssl = true
name = "pypi"
[packages]
ago = "==0.0.93"
blinker = "==1.4"
ago = "~=0.0.95"
blinker = "~=1.4"
fido2 = "==0.9.3"
flask = "~=2.2"
flask-basicauth = "==0.2.0"
flask = "~=2.2.3"
flask-basicauth = "~=0.2"
flask-login = "~=0.6"
flask-wtf = "==1.0.1"
flask-wtf = "~=1.1"
gds-metrics = {version = "==0.2.4", ref = "6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72", git = "https://github.com/alphagov/gds_metrics_python.git"}
govuk-bank-holidays = "==0.11"
govuk-frontend-jinja = {version = "==0.5.8-alpha", git = "https://github.com/alphagov/govuk-frontend-jinja.git"}
gunicorn = {version = "==20.1.0", extras = ["eventlet"], ref = "1299ea9e967a61ae2edebe191082fd169b864c64", git = "https://github.com/benoitc/gunicorn.git"}
humanize = "==4.1.0"
itsdangerous = "==2.1.2"
jinja2 = "==3.1.2"
humanize = "~=4.1"
itsdangerous = "~=2.1"
jinja2 = "~=3.1"
notifications-python-client = "==6.3.0"
prometheus-client = "==0.14.1"
pyexcel = "==0.7.0"
@@ -30,11 +30,11 @@ pyproj = "==3.3.1"
python-dotenv = "==0.20.0"
pytz = "==2022.1"
rtreelib = "==0.2.0"
werkzeug = "~=2.2"
wtforms = "==3.0.1"
werkzeug = "~=2.2.3"
wtforms = "~=3.0"
newrelic = "*"
notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"}
flask-talisman = "*"
notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"}
[dev-packages]
isort = "==5.10.1"
@@ -48,7 +48,7 @@ flake8 = "==4.0.1"
flake8-bugbear = "==22.4.25"
flake8-print = "==5.0.0"
moto = "==3.1.7"
requests-mock = "==1.9.3"
requests-mock = "==1.10.0"
# used for creating manifest file locally
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
pip-audit = "*"