diff --git a/poetry.lock b/poetry.lock index 57f86603a..e0927a183 100644 --- a/poetry.lock +++ b/poetry.lock @@ -462,12 +462,17 @@ category = "main" description = "YAML support for Django REST Framework" name = "djangorestframework-yaml" optional = false -python-versions = "*" -version = "1.0.3" +python-versions = ">=3.5" +version = "2.0.0" [package.dependencies] PyYAML = ">=3.10" +[package.extras] +dev = ["mkdocs (>=0.11.1)", "Django (>=1.6)", "djangorestframework (>=2.4.3)", "pytest-django", "pytest", "flake8", "tox", "pre-commit"] +docs = ["mkdocs (>=0.11.1)"] +tests = ["Django (>=1.6)", "djangorestframework (>=2.4.3)", "pytest-django", "pytest", "flake8"] + [[package]] category = "main" description = "Python tools and helpers for Mozilla's Dockerflow" @@ -1274,7 +1279,6 @@ version = "2.5.0" [[package]] category = "main" description = "C parser in Python" -marker = "sys_platform == \"win32\" and platform_python_implementation == \"CPython\"" name = "pycparser" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" @@ -1898,7 +1902,7 @@ testing = ["jaraco.itertools", "func-timeout"] docs = ["Sphinx", "sphinx_rtd_theme", "sphinxcontrib-httpdomain"] [metadata] -content-hash = "62e8c00f4673bd41dda65deb0a36472cf1a73673d8a4f2d0b2442386723785ca" +content-hash = "0619801d1b4aaea94e01bc64615798c05328dc4c6e3101ee123027d899cc237d" python-versions = ">=3.7,<3.8" [metadata.files] @@ -2120,8 +2124,8 @@ djangorestframework = [ {file = "djangorestframework-3.10.3.tar.gz", hash = "sha256:dc81cbf9775c6898a580f6f1f387c4777d12bd87abf0f5406018d32ccae71090"}, ] djangorestframework-yaml = [ - {file = "djangorestframework-yaml-1.0.3.tar.gz", hash = "sha256:b2277cb0459cf14b473e8cb6e0055725582afe862049c32b840b261ca8fbce3e"}, - {file = "djangorestframework_yaml-1.0.3-py2.py3-none-any.whl", hash = "sha256:58e44b2ba2b1484fe793adcdc5d04910ab9b385a2991603b049b96eed6a76d32"}, + {file = "djangorestframework-yaml-2.0.0.tar.gz", hash = "sha256:1b2cfd7482425f3c6924a8eb803d6f73276e76b03293cd7144c755753e029f15"}, + {file = "djangorestframework_yaml-2.0.0-py2.py3-none-any.whl", hash = "sha256:7fe744e6004d2191fa1cb8a4fc62f98150202bfebd60702a04f8187cc240b7c4"}, ] dockerflow = [ {file = "dockerflow-2019.10.0-py2.py3-none-any.whl", hash = "sha256:6c5099cb4492c43b1daa5c1421b7b39d69836c3be8bdf6b5fb2fc95b1c60696b"}, diff --git a/pyproject.toml b/pyproject.toml index ec6d345a1..c90f317c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ django-storages = "^1.7.2" django_csp = "^3.5" # DRF does not follow semver, 3.11 is a breaking change djangorestframework = "3.10.*" -djangorestframework-yaml = "^1.0.3" +djangorestframework-yaml = "^2.0.0" dockerflow = "^2019.9.0" drf-yasg = "^1.17.0" ecdsa = "^0.13.3"