Skip to content

Commit dc35bdc

Browse files
committed
updates for dependabot
1 parent 5746a15 commit dc35bdc

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ dateparser = "*"
5454
# TIP: If you want to test local changes to SpiffWorkflow, do:
5555
# pipenv install --editable ../SpiffWorkflow (but fix things back before commiting!)
5656
spiffworkflow = {git = "https://github.com/sartography/SpiffWorkflow@dd0eba278dc61438aea7cfb51e67c9f00b3f2db7"}
57+
waitress = "*"
5758

5859
[requires]
5960
python_version = "3.9"

Pipfile.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deploy/requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ babel==2.9.1
66
bcrypt==3.2.0
77
beautifulsoup4==4.9.3
88
blinker==1.4
9-
certifi==2022.12.7
9+
certifi==2024.08.30
1010
cffi==1.14.4
1111
chardet==3.0.4
1212
click==7.1.2
@@ -21,7 +21,7 @@ et-xmlfile==1.0.1
2121
flask==1.1.2
2222
flask-admin==1.5.7
2323
flask-bcrypt==0.7.1
24-
flask-cors==3.0.9
24+
flask-cors==5.0.0
2525
flask-mail==0.9.1
2626
flask-marshmallow==0.14.0
2727
flask-migrate==2.5.3
@@ -65,7 +65,7 @@ pytz==2020.4
6565
pyyaml==5.4
6666
recommonmark==0.6.0
6767
requests==2.25.0
68-
sentry-sdk==0.14.4
68+
sentry-sdk==2.8.0
6969
six==1.15.0
7070
snowballstemmer==2.0.0
7171
soupsieve==2.0.1
@@ -80,10 +80,10 @@ spiffworkflow
8080
sqlalchemy==1.3.20
8181
swagger-ui-bundle==0.0.8
8282
urllib3==1.26.5
83-
waitress==2.1.2
84-
webob==1.8.6
83+
waitress==3.0.1
84+
webob==1.8.8
8585
webtest==2.0.35
86-
werkzeug==1.0.1
86+
werkzeug==2.2.3
8787
wrapt==1.12.1
8888
wtforms==2.3.3
8989
xlrd==1.2.0

0 commit comments

Comments
 (0)