Skip to content

Commit c94d85a

Browse files
authored
chore(deps): bump django from 5.1.6 to 5.2.2 (#122)
2 parents b4ffc02 + 19b6ee1 commit c94d85a

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.1.6", "gunicorn==23.0.0"]
10+
dependencies = ["Django==5.2.2", "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.1.6
1+
django==5.2.2
22
pandas==2.2.3
33
pygwalker==0.4.9.15
44
streamlit==1.45.1

0 commit comments

Comments
 (0)