From d39b12960f3b72e5088e501e8380bd535c6eaf5c Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 6 May 2025 18:45:11 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v2.1.3 (#219) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [poetry](https://github.com/python-poetry/poetry) ([changelog](https://python-poetry.org/history/)) | patch | `2.1.2` -> `2.1.3` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/219 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 f8de253..b0294a9 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -42,7 +42,7 @@ go = "1.24.2" lua = "5.1.5" luajit = "2.0.5" node = "22.15.0" -poetry = "2.1.2" +poetry = "2.1.3" python = "3.13.3" r = "4.5.0" rust = "1.86.0"