diff --git a/Dockerfile b/Dockerfile index 2e913b9db9..6e40eff243 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update && \ echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_18.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && \ apt-get update && \ apt-get install -y --no-install-recommends nodejs && \ - pip install pipenv==2023.10.20 --no-cache-dir && \ + pip install pipenv==2023.10.24 --no-cache-dir && \ if [ "${ENV}" = 'dev' ]; then \ pipenv install --system --skip-lock --dev; \ else \ diff --git a/Pipfile.lock b/Pipfile.lock index 7d6c014269..fd58e973a9 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1246,11 +1246,12 @@ }, "werkzeug": { "hashes": [ - "sha256:3ffff4dcc32db52ef3cc94dff3000a3c2846890f3a5a51800a27b909c5e770f0", - "sha256:cbb2600f7eabe51dbc0502f58be0b3e1b96b893b05695ea2b35b43d4de2d9962" + "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc", + "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10" ], + "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==3.0.0" + "version": "==3.0.1" }, "yarl": { "hashes": [ @@ -1811,11 +1812,11 @@ }, "pytest": { "hashes": [ - "sha256:1d881c6124e08ff0a1bb75ba3ec0bfd8b5354a01c194ddd5a0a870a48d99b002", - "sha256:a766259cfab564a2ad52cb1aae1b881a75c3eb7e34ca3779697c23ed47c47069" + "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac", + "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5" ], "markers": "python_version >= '3.7'", - "version": "==7.4.2" + "version": "==7.4.3" }, "pyyaml": { "hashes": [