Skip to content

Commit b1789fd

Browse files
committed
Bump django and asgiref to new minimums
1 parent d7b2ccf commit b1789fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ packages = [
4949
# Version syntax: https://python-poetry.org/docs/dependency-specification/
5050
python = ">=3.8.0"
5151
aiohttp = "^3"
52-
asgiref = "^3"
52+
asgiref = "^3.4.1"
5353
channels = "^3"
54-
Django = "^3"
54+
Django = "^4"
5555
graphene = "^2.1"
5656
graphql-core = ">=2.2"
5757
msgpack = ">=0.6.1, <2"

0 commit comments

Comments
 (0)