Skip to content

Commit

Permalink
updates for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
cullerton committed Nov 7, 2024
1 parent 5746a15 commit dc35bdc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
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.

12 changes: 6 additions & 6 deletions deploy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ babel==2.9.1
bcrypt==3.2.0
beautifulsoup4==4.9.3
blinker==1.4
certifi==2022.12.7
certifi==2024.08.30
cffi==1.14.4
chardet==3.0.4
click==7.1.2
Expand All @@ -21,7 +21,7 @@ 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-cors==5.0.0
flask-mail==0.9.1
flask-marshmallow==0.14.0
flask-migrate==2.5.3
Expand Down Expand Up @@ -65,7 +65,7 @@ pytz==2020.4
pyyaml==5.4
recommonmark==0.6.0
requests==2.25.0
sentry-sdk==0.14.4
sentry-sdk==2.8.0
six==1.15.0
snowballstemmer==2.0.0
soupsieve==2.0.1
Expand All @@ -80,10 +80,10 @@ spiffworkflow
sqlalchemy==1.3.20
swagger-ui-bundle==0.0.8
urllib3==1.26.5
waitress==2.1.2
webob==1.8.6
waitress==3.0.1
webob==1.8.8
webtest==2.0.35
werkzeug==1.0.1
werkzeug==2.2.3
wrapt==1.12.1
wtforms==2.3.3
xlrd==1.2.0
Expand Down

0 comments on commit dc35bdc

Please sign in to comment.