Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit c273e37

Browse files
authored
chore(deps): bump django from 5.2.2 to 5.2.3 (#127)
2 parents c82481f + a5016b6 commit c273e37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = { file = "LICENSE" }
77
classifiers = ["Programming Language :: Python :: 3 :: Only"]
88
requires-python = ">=3.12"
99
maintainers = [{ name = "Compiler LLC", email = "dev@compiler.la" }]
10-
dependencies = ["Django==5.2.2", "gunicorn==23.0.0"]
10+
dependencies = ["Django==5.2.3", "gunicorn==23.0.0"]
1111

1212
[project.optional-dependencies]
1313
dev = ["black", "djlint", "flake8", "pre-commit", "setuptools_scm>=8"]

streamlit_app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
django==5.2.2
1+
django==5.2.3
22
pandas==2.3.0
33
pygwalker==0.4.9.15
44
streamlit==1.45.1

0 commit comments

Comments
 (0)