From 1524ee9d480144db983b6dcffbc44ff8e5e6db43 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 6 Feb 2025 17:54:53 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.13.2 (#170) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python](https://github.com/python/cpython) | patch | `3.13.1` -> `3.13.2` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/170 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 8752412..503e22a 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -35,7 +35,7 @@ lua = "5.4.7" luajit = "2.0.5" node = "22.13.1" poetry = "2.0.1" -python = "3.13.1" +python = "3.13.2" r = "4.4.2" rust = "1.84.1" yarn = "1.22.22"