From 08389f3371507935655ed3822cf575946b9fde7f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 22 Jul 2024 11:08:22 +0000
Subject: [PATCH] deps:(deps): bump ruff from 0.2.1 to 0.5.4

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.5.4.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/astral-sh/ruff/compare/v0.2.1...0.5.4)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index a870ffe4..0b583a18 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,7 +47,7 @@ file = "LICENSE"
 dev = [
   "pyright==1.1.330.post0",
   "pre-commit==3.4.0",
-  "ruff==0.2.1",                # important that these match the pre-commit hooks
+  "ruff==0.5.4",                # important that these match the pre-commit hooks
   "pandas-stubs==2.2.0.240218", # type stubs for pandas
   "invoke==2.1.1",
 ]