From 3fc2597c99b8272353a3e42ceecf932aa1410eca Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 29 Nov 2024 18:23:51 +0100 Subject: [PATCH] bump to 0.8.1 --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb53a8a01..81744e735 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ fail_fast: true repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.8.0 + rev: v0.8.1 hooks: - id: ruff-format args: [reflex, tests] diff --git a/pyproject.toml b/pyproject.toml index ece22b836..3432a8348 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ dill = ">=0.3.8" toml = ">=0.10.2,<1.0" pytest-asyncio = ">=0.24.0" pytest-cov = ">=4.0.0,<7.0" -ruff = "0.8.0" +ruff = "0.8.1" pandas = ">=2.1.1,<3.0" pillow = ">=10.0.0,<12.0" plotly = ">=5.13.0,<6.0"