From ca6e672b2132f70732e6e513c43f67c5402dde9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 22:19:19 +0000 Subject: [PATCH] Bump waitress from 1.4.4 to 2.1.1 Bumps [waitress](https://github.com/Pylons/waitress) from 1.4.4 to 2.1.1. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/master/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v1.4.4...v2.1.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 405116c..664d4ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ future>=0.18.2 beautifulsoup4>=4.9.2 colorama>=0.4.3 Django==3.1.6 -waitress==1.4.4 +waitress==2.1.1 django-autocomplete-light==3.5.1 django-extensions==3.0.9 django-mptt==0.11.0 diff --git a/setup.py b/setup.py index ec92c35..c3057f8 100644 --- a/setup.py +++ b/setup.py @@ -30,5 +30,5 @@ 'pywin32>=228; platform_system == "Windows"', 'pywin32-ctypes>=0.2.0; platform_system == "Windows"', 'python-dateutil>=2.8.1', 'pyyaml>=5.3.1', 'requests>=2.24.0', 'selenium>=3.141.0', 'static-ranges', 'texttable>=1.6.3', - 'tmdbsimple==2.6.6', 'waitress==1.4.4', 'webencodings>=0.5.1', 'zipp>=3.2.0'], + 'tmdbsimple==2.6.6', 'waitress==2.1.1', 'webencodings>=0.5.1', 'zipp>=3.2.0'], )