From e1ce13d0108d46a75c619fe9008839ea6ee57fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:44:46 +0000 Subject: [PATCH] Bump conan from 2.17.0 to 2.17.1 in the dependencies group Bumps the dependencies group with 1 update: [conan](https://github.com/conan-io/conan). Updates `conan` from 2.17.0 to 2.17.1 - [Release notes](https://github.com/conan-io/conan/releases) - [Commits](https://github.com/conan-io/conan/compare/2.17.0...2.17.1) --- updated-dependencies: - dependency-name: conan dependency-version: 2.17.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6bab16d..a7bb72d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -253,13 +253,13 @@ files = [ [[package]] name = "conan" -version = "2.17.0" +version = "2.17.1" description = "Conan C/C++ package manager" optional = false python-versions = ">=3.6" groups = ["dev"] files = [ - {file = "conan-2.17.0.tar.gz", hash = "sha256:91bca3c5b4a9b361d2a9155cf7e678707fccd738cdeb601b5ca398478f99a824"}, + {file = "conan-2.17.1.tar.gz", hash = "sha256:7605c8e9990382d37266e69b9f4f671cc23d6478c75b572be53829387f1cf8c8"}, ] [package.dependencies] @@ -1151,4 +1151,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "f78d5b8d6bed6d67b76ddba552be0bf840cdbc077abb9d8a80942e43bf1ab718" +content-hash = "e737e8240f63488db41ec91dcd517142919907d4ecea02050780e6a151f55042" diff --git a/pyproject.toml b/pyproject.toml index 1014477..bb97789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.10" [tool.poetry.group.dev.dependencies] pre-commit = "^4.2.0" -conan = "^2.17.0" +conan = "^2.17.1" Sphinx = "^8.1.3" ansys-sphinx-theme = "^1.5.2" breathe = "^4.35.0"