Skip to content

Commit

Permalink
Merge pull request #631 from sartography/dev
Browse files Browse the repository at this point in the history
Dependabot changes and version upgrades for github actions
  • Loading branch information
cullerton authored Nov 7, 2024
2 parents 5746a15 + d4ab9fb commit 56af355
Show file tree
Hide file tree
Showing 5 changed files with 124 additions and 98 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_image_from_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down Expand Up @@ -49,11 +49,11 @@ jobs:
- 5432:5432
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.9'
architecture: 'x64'
Expand Down Expand Up @@ -83,21 +83,21 @@ jobs:
ref: dev

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
id: push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
ref: dev
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/create-docker-action.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 repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down Expand Up @@ -48,11 +48,11 @@ jobs:
- 5432:5432
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- uses: browser-actions/setup-chrome@latest
with:
chrome-version: stable
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.9'
architecture: 'x64'
Expand All @@ -74,23 +74,23 @@ jobs:

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

- name: Log in to the Container registry
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
uses: docker/build-push-action@v6
with:
context: .
push: true
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dateparser = "*"
# TIP: If you want to test local changes to SpiffWorkflow, do:
# pipenv install --editable ../SpiffWorkflow (but fix things back before commiting!)
spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow@dd0eba278dc61438aea7cfb51e67c9f00b3f2db7"}
waitress = "*"

[requires]
python_version = "3.9"
3 changes: 2 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

192 changes: 108 additions & 84 deletions deploy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,90 +1,114 @@
alabaster==0.7.12
alembic==1.4.3
aniso8601==8.0.0
attrs==20.3.0
babel==2.9.1
bcrypt==3.2.0
beautifulsoup4==4.9.3
blinker==1.4
certifi==2022.12.7
cffi==1.14.4
chardet==3.0.4
click==7.1.2
alabaster==0.7.16
alembic==1.14.0
amqp==5.2.0
aniso8601==9.0.1
apscheduler==3.10.4
attrs==24.2.0
babel==2.16.0
bcrypt==4.2.0
beautifulsoup4==4.12.3
billiard==4.2.1
blinker==1.8.2
celery==5.4.0
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.4.0
click==8.1.7
click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
clickclick==20.10.2
commonmark==0.9.1
connexion==2.7.0
coverage==5.3
deprecated==1.2.10
docutils==0.16
docxtpl==0.11.2
et-xmlfile==1.0.1
flask==1.1.2
flask-admin==1.5.7
flask-bcrypt==0.7.1
flask-cors==3.0.9
flask-mail==0.9.1
flask-marshmallow==0.14.0
flask-migrate==2.5.3
flask-restful==0.3.8
flask-sqlalchemy==2.4.4
gunicorn==20.0.4
httpretty==1.0.3
idna==2.10
imagesize==1.2.0
configparser==7.1.0
connexion==2.14.2
coverage==7.6.4
cryptography==43.0.3
dateparser==1.2.0
deprecated==1.2.14
docutils==0.21.2
docxcompose==1.4.0
docxtpl==0.18.0
et-xmlfile==2.0.0
flask==2.2.5
flask-admin==1.6.1
flask-bcrypt==1.0.1
flask-cors==5.0.0
flask-mail==0.10.0
flask-marshmallow==1.2.1
flask-migrate==4.0.7
flask-restful==0.3.10
flask-sqlalchemy==3.0.5
gitdb==4.0.11
gitpython==3.1.43
gunicorn==23.0.0
httpretty==1.1.4
idna==3.10
imagesize==1.4.1
importlib-metadata==8.5.0
inflection==0.5.1
itsdangerous==1.1.0
jdcal==1.4.1
jinja2==2.11.3
jsonschema==3.2.0
ldap3==2.8.1
lxml==4.9.1
mako==1.2.2
markdown==3.3.3
markupsafe==1.1.1
marshmallow==3.9.1
itsdangerous==2.2.0
jinja2==3.1.4
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
kombu==5.4.2
ldap3==2.9.1
lxml==5.3.0
mako==1.3.6
markdown==3.7
markupsafe==3.0.2
marshmallow==3.23.1
marshmallow-enum==1.5.1
marshmallow-sqlalchemy==0.24.1
numpy==1.22.0
openapi-spec-validator==0.2.9
openpyxl==3.0.5
packaging==20.4
pandas==1.1.4
psycopg2-binary==2.8.6
pyasn1==0.4.8
pycparser==2.20
pygithub==1.53
pygments==2.7.4
pyjwt==2.4.0
pyparsing==2.4.7
pyrsistent==0.17.3
python-box==5.2.0
python-dateutil==2.8.1
python-docx==0.8.10
python-editor==1.0.4
pytz==2020.4
pyyaml==5.4
recommonmark==0.6.0
requests==2.25.0
sentry-sdk==0.14.4
six==1.15.0
snowballstemmer==2.0.0
soupsieve==2.0.1
sphinx==3.3.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
marshmallow-sqlalchemy==1.1.0
numpy==1.23.4
openpyxl==3.1.5
packaging==24.1
pandas==1.5.1
prompt-toolkit==3.0.48
psycopg2-binary==2.9.10
pyasn1==0.6.1
pycparser==2.22
pygithub==2.4.0
pygments==2.18.0
pyjwt==2.9.0
pynacl==1.5.0
python-dateutil==2.9.0.post0
python-docx==1.1.2
pytz==2024.2
pyyaml==6.0.2
recommonmark==0.7.1
referencing==0.35.1
regex==2024.9.11
requests==2.32.3
rpds-py==0.21.0
sentry-sdk==2.8.0
setuptools==75.3.0
six==1.16.0
smmap==5.0.1
snowballstemmer==2.2.0
soupsieve==2.6
sphinx==7.4.7
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
spiffworkflow
sqlalchemy==1.3.20
swagger-ui-bundle==0.0.8
urllib3==1.26.5
waitress==2.1.2
webob==1.8.6
webtest==2.0.35
werkzeug==1.0.1
wrapt==1.12.1
wtforms==2.3.3
xlrd==1.2.0
xlsxwriter==1.3.7
sqlalchemy==1.4.54
swagger-ui-bundle==0.0.9
tomli==2.0.2
typing-extensions==4.12.2
tzdata==2024.2
tzlocal==5.2
urllib3==2.2.3
vine==5.1.0
waitress==3.0.1
wcwidth==0.2.13
webob==1.8.9
webtest==3.0.1
werkzeug==2.2.3
wrapt==1.16.0
wtforms==3.2.1
xlrd==2.0.1
xlsxwriter==3.2.0
zipp==3.20.2

0 comments on commit 56af355

Please sign in to comment.