From 77c0eb376e05cc49b1e721eb30a3cb6c6965758f Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Thu, 17 Oct 2024 10:32:02 +0000 Subject: [PATCH] chore(deps): update dependency poetry to v1.8.4 (#88) 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 | `1.8.3` -> `1.8.4` | --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.dubas.dev/joao.dubas/ide/pulls/88 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 9ed7ca1..219b54e 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -23,7 +23,7 @@ lefthook = "1.7.13" lua = "5.1.5" luajit = "2.0.5--2.4.4" node = "22.9.0" -poetry = "1.8.3" +poetry = "1.8.4" python = "3.13.0" r = "4.4.1" ripgrep = "14.1.0"