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

Commit

Permalink
Merge branch 'main' into tferns-fs-3621-fix-cosmetic-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tferns authored Oct 11, 2023
2 parents 1ea5540 + a88915f commit b19ab0e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 deletions.
22 changes: 9 additions & 13 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements-dev.in
Expand Down Expand Up @@ -43,6 +43,7 @@ beautifulsoup4==4.12.2
# via
# -r requirements-dev.in
# -r requirements.txt
# funding-service-design-utils
black==23.1.0
# via -r requirements-dev.in
blinker==1.5
Expand Down Expand Up @@ -132,10 +133,6 @@ docopt==0.6.2
# num2words
email-validator==1.3.1
# via -r requirements.txt
exceptiongroup==1.1.3
# via
# pytest
# trio
filelock==3.9.0
# via virtualenv
flask==2.2.3
Expand Down Expand Up @@ -181,14 +178,18 @@ flipper-client==1.3.2
# via
# -r requirements.txt
# funding-service-design-utils
funding-service-design-utils==2.0.13
funding-service-design-utils==2.0.27
# via -r requirements.txt
gitdb==4.0.10
# via gitpython
gitpython==3.1.31
# via bandit
govuk-frontend-jinja==2.5.0
# via -r requirements.txt
greenlet==3.0.0
# via
# -r requirements.txt
# sqlalchemy
gunicorn==20.1.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -263,6 +264,7 @@ markupsafe==2.1.2
# -r requirements.txt
# jinja2
# mako
# sentry-sdk
# werkzeug
# wtforms
mypy-extensions==1.0.0
Expand Down Expand Up @@ -448,7 +450,7 @@ s3transfer==0.6.0
# boto3
selenium==4.8.2
# via -r requirements-dev.in
sentry-sdk[flask]==1.15.0
sentry-sdk[flask]==1.31.0
# via
# -r requirements.txt
# funding-service-design-utils
Expand Down Expand Up @@ -499,12 +501,6 @@ tinycss2==1.2.1
# -r requirements.txt
# cssselect2
# svglib
tomli==2.0.1
# via
# black
# build
# pyproject-hooks
# pytest
tqdm==4.64.1
# via
# -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#-----------------------------------
# FSD Utils
#-----------------------------------
funding-service-design-utils>=2.0.13,<2.1.0
funding-service-design-utils>=2.0.27,<2.1.0


requests
Expand Down
6 changes: 4 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
Expand Down Expand Up @@ -109,10 +109,12 @@ flask-wtf==1.1.1
# via -r requirements.in
flipper-client==1.3.2
# via funding-service-design-utils
funding-service-design-utils==2.0.26
funding-service-design-utils==2.0.27
# via -r requirements.in
govuk-frontend-jinja==2.5.0
# via -r requirements.in
greenlet==3.0.0
# via sqlalchemy
gunicorn==20.1.0
# via funding-service-design-utils
html5lib==1.1
Expand Down

0 comments on commit b19ab0e

Please sign in to comment.