diff --git a/poetry.lock b/poetry.lock index b00fb71..8b9e7a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -27,14 +27,14 @@ python-versions = "*" [[package]] name = "django" -version = "3.0.8" +version = "3.1.9" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false python-versions = ">=3.6" [package.dependencies] -asgiref = ">=3.2,<4.0" +asgiref = ">=3.2.10,<4" pytz = "*" sqlparse = ">=0.2.2" @@ -196,7 +196,7 @@ brotli = ["brotli"] [metadata] lock-version = "1.1" python-versions = "3.8.2" -content-hash = "c9bb30cb062f3731af6924c3d663053949824e9161d5c55a677cbdd23d7c7ba4" +content-hash = "ea2b9f7589302d02a02a44e5a1e2fa35616c320d2cdc746b05f884c6b0139354" [metadata.files] asgiref = [ @@ -212,8 +212,8 @@ chardet = [ {file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"}, ] django = [ - {file = "Django-3.0.8-py3-none-any.whl", hash = "sha256:5457fc953ec560c5521b41fad9e6734a4668b7ba205832191bbdff40ec61073c"}, - {file = "Django-3.0.8.tar.gz", hash = "sha256:31a5fbbea5fc71c99e288ec0b2f00302a0a92c44b13ede80b73a6a4d6d205582"}, + {file = "Django-3.1.9-py3-none-any.whl", hash = "sha256:f5c3f1ce2473abf2f35d992c46d5534e53bd3397867689bde28fd29e856b46b7"}, + {file = "Django-3.1.9.tar.gz", hash = "sha256:296d10092561a1cf16100885b935dc56cf09c8ccb114e64004554941677c6342"}, ] django-cors-headers = [ {file = "django-cors-headers-3.4.0.tar.gz", hash = "sha256:f5218f2f0bb1210563ff87687afbf10786e080d8494a248e705507ebd92d7153"}, diff --git a/pyproject.toml b/pyproject.toml index 822c805..8409aef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Skyler Burger "] [tool.poetry.dependencies] python = "3.8.2" -django = "^3.0.8" +django = "^3.1.9" djangorestframework = "^3.11.2" djangorestframework-simplejwt = "^4.4.0" gunicorn = "^20.0.4"