diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/pyproject.toml b/pyproject.toml index 2de2bf35..14310ce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,9 +7,9 @@ license = "MIT"  [tool.poetry.dependencies]  python = "3.9.*" -django = "~=3.0.4" +django = "~=3.1.13"  django-environ = "~=0.4.5" -django-filter = "~=2.1.0" +django-filter = "~=21.1"  djangorestframework = "~=3.11.0"  psycopg2-binary = "~=2.8.0"  django-simple-bulma = "~=2.1" | 
