diff options
Diffstat (limited to '')
| -rw-r--r-- | pyproject.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7aff4491..d507af72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT"  [tool.poetry.dependencies]  python = "3.10.*" -django = "4.1.2" +django = "4.1.3"  django-environ = "0.9.0"  django-filter = "22.1"  djangorestframework = "3.14.0"  |