From be23c41d28f8b80ef2c6e532675419b39b006d71 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 1 Oct 2024 14:12:48 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.12.7 (#80) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python](https://github.com/python/cpython) | patch | `3.12.6` -> `3.12.7` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/80 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 02b9c20..50d649a 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.9.0" poetry = "1.8.3" -python = "3.12.6" +python = "3.12.7" r = "4.4.1" ripgrep = "14.1.0" rust = "1.81.0"