From a07d623139003d8cd53870aadfe26bba69a560c0 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 18 Aug 2025 13:33:46 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.13.7 (#306) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python](https://github.com/python/cpython) | patch | `3.13.6` -> `3.13.7` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/306 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 a3eaea6..17c18ff 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -44,7 +44,7 @@ go = "1.24.6" lua = "5.1.5" luajit = "2.0.5" node = "24.5.0" -python = "3.13.6" +python = "3.13.7" r = "4.5.1" rust = "1.89.0"