diff --git a/poetry.lock b/poetry.lock index 32bed3e7..5b417a80 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1698,7 +1698,7 @@ test = ["pytest"] [[package]] name = "sphinxcontrib-confluencebuilder" -version = "1.7.1" +version = "1.8.0" description = "Sphinx extension to output Atlassian Confluence Storage Markup documents and publish to Confluence instances." category = "main" optional = true @@ -2074,7 +2074,7 @@ docs = ["emoji", "importlib-metadata", "myst-parser", "pygments", "python-dotenv [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "5e8496dd5980924896abddc8e1cb75eaf938cab55c57eb6eebdad0afa3112f77" +content-hash = "0e99c67fdd0b3b16f2c2bfdcd0ff77c093a746c4e2b5c5decef78669b3bbd23b" [metadata.files] alabaster = [ @@ -3105,8 +3105,8 @@ sphinxcontrib-applehelp = [ {file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"}, ] sphinxcontrib-confluencebuilder = [ - {file = "sphinxcontrib-confluencebuilder-1.7.1.tar.gz", hash = "sha256:d9bdaae283fec5e2b6ce7afcf07a8343b41ac1f22597734a95ac1483f3e7e17c"}, - {file = "sphinxcontrib_confluencebuilder-1.7.1-py2.py3-none-any.whl", hash = "sha256:95ad2270571681491ffbb7f6bbe453c1e4c797aff79528ca2c521a9a85987308"}, + {file = "sphinxcontrib-confluencebuilder-1.8.0.tar.gz", hash = "sha256:bbeb23863ff67eef1f2c645bdb3827348fb2ef02085184cc26145e92b76d31e5"}, + {file = "sphinxcontrib_confluencebuilder-1.8.0-py2.py3-none-any.whl", hash = "sha256:868161f11ecdb87c41c2303d354f45d7ebd558127abc0eaa250f29c7a1f46af9"}, ] sphinxcontrib-devhelp = [ {file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"}, diff --git a/pyproject.toml b/pyproject.toml index 00cf22e8..024464f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ python-dotenv = { version = "^0.20.0", optional = true} sphinx = { version = "^4.5.0", optional = true} sphinx-autoapi = { version = "^1.8.4", optional = true} sphinx-rtd-theme = { version = "^1.0.0", optional = true} -sphinxcontrib-confluencebuilder = { version = "^1.7.1", optional = true} +sphinxcontrib-confluencebuilder = { version = "^1.8.0", optional = true} types-emoji = { version = "^1.2.7", optional = true} # PEP 561 compliant stub package for mypy [tool.poetry.dev-dependencies]