From 00c9492db286fd63f91e81a5f2189bbd3238c22e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:23:17 +0000 Subject: [PATCH 1/2] Bump werkzeug from 3.0.3 to 3.0.6 in /hubmap-auth/src Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. - [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/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hubmap-auth/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hubmap-auth/src/requirements.txt b/hubmap-auth/src/requirements.txt index 4ced51a..db2a6a3 100644 --- a/hubmap-auth/src/requirements.txt +++ b/hubmap-auth/src/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.3 -Werkzeug==3.0.3 +Werkzeug==3.0.6 cachetools==4.2.1 # The commons package requires requests>=2.22.0 From 6eb1c6770692ff93740cee4feaf93725c4037126 Mon Sep 17 00:00:00 2001 From: yuanzhou Date: Tue, 19 Nov 2024 10:58:00 -0500 Subject: [PATCH 2/2] Update Dockerfile --- hubmap-auth/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/hubmap-auth/Dockerfile b/hubmap-auth/Dockerfile index e89df40..d22d5d7 100644 --- a/hubmap-auth/Dockerfile +++ b/hubmap-auth/Dockerfile @@ -35,7 +35,6 @@ module_hotfixes=true\n'\ RUN yum install -y yum-utils && \ yum-config-manager --enable nginx-mainline && \ yum install -y nginx && \ - rm /etc/nginx/conf.d/default.conf && \ mv nginx.conf /etc/nginx/nginx.conf && \ pip install -r src/requirements.txt && \ chmod +x start.sh && \