From 88c7bcb9fde722b02bd59045e2df8ee103236468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 13:37:32 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [conan](https://github.com/conan-io/conan) and [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme). Updates `conan` from 2.17.1 to 2.18.1 - [Release notes](https://github.com/conan-io/conan/releases) - [Commits](https://github.com/conan-io/conan/compare/2.17.1...2.18.1) Updates `ansys-sphinx-theme` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases) - [Commits](https://github.com/ansys/ansys-sphinx-theme/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: conan dependency-version: 2.18.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ansys-sphinx-theme dependency-version: 1.5.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) 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"