Skip to content

Commit 0052853

Browse files
committed
Upgrade Conan
1 parent ea3bd79 commit 0052853

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- "tomli>=1.2.3,<3; python_version < '3.11'"
2121
- "lark>=1.1.9,<2"
2222
- "click>=8.1.3,<9"
23-
- "conan~=2.19.1"
23+
- "conan~=2.21.0"
2424
- repo: https://github.com/pre-commit/mirrors-clang-format
2525
rev: "v20.1.8"
2626
hooks:

examples/pybind11-project-conan/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test = ["pytest>=7.2.0,<9"]
3434
requires = [
3535
"py-build-cmake~=0.6.0a3.dev0",
3636
"pybind11-stubgen~=2.5.5",
37-
"conan~=2.20.1",
37+
"conan~=2.21.0",
3838
]
3939
build-backend = "py_build_cmake.build"
4040

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ def editable(session: nox.Session, mode):
317317
"pybind11-stubgen~=2.5.5",
318318
"nanobind~=2.8.0",
319319
"swig~=4.3.1",
320+
"conan~=2.21.0",
320321
"cmake",
321322
"ninja",
322323
)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docs = [
6060
"sphinx_design==0.6.1",
6161
"myst-parser==4.0.1",
6262
]
63-
conan = ["conan~=2.19.1"]
63+
conan = ["conan~=2.21.0"]
6464

6565
[tool.py-build-cmake.module]
6666
name = "py_build_cmake"

0 commit comments

Comments
 (0)