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

Combined PR #228

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
environment: ${{ inputs.environment || 'test' }}
steps:
- name: Git clone the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get current date
id: currentdatetime
Expand Down
24 changes: 11 additions & 13 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ beautifulsoup4==4.12.2
# via
# -r requirements-dev.in
# -r requirements.txt
# funding-service-design-utils
black==22.10.0
# via -r requirements-dev.in
blinker==1.6.2
Expand Down Expand Up @@ -174,14 +175,18 @@ flipper-client==1.3.2
# via
# -r requirements.txt
# funding-service-design-utils
funding-service-design-utils==2.0.14
funding-service-design-utils==2.0.26
# via -r requirements.txt
gitdb==4.0.9
# via gitpython
gitpython==3.1.27
# via bandit
govuk-frontend-jinja==2.3.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 @@ -240,6 +245,7 @@ markupsafe==2.1.1
# -r requirements.txt
# jinja2
# mako
# sentry-sdk
# werkzeug
# wtforms
msal==1.18.0
Expand Down Expand Up @@ -336,7 +342,7 @@ pytest-flask==1.2.0
# via -r requirements-dev.in
pytest-html==3.1.1
# via pytest-selenium
pytest-metadata==2.0.1
pytest-metadata==3.0.0
# via pytest-html
pytest-mock==3.10.0
# via -r requirements-dev.in
Expand Down Expand Up @@ -400,10 +406,6 @@ ruamel-yaml==0.17.21
# via
# -r requirements.txt
# prance
ruamel-yaml-clib==0.2.7
# via
# -r requirements.txt
# ruamel-yaml
s3transfer==0.6.1
# via
# -r requirements.txt
Expand All @@ -416,7 +418,7 @@ semver==2.13.0
# via
# -r requirements.txt
# prance
sentry-sdk[flask]==1.9.9
sentry-sdk[flask]==1.31.0
# via
# -r requirements.txt
# funding-service-design-utils
Expand Down Expand Up @@ -466,18 +468,14 @@ toml==0.10.2
# dparse
# pre-commit
tomli==2.0.1
# via
# black
# build
# pyproject-hooks
# pytest
# via pytest
trio==0.21.0
# via
# selenium
# trio-websocket
trio-websocket==0.9.2
# via selenium
urllib3[secure,socks]==1.26.12
urllib3[secure,socks]==1.26.18
# via
# -r requirements.txt
# botocore
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ funding-service-design-utils==2.0.26
# via -r requirements.in
govuk-frontend-jinja==2.3.0
# via -r requirements.in
greenlet==3.0.0
# via sqlalchemy
gunicorn==20.1.0
# via funding-service-design-utils
idna==3.3
Expand Down Expand Up @@ -212,8 +214,6 @@ rich==12.4.4
# via funding-service-design-utils
ruamel-yaml==0.17.21
# via prance
ruamel-yaml-clib==0.2.7
# via ruamel-yaml
s3transfer==0.6.1
# via boto3
semver==2.13.0
Expand Down Expand Up @@ -242,7 +242,7 @@ swagger-ui-bundle==0.0.9
# via -r requirements.in
thrift==0.16.0
# via flipper-client
urllib3==1.26.12
urllib3==1.26.18
# via
# botocore
# requests
Expand Down