From 90894ec6c11c72fd1927fbdcc4f7371cad6f00f7 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 10 Nov 2025 21:23:40 +0000 Subject: [PATCH] ci: Update Conan to 2.22.2 (#6019) This updates the CI image hashes after following change: https://github.com/XRPLF/ci/pull/81. And, since we use latest Conan, we can have `conan.lock` with a newline at the end, and we don't need to exclude it from `pre-commit` hooks any longer. --- .pre-commit-config.yaml | 3 +-- conan.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 85568a8b2e..a032fee75e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,6 +34,5 @@ repos: exclude: | (?x)^( external/.*| - .github/scripts/levelization/results/.*\.txt| - conan\.lock + .github/scripts/levelization/results/.*\.txt )$ diff --git a/conan.lock b/conan.lock index ebdc9ad9a8..20456e7fe1 100644 --- a/conan.lock +++ b/conan.lock @@ -53,4 +53,4 @@ ] }, "config_requires": [] -} \ No newline at end of file +}