From 9d8b36c383eeb9db786ffc774edaf3ecb50ee58b Mon Sep 17 00:00:00 2001 From: Uros Milovanovic Date: Wed, 28 Jun 2023 13:52:50 +0200 Subject: [PATCH] ruff --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 317e87428..362fc4e8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1468,4 +1468,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "52da1902d33bc0536d897d0f610c09816d752753c8513d62aa6ba872257ad11f" +content-hash = "29dd50c0d8fdb2f327eb479409b093e32ddd53445d63574d26744bfb3bf32e8d" diff --git a/pyproject.toml b/pyproject.toml index cb50075c1..3d49b3451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,5 +105,5 @@ python_functions = "test_" asyncio_mode = "auto" [tool.poetry.group.dev.dependencies] -ruff = ">=0.0.256,<0.0.268" +ruff = ">=0.0.256,<0.0.276" pytest-asyncio = "^0.21.0"