From d737210692269c34e3ca9ffa2cceb449d52e230a Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 14 Jan 2025 16:24:07 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v2.0.1 (#150) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [poetry](https://python-poetry.org/) ([source](https://github.com/python-poetry/poetry), [changelog](https://python-poetry.org/history/)) | patch | `2.0.0` -> `2.0.1` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/150 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 d858a0b..572ba38 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -24,7 +24,7 @@ lefthook = "1.8.4" lua = "5.1.5" luajit = "2.0.5--3.11.1" node = "22.13.0" -poetry = "2.0.0" +poetry = "2.0.1" python = "3.13.1" r = "4.4.2" ripgrep = "14.1.1"