From 40804f2c95536b9e7f421d21d2ef6f5e5854271f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:07:21 +0000 Subject: [PATCH] chore: bump waitress from 3.0.0 to 3.0.1 Bumps [waitress](https://github.com/Pylons/waitress) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: waitress dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f2d987..5da3f08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ Flask-RESTful==0.3.10 python-dotenv==1.0.1 redis==5.0.8 requests==2.32.3 -waitress==3.0.0 +waitress==3.0.1 ytmusicapi==1.8.2