bump to 0.8.1

This commit is contained in:
Lendemor 2024-11-29 18:23:51 +01:00
parent 9123d8d6c6
commit 3fc2597c99
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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"