From 7b5ad10db418d2304f0c3a93f41cf07686840c4c Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 8 Apr 2025 23:43:04 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.13.3 (#212) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python](https://github.com/python/cpython) | patch | `3.13.2` -> `3.13.3` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/212 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 7f043fb..76efcd5 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -42,7 +42,7 @@ lua = "5.1.5" luajit = "2.0.5" node = "22.14.0" poetry = "2.1.2" -python = "3.13.2" +python = "3.13.3" r = "4.4.3" rust = "1.86.0" yarn = "1.22.22"