Skip to content

Commit 6e6ac35

Browse files
committed
Update waitress and actions-gh-pages
Waitress had an important security fix again.
1 parent 8271559 commit 6e6ac35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
make html
2727
touch _build/html/.nojekyll
2828
- name: Deploy docs to GitHub pages
29-
uses: peaceiris/actions-gh-pages@v2
29+
uses: peaceiris/actions-gh-pages@v3
3030
env:
3131
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
3232
PUBLISH_BRANCH: gh-pages

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description = fh.read()
1212

1313
requireDev = [
14-
'Pygments>=2,<3', 'waitress>=1.4.2,<2', 'hupper>=1.9,<2', 'WebTest>=2,<3'
14+
'Pygments>=2,<3', 'waitress>=1.4.3,<2', 'hupper>=1.9,<2', 'WebTest>=2,<3'
1515
]
1616
requireDocs = [
1717
'Sphinx>=2.3,<3', 'sphinx_rtd_theme>=0.4'

0 commit comments

Comments
 (0)