diff --git a/pyproject.toml b/pyproject.toml index 374d89b..7816bf9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.13" dependencies = [ - "django==5.2.13", + "django==5.2.14", "gitpython==3.1.50", "gunicorn==26.0.0", "packaging==26.2", diff --git a/requirements.txt b/requirements.txt index 013d857..f6e7768 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==5.2.13 +django==5.2.14 gitpython==3.1.50 gunicorn==26.0.0 packaging==26.2