From 5f8184c4031b85937f8cb4224f7e3162d7f98b8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 10:39:48 +0000 Subject: [PATCH] chore(deps): update dependency python/cpython to v3.11.2 --- tools/python/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/manifest.yaml b/tools/python/manifest.yaml index b89157bb99..6dbfb8bba9 100644 --- a/tools/python/manifest.yaml +++ b/tools/python/manifest.yaml @@ -1,5 +1,5 @@ name: python -version: 3.10.10 +version: 3.11.2 check: ${binary} --version | cut -d' ' -f2 tags: - type/cli