From ef6dda89bac2f7d17faae80f3d6c77298992001e Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Mon, 16 Jun 2025 16:30:02 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.13.5 (#242) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python](https://github.com/python/cpython) | patch | `3.13.3` -> `3.13.5` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/242 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 2472709..3273acc 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -46,7 +46,7 @@ lua = "5.1.5" luajit = "2.0.5" node = "22.16.0" poetry = "2.1.3" -python = "3.13.3" +python = "3.13.5" r = "4.5.0" rust = "1.87.0" yarn = "1.22.22"