From af4b63d552ad4ad38bc09a9a40a9d64038172e92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:07:34 +0000 Subject: [PATCH] Bump waitress from 3.0.0 to 3.0.1 in /app/Backend 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] --- app/Backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Backend/requirements.txt b/app/Backend/requirements.txt index 2b9f696..763dac4 100644 --- a/app/Backend/requirements.txt +++ b/app/Backend/requirements.txt @@ -47,7 +47,7 @@ virtualenv Werkzeug==3.0.4 wsproto==1.2.0 jira[cli] -waitress==3.0.0 +waitress==3.0.1 cloud-sql-python-connector[pymysql] bcrypt pandas \ No newline at end of file