diff --git a/pyproject.toml b/pyproject.toml index 3293332..f7b83e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "django==5.2.14", + "django==5.2.15", "gitpython==3.1.50", "gunicorn==26.0.0", "packaging==26.2", diff --git a/requirements.txt b/requirements.txt index a2519b1..7cc0b11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==5.2.14 +django==5.2.15 gitpython==3.1.50 gunicorn==26.0.0 packaging==26.2