diff --git a/pyproject.toml b/pyproject.toml index f466c3a..b64c4b0 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.1.6", "gunicorn==23.0.0"] +dependencies = ["Django==5.2.2", "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 57fff96..904e2e5 100644 --- a/streamlit_app/requirements.txt +++ b/streamlit_app/requirements.txt @@ -1,4 +1,4 @@ -django==5.1.6 +django==5.2.2 pandas==2.2.3 pygwalker==0.4.9.15 streamlit==1.45.1