diff --git a/poetry.lock b/poetry.lock index 97c165f7..3f93565e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1836,16 +1836,17 @@ sphinx = "*" [[package]] name = "sphinxemoji" -version = "0.2.0" +version = "0.3.1" description = "An extension to use emoji codes in your Sphinx documentation" optional = false -python-versions = "*" +python-versions = ">=3.9" files = [ - {file = "sphinxemoji-0.2.0.tar.gz", hash = "sha256:27861d1dd7c6570f5e63020dac9a687263f7481f6d5d6409eb31ecebcc804e4c"}, + {file = "sphinxemoji-0.3.1-py3-none-any.whl", hash = "sha256:dae483695f8d1e90a28a6e9bbccc08d256202afcc1d0fbd33b51b3b4352d439e"}, + {file = "sphinxemoji-0.3.1.tar.gz", hash = "sha256:23ecff1f1e765393e49083b45386b7da81ced97c9a18a1dfd191460a97da3b11"}, ] [package.dependencies] -sphinx = ">=1.8" +sphinx = ">=5.0" [[package]] name = "stack-data" @@ -2061,4 +2062,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ffd3db94431c26493ebdd389694962ee45fa91c9ee74bcdda7fc85d897156869" +content-hash = "24c47ec275073294b3b3c5a6d29ebaf53c488a29d287fd9a825f7552cfbd431a" diff --git a/pyproject.toml b/pyproject.toml index 9cd02ec2..b389890a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ sphinx-inline-tabs = {version = ">=2022.1.2b11", python = ">=3.8,<4.0"} sphinxcontrib-mermaid = ">=0.7.1" sphinxcontrib-spelling = ">=7.3.2" sphinxcontrib-versioning = "2.2.1" -sphinxemoji = "0.2.0" +sphinxemoji = "0.3.1" typeguard = "4.1.5" xdoctest = {extras = ["colors"], version = "1.1.2"}