Skip to content

Commit

Permalink
working test reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Feb 13, 2024
1 parent 7febb7b commit 199b000
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
#
# pip-compile requirements.in
#
blinker==1.7.0
blinker==1.6.2
# via flask
click==8.1.7
click==8.1.4
# via flask
coverage[toml]==7.2.7
# via
# coverage
# pytest-cov
deepmerge==1.1.1
# via -r requirements.in
dnspython==2.5.0
dnspython==2.3.0
# via email-validator
email-validator==2.1.0.post1
email-validator==2.0.0.post2
# via -r requirements.in
flask==2.3.3
# via
Expand All @@ -26,34 +26,34 @@ flask-wtf==1.1.2
# via -r requirements.in
govuk-frontend-jinja==2.8.0
# via -r requirements.in
idna==3.6
idna==3.4
# via email-validator
iniconfig==2.0.0
# via pytest
itsdangerous==2.1.2
# via
# flask
# flask-wtf
jinja2==3.1.3
jinja2==3.1.2
# via
# flask
# govuk-frontend-jinja
markupsafe==2.1.5
markupsafe==2.1.3
# via
# jinja2
# werkzeug
# wtforms
packaging==23.2
packaging==23.1
# via pytest
pluggy==1.4.0
pluggy==1.2.0
# via pytest
pytest==8.0.0
pytest==7.4.0
# via pytest-cov
pytest-cov==4.1.0
# via -r requirements.in
pyyaml==6.0.1
# via -r requirements.in
werkzeug==3.0.1
# via flask
wtforms==3.1.2
wtforms==3.0.1
# via flask-wtf

0 comments on commit 199b000

Please sign in to comment.