diff --git a/poetry.lock b/poetry.lock index 79e67da..3f92522 100644 --- a/poetry.lock +++ b/poetry.lock @@ -455,7 +455,7 @@ test = ["pytest"] [[package]] name = "toml-sort" -version = "0.20.1" +version = "0.22.1" description = "Toml sorting library" category = "dev" optional = false @@ -535,7 +535,7 @@ docs = ["sphinx", "sphinx-autodoc-typehints"] [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "4fdace17968ed6152a738b56cc33eae0a8087bb043841fdf6509c91fb5d73ca5" +content-hash = "6501420ca66b0bd6b505dfe26bfbeaabc47140c3b86aa55417afcf2596fca45b" [metadata.files] alabaster = [ @@ -828,8 +828,8 @@ sphinxcontrib-serializinghtml = [ {file = "sphinxcontrib_serializinghtml-1.1.5-py2.py3-none-any.whl", hash = "sha256:352a9a00ae864471d3a7ead8d7d79f5fc0b57e8b3f95e9867eb9eb28999b92fd"}, ] toml-sort = [ - {file = "toml-sort-0.20.1.tar.gz", hash = "sha256:bce9023787c6f15ebbdf22d0b05eab928c047b164f65d393a25c27ac060bd7e1"}, - {file = "toml_sort-0.20.1-py3-none-any.whl", hash = "sha256:c5f5923969cbbf3b391dea47687733143d342ea438619790ee49d055052fd0f5"}, + {file = "toml_sort-0.22.1-py3-none-any.whl", hash = "sha256:55da225e73d53c679bc82c871670d0722f704d551f69629b4fbff3738a311e91"}, + {file = "toml_sort-0.22.1.tar.gz", hash = "sha256:3cc4ace51c640adce69cba0f2f5679eea6d984277a3de448d51172afda27d3cd"}, ] tomli = [ {file = "tomli-2.0.0-py3-none-any.whl", hash = "sha256:b5bde28da1fed24b9bd1d4d2b8cba62300bfb4ec9a6187a957e8ddb9434c5224"}, diff --git a/pyproject.toml b/pyproject.toml index d42bc6e..f628a1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ isort = "^5.10.1" pytest = "^7.1.3" sphinx = ">=3.4.2,<5.0.0" sphinx-autodoc-typehints = "^1.11.1" -toml-sort = "^0.20.1" +toml-sort = "^0.22.1" [tool.poetry.extras] docs = ["sphinx", "sphinx-autodoc-typehints"]