diff --git a/poetry.lock b/poetry.lock index b00fb71..807f684 100644 --- a/poetry.lock +++ b/poetry.lock @@ -27,7 +27,7 @@ python-versions = "*" [[package]] name = "django" -version = "3.0.8" +version = "3.0.14" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false @@ -196,7 +196,7 @@ brotli = ["brotli"] [metadata] lock-version = "1.1" python-versions = "3.8.2" -content-hash = "c9bb30cb062f3731af6924c3d663053949824e9161d5c55a677cbdd23d7c7ba4" +content-hash = "e24c83c95c82cc5c27c6f3905b8565bd287ceb7406c7c871e6689e24adf85439" [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.0.14-py3-none-any.whl", hash = "sha256:9bc7aa619ed878fedba62ce139abe663a147dccfd20e907725ec11e02a1ca225"}, + {file = "Django-3.0.14.tar.gz", hash = "sha256:d58d8394036db75a81896037d757357e79406e8f68816c3e8a28721c1d9d4c11"}, ] 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..305fbda 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.0.14" djangorestframework = "^3.11.2" djangorestframework-simplejwt = "^4.4.0" gunicorn = "^20.0.4"