diff --git a/poetry.lock b/poetry.lock index d490077..c1fc9ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -382,13 +382,13 @@ djangorestframework = ">=3.9.3" [[package]] name = "drf-spectacular" -version = "0.26.5" +version = "0.27.2" description = "Sane and flexible OpenAPI 3 schema generation for Django REST framework" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "drf-spectacular-0.26.5.tar.gz", hash = "sha256:aee55330a774ba8a9cbdb125714d1c9ee05a8aafd3ce3be8bfd26527649aeb44"}, - {file = "drf_spectacular-0.26.5-py3-none-any.whl", hash = "sha256:c0002a820b11771fdbf37853deb371947caf0159d1afeeffe7598e964bc1db94"}, + {file = "drf-spectacular-0.27.2.tar.gz", hash = "sha256:a199492f2163c4101055075ebdbb037d59c6e0030692fc83a1a8c0fc65929981"}, + {file = "drf_spectacular-0.27.2-py3-none-any.whl", hash = "sha256:b1c04bf8b2fbbeaf6f59414b4ea448c8787aba4d32f76055c3b13335cf7ec37b"}, ] [package.dependencies] @@ -397,6 +397,7 @@ djangorestframework = ">=3.10.3" inflection = ">=0.3.1" jsonschema = ">=2.6.0" PyYAML = ">=5.1" +typing-extensions = {version = "*", markers = "python_version < \"3.10\""} uritemplate = ">=2.0.0" [package.extras] @@ -1458,4 +1459,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "672459262ebacd68ace71eb04dc00ae01b7536db14db84f7fecd59fc960a7051" +content-hash = "75efa8bdf3c870c3688cd460ac86ff3f61d96868ed2b18cead5738c7222aea7c" diff --git a/pyproject.toml b/pyproject.toml index 31d0041..43509ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python-jose = "^3.3.0" python-keycloak-client = "^0.2.3" drf-extensions = "^0.7.1" PyJWT = "^2.8.0" -drf-spectacular = "^0.26.4" +drf-spectacular = "^0.27.2" giturlparse = "^0.12.0" memray = "^1.10.0" gunicorn = "^22.0.0"