diff options
author | 2022-08-04 09:29:05 +0100 | |
---|---|---|
committer | 2022-08-04 09:29:05 +0100 | |
commit | 1122f5abfccffb99c86673c0ed23ac6713dc3c99 (patch) | |
tree | fed9ef2740c58f02d07aed10fe0c8c509a17d848 /pyproject.toml | |
parent | Run Migrations For Tests (diff) | |
parent | Merge pull request #751 from python-discord/add-infraction-last-applied (diff) |
Merge branch 'main' into speedup-tests
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index f0864061..8b98f94f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,14 +7,14 @@ license = "MIT" [tool.poetry.dependencies] python = "3.9.*" -django = "~=3.1.14" +django = "~=4.0" django-environ = "~=0.4.5" django-filter = "~=21.1" -djangorestframework = "~=3.12.0" +djangorestframework = "~=3.13" psycopg2-binary = "~=2.8.0" django-simple-bulma = "~=2.4" whitenoise = "~=5.0" -requests = "~=2.21" +httpx = "~=0.23.0" pyyaml = "~=5.1" gunicorn = "~=20.0.4" sentry-sdk = "~=0.19" @@ -27,7 +27,7 @@ django-distill = "~=2.9.0" coverage = "~=5.0" flake8 = "~=3.7" flake8-annotations = "~=2.0" -flake8-bandit = "~=2.1" +flake8-bandit = "~=3.0" flake8-bugbear = "~=20.1" flake8-docstrings = "~=1.5" flake8-import-order = "~=0.18" |