diff --git a/pyproject.toml b/pyproject.toml index 38583d0..5d37702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" license = "MIT" authors = [{name = "Wonhyo Choi"}] requires-python = "==3.13.*" -dependencies = ["Django==6.0.7"] +dependencies = ["Django==6.1"] [project.urls] Homepage = "https://github.com/achieve0410/code-debugger" diff --git a/requirements.txt b/requirements.txt index 85f4487..e50ff1a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Django==6.0.7 +Django==6.1