diff options
author | 2024-02-07 07:26:52 +0000 | |
---|---|---|
committer | 2024-02-07 07:26:52 +0000 | |
commit | f096fdb75a2a25e26b693b1e3b0b6e4c35acd08f (patch) | |
tree | 0004266d61c3f864244bbaa7fe38092400709773 /pyproject.toml | |
parent | Bump sentry-sdk from 1.40.0 to 1.40.1 (#2915) (diff) |
Bump ruff from 0.2.0 to 0.2.1 (#2916)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 08360948f..991a93938 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "8.0.0" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.5.0" -ruff = "0.2.0" +ruff = "0.2.1" taskipy = "1.12.2" |