From 41d38136387d9df937e9f058817e254da142f790 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 22 Feb 2025 15:55:54 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v2.1.1 (#184) 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.0` -> `2.1.1` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/184 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 1c6f57a..9cb54ae 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -37,7 +37,7 @@ go = "1.24.0" lua = "5.4.7" luajit = "2.0.5" node = "22.14.0" -poetry = "2.1.0" +poetry = "2.1.1" python = "3.13.2" r = "4.4.2" rust = "1.84.1"