Skip to content

Commit ade9f0c

Browse files
Update waitress requirement from ~=2.1.2 to ~=3.0.0 (#128)
Updates the requirements on [waitress](https://github.com/Pylons/waitress) to permit the latest version. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/main/CHANGES.txt) - [Commits](Pylons/waitress@v2.1.2...v3.0.0) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e885777 commit ade9f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ flask-mqtt
33
pyroute2~=0.7.12
44
PyYAML~=6.0.1
55
Flask~=3.0.3
6-
waitress~=2.1.2
6+
waitress~=3.0.0
77

88
# Common
99
ipaddress~=1.0.23

0 commit comments

Comments
 (0)