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