From 3f36d588f7ee4555f1b3901f0007a43ca6d279e3 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 8 Oct 2024 10:35:30 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.13.0 (#85) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python](https://github.com/python/cpython) | minor | `3.12.7` -> `3.13.0` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/85 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 065171d..3e8dd52 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.7" +python = "3.13.0" r = "4.4.1" ripgrep = "14.1.0" rust = "1.81.0"