Skip to content

Commit 5222eb0

Browse files
authored
Merge pull request #142 from bird-house/security-waitress
update security pins for `waitress`
2 parents f30841d + dc87f9d commit 5222eb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ pyramid_debugtoolbar
1414
plaster_pastedeploy
1515
# wsgi
1616
gunicorn
17-
waitress
17+
waitress==3.0.0; python_version < "3.9" # noqa
18+
waitress>=3.0.2; python_version >= "3.9"
1819
# database
1920
pyramid_retry
2021
pyramid_tm

0 commit comments

Comments
 (0)