From 288118f55f0b26f0f589964fd94f53c21a974db2 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 11 Sep 2024 11:43:30 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.12.6 (#67) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python](https://github.com/python/cpython) | patch | `3.12.5` -> `3.12.6` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/67 Co-authored-by: renovate-bot Co-committed-by: renovate-bot --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 74ad837..2f2227a 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -24,7 +24,7 @@ lua = "5.1.5" luajit = "2.0.5--2.4.4" node = "22.8.0" poetry = "1.8.3" -python = "3.12.5" +python = "3.12.6" r = "4.4.1" ripgrep = "14.1.0" rust = "1.81.0"