diff --git a/Dockerfile b/Dockerfile index 2040101..5162b65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,5 @@ RUN pip install --upgrade pip && \ COPY /src . -RUN chown -R app:app $APP_HOME +RUN chown -R app:app "$APP_HOME" USER app \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e657bea..8651814 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -slack_bolt==1.19.0 +slack_bolt==1.19.1 python_dotenv==1.0.1 gunicorn==22.0.0 flask==3.0.3 @@ -6,10 +6,11 @@ requests==2.32.3 pyjwt==2.8.0 gql==3.5.0 requests-toolbelt==1.0.0 -certifi>=2024.6.2 # not directly required, pinned by Snyk to avoid a vulnerability -setuptools>=70.1.1 # not directly required, pinned by Snyk to avoid a vulnerability +certifi>=2024.6.4 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=71.0.1 # not directly required, pinned by Snyk to avoid a vulnerability werkzeug>=3.0.3 # not directly required, pinned by Snyk to avoid a vulnerability urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability jinja2>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability -anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file +anyio>=4.4.0 # not directly required, pinned by Snyk to avoid a vulnerability +zipp>=3.19.2 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index 958c00d..5ae6c4f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,4 +1,4 @@ -slack_bolt==1.19.0 +slack_bolt==1.19.1 python_dotenv==1.0.1 gunicorn==22.0.0 flask==3.0.3