diff --git a/poetry.lock b/poetry.lock index ceef52c..e822198 100644 --- a/poetry.lock +++ b/poetry.lock @@ -246,7 +246,7 @@ python-versions = ">=3.6,<4.0" [[package]] name = "django" -version = "3.2.14" +version = "3.2.15" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false @@ -541,7 +541,7 @@ flake8 = "*" pycodestyle = "*" [package.extras] -dev = ["isort", "pytest"] +dev = ["pytest", "isort"] [[package]] name = "flake8-typing-imports" @@ -822,8 +822,8 @@ python-versions = ">=3.6" importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} [package.extras] -dev = ["pre-commit", "tox"] -testing = ["pytest", "pytest-benchmark"] +testing = ["pytest-benchmark", "pytest"] +dev = ["tox", "pre-commit"] [[package]] name = "py" @@ -974,7 +974,7 @@ coverage = {version = ">=5.2.1", extras = ["toml"]} pytest = ">=4.6" [package.extras] -testing = ["fields", "hunter", "process-tests", "six", "pytest-xdist", "virtualenv"] +testing = ["virtualenv", "pytest-xdist", "six", "process-tests", "hunter", "fields"] [[package]] name = "pytest-deadfixtures" @@ -1423,7 +1423,7 @@ rest_framework = ["djangorestframework"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "d149308be5e8d2e9994f4b6fa304d8c65338123341031fecbed028e2f1b077b1" +content-hash = "09cfc4001aacc7dbe9f803348d8cf0b2783128260a0249c98872ea8872fc71f2" [metadata.files] asgiref = [ @@ -1607,8 +1607,8 @@ darglint = [ {file = "darglint-1.8.1.tar.gz", hash = "sha256:080d5106df149b199822e7ee7deb9c012b49891538f14a11be681044f0bb20da"}, ] django = [ - {file = "Django-3.2.14-py3-none-any.whl", hash = "sha256:a8681e098fa60f7c33a4b628d6fcd3fe983a0939ff1301ecacac21d0b38bad56"}, - {file = "Django-3.2.14.tar.gz", hash = "sha256:677182ba8b5b285a4e072f3ac17ceee6aff1b5ce77fd173cc5b6a2d3dc022fcf"}, + {file = "Django-3.2.15-py3-none-any.whl", hash = "sha256:115baf5049d5cf4163e43492cdc7139c306ed6d451e7d3571fe9612903903713"}, + {file = "Django-3.2.15.tar.gz", hash = "sha256:f71934b1a822f14a86c9ac9634053689279cd04ae69cb6ade4a59471b886582b"}, ] djangorestframework = [ {file = "djangorestframework-3.13.1-py3-none-any.whl", hash = "sha256:24c4bf58ed7e85d1fe4ba250ab2da926d263cd57d64b03e8dcef0ac683f8b1aa"}, diff --git a/pyproject.toml b/pyproject.toml index 668683f..6771266 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,4 +81,4 @@ safety = "^2.1.0" mypy = "^0.961" # plugins -Django = "^3.2.14" +Django = "^3.2.15"