From a5016b6cf93ec8f073ce12e6337c65a75564e8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 16:07:11 +0000 Subject: [PATCH] chore(deps): bump django from 5.2.2 to 5.2.3 Bumps [django](https://github.com/django/django) from 5.2.2 to 5.2.3. - [Commits](https://github.com/django/django/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- streamlit_app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b64c4b0..73e465a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3 :: Only"] requires-python = ">=3.12" maintainers = [{ name = "Compiler LLC", email = "dev@compiler.la" }] -dependencies = ["Django==5.2.2", "gunicorn==23.0.0"] +dependencies = ["Django==5.2.3", "gunicorn==23.0.0"] [project.optional-dependencies] dev = ["black", "djlint", "flake8", "pre-commit", "setuptools_scm>=8"] diff --git a/streamlit_app/requirements.txt b/streamlit_app/requirements.txt index 3327b82..0f514be 100644 --- a/streamlit_app/requirements.txt +++ b/streamlit_app/requirements.txt @@ -1,4 +1,4 @@ -django==5.2.2 +django==5.2.3 pandas==2.3.0 pygwalker==0.4.9.15 streamlit==1.45.1