diff --git a/docs/poetry.lock b/docs/poetry.lock index 3314803a..26e0cb12 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "click" @@ -357,15 +357,19 @@ files = [ [[package]] name = "sqlparse" -version = "0.4.2" +version = "0.5.0" description = "A non-validating SQL parser." optional = false -python-versions = ">=3.5" +python-versions = ">=3.8" files = [ - {file = "sqlparse-0.4.2-py3-none-any.whl", hash = "sha256:48719e356bb8b42991bdbb1e8b83223757b93789c00910a616a071910ca4a64d"}, - {file = "sqlparse-0.4.2.tar.gz", hash = "sha256:0c00730c74263a94e5a9919ade150dfc3b19c574389985446148402998287dae"}, + {file = "sqlparse-0.5.0-py3-none-any.whl", hash = "sha256:c204494cd97479d0e39f28c93d46c0b2d5959c7b9ab904762ea6c7af211c8663"}, + {file = "sqlparse-0.5.0.tar.gz", hash = "sha256:714d0a4932c059d16189f58ef5411ec2287a4360f17cdd0edd2d09d4c5087c93"}, ] +[package.extras] +dev = ["build", "hatch"] +doc = ["sphinx"] + [[package]] name = "watchdog" version = "2.1.6" @@ -419,4 +423,4 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=4.6)", "pytest-black ( [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7cad8254f7133f0db918d7331dfb666d4b86e181fb7a5766ff292b00f0b9681e" +content-hash = "959926578dabbd4dbba111af9c25a9e0a0b6e3807ea79f7ab77c6cca7d1daf70" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 70c478c5..2192ddab 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -7,6 +7,6 @@ authors = [] [tool.poetry.dependencies] python = "^3.8" mkdocs = "1.2.3" # later versions fail to build in poetry2nix derivation -sqlparse = "^0.4.2" +sqlparse = "^0.5.0" PyYAML = "^5.4.1" mkdocs-material = "5.0.2" # later versions cause infinite recursion in poetry2nix