From ad21b6bd8adce6f896293ebb24e5a810e89e84e8 Mon Sep 17 00:00:00 2001 From: "Eric Lemanissier (bot)" Date: Fri, 7 Jul 2023 18:35:12 +0000 Subject: [PATCH] keychain/all: bump deps Generated and committed by [Conan Center Bump Deps](https://github.com/ericLemanissier/conan-center-index-bump-deps) Find more updatable recipes in the [GitHub Pages](https://ericlemanissier.github.io/conan-center-index-bump-deps/) --- recipes/keychain/all/conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/keychain/all/conanfile.py b/recipes/keychain/all/conanfile.py index 195e2b31c1b43..65b8494968532 100644 --- a/recipes/keychain/all/conanfile.py +++ b/recipes/keychain/all/conanfile.py @@ -38,7 +38,7 @@ def requirements(self): def build_requirements(self): if self.settings.os == "Linux": - self.tool_requires("pkgconf/1.9.3") + self.tool_requires("pkgconf/1.9.5") def layout(self): cmake_layout(self, src_folder="src")