diff --git a/poetry.lock b/poetry.lock index 79e67da..c351563 100644 --- a/poetry.lock +++ b/poetry.lock @@ -455,7 +455,7 @@ test = ["pytest"] [[package]] name = "toml-sort" -version = "0.20.1" +version = "0.20.2" 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 = "7d73704faad30b61107a6c37dd283c9b447f9f04ab2321d95383a21537efc1d6" [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.20.2-py3-none-any.whl", hash = "sha256:268336cc4a4d749449396a234c360b4ba5454d8b57fe8ade640d3c7cfd1d32e2"}, + {file = "toml_sort-0.20.2.tar.gz", hash = "sha256:f62544639c8dde10a9ec73a921a9dd99f35bbb09c98314d50d792cbde4845ba2"}, ] tomli = [ {file = "tomli-2.0.0-py3-none-any.whl", hash = "sha256:b5bde28da1fed24b9bd1d4d2b8cba62300bfb4ec9a6187a957e8ddb9434c5224"}, diff --git a/pyproject.toml b/pyproject.toml index d42bc6e..eb099e8 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.20.2" [tool.poetry.extras] docs = ["sphinx", "sphinx-autodoc-typehints"]