Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 24, 2022
1 parent 58be249 commit 87a446f
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and push
steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2.5.0
- name: Install AWS CLI
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
TOKEN: ${{ steps.notify-pr-bot.outputs.token }}

- name: Generate docker SBOM
uses: cds-snc/security-tools/.github/actions/generate-sbom@4c6b386722985552f3f008d04279a3f01402cc35 # renovate: tag=v1
uses: cds-snc/security-tools/.github/actions/generate-sbom@e8bfe289161e1a923f8bb153c57280abfa33eb22 # v1.1.2
with:
dependency_track_api_key: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
docker_image: $DOCKER_SLUG:${GITHUB_SHA::7}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2.5.0

- name: Generate app SBOM
uses: cds-snc/security-tools/.github/actions/generate-sbom@4c6b386722985552f3f008d04279a3f01402cc35 # renovate: tag=v1
uses: cds-snc/security-tools/.github/actions/generate-sbom@e8bfe289161e1a923f8bb153c57280abfa33eb22 # v1.1.2
with:
dependency_track_api_key: ${{ secrets.DEPENDENCY_TRACK_API_KEY }}
project_name: notification-document-download-api/app
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2.5.0
- name: Set up Python 3.9
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a # tag=v2
uses: actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
with:
python-version: 3.9
- name: Upgrade pip
run: python -m pip install --upgrade pip

- uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # tag=v2
- uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # v2.1.7
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements-dev.txt') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/s3-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2.5.0
with:
fetch-depth: 0 # retrieve all history

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # tag=v1
uses: aws-actions/configure-aws-credentials@67fbcbb121271f7775d2e7715933280b06314838 # v1.7.0
with:
aws-access-key-id: ${{ secrets.AWS_S3_BACKUP_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_S3_BACKUP_SECRET_ACCESS_KEY }}
Expand Down
10 changes: 5 additions & 5 deletions requirements-app.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Run `make freeze-requirements` to update requirements.txt
# with package version changes made in requirements-app.txt

Flask==2.0.3
Flask==2.2.2
Flask-Env==2.0.0

python-dotenv==0.10.3
python-dotenv==0.21.0
python-magic==0.4.27

# PaaS

gunicorn==20.1.0
eventlet==0.30.2
eventlet==0.33.2

awscli-cwlogs==1.4.6

git+https://github.com/cds-snc/notifier-utils.git@48.0.0#egg=notifications-utils
git+https://github.com/cds-snc/notifier-utils.git@48.3.0#egg=notifications-utils

socketio-client==0.5.6
socketio-client==0.7.2
requests
requests[security]
pycryptodome
Expand Down
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements.txt

flake8==3.7.7
flake8==3.9.2

pytest==7.1.2
pytest-env==0.6.2
pytest-mock==3.7.0
pytest==7.2.0
pytest-env==0.8.1
pytest-mock==3.10.0
pytest-cov==3.0.0

requests-mock==1.9.3
requests-mock==1.10.0

coveralls==1.11.1

Expand Down

0 comments on commit 87a446f

Please sign in to comment.