Skip to content

Commit

Permalink
Update waitress to version 2.1.2 (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-rt committed May 31, 2022
1 parent 2c991f5 commit caaf88e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ https://zope.readthedocs.io/en/2.13/CHANGES.html
4.8.2 (unreleased)
------------------

- Update ``waitress`` to version 2.1.2.

- Fix version pin specifications for Python 3.6 compatibility.
(`#1036 <https://github.com/zopefoundation/Zope/issues/1036>`_)

Expand Down
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ transaction==3.0.1
waitress==1.4.4; python_version == '2.7'
waitress==1.4.4; python_version == '3.5'
waitress==2.0.0; python_version == '3.6'
waitress==2.1.1; python_version > '3.6'
waitress==2.1.2; python_version > '3.6'
z3c.pt==3.3.1
zExceptions==4.2
zc.lockfile==2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ transaction==3.0.1
waitress==1.4.4; python_version == '2.7'
waitress==1.4.4; python_version == '3.5'
waitress==2.0.0; python_version == '3.6'
waitress==2.1.1; python_version > '3.6'
waitress==2.1.2; python_version > '3.6'
z3c.pt==3.3.1
zExceptions==4.2
zc.lockfile==2.0
Expand Down
2 changes: 1 addition & 1 deletion versions-prod.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ roman = 3.3
shutilwhich = 1.1.0
six = 1.16.0
transaction = 3.0.1
waitress = 2.1.1
waitress = 2.1.2
z3c.pt = 3.3.1
zExceptions = 4.2
zc.lockfile = 2.0
Expand Down

0 comments on commit caaf88e

Please sign in to comment.