From 4409ea446966d0b60d1db98fb807382f8c1f090d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 19:43:52 +0000 Subject: [PATCH] Bump werkzeug from 0.14.1 to 2.2.3 in /site-modules/profile/files/ats Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.14.1 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/0.14.1...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- site-modules/profile/files/ats/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-modules/profile/files/ats/requirements.txt b/site-modules/profile/files/ats/requirements.txt index 770422d..d969643 100644 --- a/site-modules/profile/files/ats/requirements.txt +++ b/site-modules/profile/files/ats/requirements.txt @@ -16,7 +16,7 @@ six==1.11.0 SQLAlchemy==1.2.5 tzlocal==1.5.1 urllib3==1.22 -Werkzeug==0.14.1 +Werkzeug==2.2.3 flask-cors==3.0.3 gunicorn==19.4.5 flask-sslify==0.1.5