diff --git a/poetry.lock b/poetry.lock index a7bb72d..dff51fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -33,14 +33,14 @@ files = [ [[package]] name = "ansys-sphinx-theme" -version = "1.5.2" +version = "1.5.3" description = "A theme devised by ANSYS, Inc. for Sphinx documentation." optional = false python-versions = "<4,>=3.10" groups = ["dev"] files = [ - {file = "ansys_sphinx_theme-1.5.2-py3-none-any.whl", hash = "sha256:aa19e0cb42cacc6d7e9e459f43f3f6a85c3aabbbf6481f5030d324312ad86e1b"}, - {file = "ansys_sphinx_theme-1.5.2.tar.gz", hash = "sha256:38eb0a49655f5276a867d857eef4b4b29c2c9199ab82a2e4d3879408aa3c4918"}, + {file = "ansys_sphinx_theme-1.5.3-py3-none-any.whl", hash = "sha256:53e6917f52dccef340f185d7bae49605791fb15766886df7917d7cd14c31f46c"}, + {file = "ansys_sphinx_theme-1.5.3.tar.gz", hash = "sha256:ac122be17048679d42b1b7a0dbb2778f8b78a062691cd2a811a6e939a7d63431"}, ] [package.dependencies] @@ -253,13 +253,13 @@ files = [ [[package]] name = "conan" -version = "2.17.1" +version = "2.18.1" description = "Conan C/C++ package manager" optional = false python-versions = ">=3.6" groups = ["dev"] files = [ - {file = "conan-2.17.1.tar.gz", hash = "sha256:7605c8e9990382d37266e69b9f4f671cc23d6478c75b572be53829387f1cf8c8"}, + {file = "conan-2.18.1.tar.gz", hash = "sha256:5d8e9fac7614de9297933f65de8f17db14851a871cebc962f4856b7c294f43c5"}, ] [package.dependencies] @@ -1151,4 +1151,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "e737e8240f63488db41ec91dcd517142919907d4ecea02050780e6a151f55042" +content-hash = "0400e43c62b2f17256ca8951e503ef84c78da3cabf3a2d7b5119119985cba1d6" diff --git a/pyproject.toml b/pyproject.toml index bb97789..93c10c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,9 +10,9 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] pre-commit = "^4.2.0" -conan = "^2.17.1" +conan = "^2.18.1" Sphinx = "^8.1.3" -ansys-sphinx-theme = "^1.5.2" +ansys-sphinx-theme = "^1.5.3" breathe = "^4.35.0" sphinx-design = "^0.6.1" sphinx-copybutton = "^0.5.2"