diff --git a/poetry.lock b/poetry.lock index ffc314e..5adb7a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -263,14 +263,14 @@ files = [ [[package]] name = "django" -version = "3.2.18" +version = "3.2.19" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false python-versions = ">=3.6" files = [ - {file = "Django-3.2.18-py3-none-any.whl", hash = "sha256:4d492d9024c7b3dfababf49f94511ab6a58e2c9c3c7207786f1ba4eb77750706"}, - {file = "Django-3.2.18.tar.gz", hash = "sha256:08208dfe892eb64fff073ca743b3b952311104f939e7f6dae954fe72dcc533ba"}, + {file = "Django-3.2.19-py3-none-any.whl", hash = "sha256:21cc991466245d659ab79cb01204f9515690f8dae00e5eabde307f14d24d4d7d"}, + {file = "Django-3.2.19.tar.gz", hash = "sha256:031365bae96814da19c10706218c44dff3b654cc4de20a98bd2d29b9bde469f0"}, ] [package.dependencies] @@ -951,4 +951,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "559628769b2b35ec11700d1b23df2581c87501a46c29617c5de7d98bef97d47b" +content-hash = "17582eca8f64b4cad20606754a278f64364f3ca7b588629f008ad00c4c697a35" diff --git a/pyproject.toml b/pyproject.toml index 7654ab9..e93633c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Code-Apprentice "] [tool.poetry.dependencies] python = "^3.7" -Django = "^3.2.18" +Django = "^3.2.19" djangorestframework = "^3.13.1" PyYAML = "^5.4.1" uritemplate = "^4.1.1"