Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined PR #177

Closed
wants to merge 12 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/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: echo "datetime=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT }}:role/GithubCopilotDeploy
role-session-name: FUND_STORE_${{ inputs.workspace }}_COPILOT_${{ steps.currentdatetime.outputs.datetime }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- name: install dependencies
run: source .venv/bin/activate && python -m pip install --upgrade pip && pip install -r requirements.txt
- name: download previous build
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
- name: Deploy to Gov PaaS
uses: citizen-of-planet-earth/cf-cli-action@v2
with:
Expand Down
28 changes: 9 additions & 19 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cachetools==5.3.0
# via
# -r requirements.txt
# flipper-client
certifi==2022.5.18.1
certifi==2023.7.22
# via
# -r requirements.txt
# requests
Expand Down Expand Up @@ -92,7 +92,7 @@ commonmark==0.9.1
# rich
connexion==2.14.2
# via -r requirements.txt
cryptography==40.0.2
cryptography==41.0.4
# via
# -r requirements.txt
# pyjwt
Expand All @@ -102,10 +102,6 @@ deepdiff==5.8.1
# via -r requirements-dev.in
distlib==0.3.4
# via virtualenv
exceptiongroup==1.1.1
# via
# -r requirements.txt
# pytest
filelock==3.7.1
# via virtualenv
flask==2.2.4
Expand Down Expand Up @@ -149,6 +145,10 @@ gitdb==4.0.9
# via gitpython
gitpython==3.1.27
# via bandit
greenlet==3.0.0
# via
# -r requirements.txt
# sqlalchemy
gunicorn==20.1.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -344,7 +344,7 @@ redis==4.5.4
# -r requirements.txt
# flask-redis
# flipper-client
requests==2.27.1
requests==2.31.0
# via
# -r requirements.txt
# connexion
Expand All @@ -359,10 +359,6 @@ ruamel-yaml==0.17.21
# via
# -r requirements.txt
# prance
ruamel-yaml-clib==0.2.6
# via
# -r requirements.txt
# ruamel-yaml
s3transfer==0.6.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -415,20 +411,14 @@ thrift==0.16.0
toml==0.10.2
# via pre-commit
tomli==2.0.1
# via
# -r requirements.txt
# black
# build
# mypy
# pep517
# pytest
# via pep517
typing-extensions==4.5.0
# via
# -r requirements.txt
# alembic
# mypy
# sqlalchemy
urllib3==1.26.12
urllib3==1.26.18
# via
# -r requirements.txt
# botocore
Expand Down
18 changes: 6 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ bs4==0.0.1
# via -r requirements.in
cachetools==5.3.0
# via flipper-client
certifi==2022.5.18.1
certifi==2023.7.22
# via
# requests
# sentry-sdk
Expand All @@ -50,10 +50,8 @@ commonmark==0.9.1
# via rich
connexion==2.14.2
# via -r requirements.in
cryptography==40.0.2
cryptography==41.0.4
# via pyjwt
exceptiongroup==1.1.1
# via pytest
flask==2.2.4
# via
# -r requirements.in
Expand Down Expand Up @@ -84,6 +82,8 @@ flipper-client==1.3.2
# via funding-service-design-utils
funding-service-design-utils==2.0.26
# 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 @@ -188,7 +188,7 @@ redis==4.5.4
# via
# flask-redis
# flipper-client
requests==2.27.1
requests==2.31.0
# via
# connexion
# funding-service-design-utils
Expand All @@ -198,8 +198,6 @@ rich==12.6.0
# via funding-service-design-utils
ruamel-yaml==0.17.21
# via prance
ruamel-yaml-clib==0.2.6
# via ruamel-yaml
s3transfer==0.6.0
# via boto3
semver==2.13.0
Expand Down Expand Up @@ -233,16 +231,12 @@ swagger-ui-bundle==0.0.9
# via -r requirements.in
thrift==0.16.0
# via flipper-client
tomli==2.0.1
# via
# mypy
# pytest
typing-extensions==4.5.0
# via
# alembic
# mypy
# sqlalchemy
urllib3==1.26.12
urllib3==1.26.18
# via
# botocore
# requests
Expand Down
Loading