From ab240345a5692d90415c8c824c9f61510348e8c1 Mon Sep 17 00:00:00 2001 From: Daniel Loreto <279789+loreto@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:13:28 -0600 Subject: [PATCH] Update Django and filelock dependencies Bump Django from 4.2.22 to 4.2.27 in the Django stack requirements. Update filelock from 3.18.0 to 3.20.1 in the PyTorch basic example poetry.lock file. --- .../data_science/pytorch/basic-example/poetry.lock | 13 ++++--------- examples/stacks/django/requirements.txt | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/examples/data_science/pytorch/basic-example/poetry.lock b/examples/data_science/pytorch/basic-example/poetry.lock index 92509bc059f..38758a8ea6f 100644 --- a/examples/data_science/pytorch/basic-example/poetry.lock +++ b/examples/data_science/pytorch/basic-example/poetry.lock @@ -2,20 +2,15 @@ [[package]] name = "filelock" -version = "3.18.0" +version = "3.20.1" description = "A platform independent file lock." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" files = [ - {file = "filelock-3.18.0-py3-none-any.whl", hash = "sha256:c401f4f8377c4464e6db25fff06205fd89bdd83b65eb0488ed1b160f780e21de"}, - {file = "filelock-3.18.0.tar.gz", hash = "sha256:adbc88eabb99d2fec8c9c1b229b171f18afa655400173ddc653d5d01501fb9f2"}, + {file = "filelock-3.20.1-py3-none-any.whl", hash = "sha256:15d9e9a67306188a44baa72f569d2bfd803076269365fdea0934385da4dc361a"}, + {file = "filelock-3.20.1.tar.gz", hash = "sha256:b8360948b351b80f420878d8516519a2204b07aefcdcfd24912a5d33127f188c"}, ] -[package.extras] -docs = ["furo (>=2024.8.6)", "sphinx (>=8.1.3)", "sphinx-autodoc-typehints (>=3)"] -testing = ["covdefaults (>=2.3)", "coverage (>=7.6.10)", "diff-cover (>=9.2.1)", "pytest (>=8.3.4)", "pytest-asyncio (>=0.25.2)", "pytest-cov (>=6)", "pytest-mock (>=3.14)", "pytest-timeout (>=2.3.1)", "virtualenv (>=20.28.1)"] -typing = ["typing-extensions (>=4.12.2)"] - [[package]] name = "fsspec" version = "2025.5.1" diff --git a/examples/stacks/django/requirements.txt b/examples/stacks/django/requirements.txt index fe7d4083e7d..c9668870874 100644 --- a/examples/stacks/django/requirements.txt +++ b/examples/stacks/django/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.6.0 -Django==4.2.22 +Django==4.2.27 psycopg2==2.9.5 sqlparse==0.5.0 \ No newline at end of file