merge from main

This commit is contained in:
Kenneth Kehl
2023-11-22 08:21:34 -08:00
14 changed files with 240 additions and 285 deletions

View File

@@ -9,7 +9,7 @@ readme = "README.md"
python = ">=3.9,<3.12"
ago = "~=0.0.95"
blinker = "~=1.7"
exceptiongroup = "==1.1.3"
exceptiongroup = "==1.2.0"
flask = "~=2.3"
flask-basicauth = "~=0.2"
flask-login = "^0.6"
@@ -18,7 +18,7 @@ flask-wtf = "^1.2"
govuk-bank-holidays = "==0.13"
govuk-frontend-jinja = {git = "https://github.com/alphagov/govuk-frontend-jinja.git", tag = "v0.5.8-alpha"}
gunicorn = {version = "==21.2.0", extras = ["eventlet"]}
humanize = "~=4.8"
humanize = "~=4.9"
itsdangerous = "~=2.1"
jinja2 = "~=3.1"
newrelic = "*"
@@ -57,7 +57,7 @@ pytest = "^7.4.3"
pytest-env = "^1.1.1"
pytest-mock = "^3.12.0"
pytest-playwright = "^0.4.3"
pytest-xdist = "^3.3.1"
pytest-xdist = "^3.5.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"
vulture = "^2.10"