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 9, 2022
1 parent 1cad1e6 commit c3ac502
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .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
2 changes: 1 addition & 1 deletion .github/workflows/generate-sbom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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
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@7f80679172b057fc5e90d70d197929d454754a5a # v2.3.2
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.15

# PaaS

gunicorn==20.1.0
eventlet==0.30.2
eventlet==0.33.1

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.0

Expand Down
38 changes: 19 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,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.15

# PaaS

gunicorn==20.1.0
eventlet==0.30.2
eventlet==0.33.1

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 All @@ -27,49 +27,49 @@ git+https://bitbucket.org/cse-assemblyline/assemblyline_client.git@v3.7.3#egg=as

## The following requirements were added by pip freeze:
async-timeout==4.0.2
awscli==1.19.58
awscli==1.27.1
bleach==3.3.0
boto3==1.17.58
botocore==1.20.58
boto3==1.26.1
botocore==1.29.1
cachetools==4.2.1
certifi==2022.6.15
certifi==2022.9.24
cffi==1.15.1
chardet==4.0.0
click==8.1.3
colorama==0.4.3
cryptography==37.0.4
Deprecated==1.2.13
dnspython==1.16.0
docutils==0.15.2
docutils==0.19
flask-redis==0.4.0
greenlet==1.1.2
idna==2.10
itsdangerous==2.0.1
itsdangerous==2.1.2
Jinja2==3.1.2
jmespath==0.10.0
MarkupSafe==2.0.1
MarkupSafe==2.1.1
mistune==0.8.4
orderedset==2.0.3
packaging==21.3
phonenumbers==8.12.21
py-w3c==0.3.1
pyasn1==0.4.8
pycparser==2.21
pyOpenSSL==22.0.0
pyOpenSSL==22.1.0
pyparsing==3.0.9
PyPDF2==1.26.0
PyPDF2==1.28.6
python-dateutil==2.8.2
python-json-logger==2.0.1
pytz==2021.1
pytz==2021.3
PyYAML==5.4.1
redis==4.3.4
rsa==4.7.2
s3transfer==0.4.2
rsa==4.9
s3transfer==0.6.0
six==1.16.0
smartypants==2.0.1
statsd==3.3.0
urllib3==1.26.11
webencodings==0.5.1
websocket-client==1.3.3
Werkzeug==2.0.2
websocket-client==1.4.1
Werkzeug==2.2.2
wrapt==1.14.1

0 comments on commit c3ac502

Please sign in to comment.