From 92a1408a65afbd6e35625b48919dfba470aef8e8 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Fri, 6 Dec 2024 18:04:14 +0000 Subject: [PATCH] chore(deps): update dependency python to v3.13.1 (#122) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [python](https://github.com/python/cpython) | patch | `3.13.0` -> `3.13.1` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/122 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 ac3c19b..10e8fc2 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -25,7 +25,7 @@ lua = "5.1.5" luajit = "2.0.5--3.11.1" node = "22.12.0" poetry = "1.8.4" -python = "3.13.0" +python = "3.13.1" r = "4.4.2" ripgrep = "14.1.1" rust = "1.83.0"