From 21524e76f5f95411f430702800a5322503805610 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:12:43 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps:=20Update=20dependenc?= =?UTF-8?q?ies=20(non-major)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f5e5ec1..fd567a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = ["Nyakku Shigure "] [tool.poetry.dependencies] python = "^3.8" typing-extensions = { version = "^4.3.0", python = "<3.11" } -docutils = { version = "^0.20.0", optional = true } +docutils = { version = "^0.21.0", optional = true } httpx = "^0.27.0" [tool.poetry.group.dev.dependencies] @@ -17,7 +17,7 @@ pre-commit = "^3.0.0" types-docutils = "^0.19.0" httpx = { extras = ["socks"], version = "^0.27.0" } pyright = "^1.1.354" -ruff = "^0.3.3" +ruff = "^0.5.0" pytest-rerunfailures = "^14.0" [tool.poetry.extras]