diff options
author | 2024-03-02 02:52:10 +0000 | |
---|---|---|
committer | 2024-03-02 02:52:10 +0000 | |
commit | 2ddb62fa99c350c4a777dcda236f2bd39fe56b6e (patch) | |
tree | c56f5ba98a7b822921438c153930e2cb38acef88 /pyproject.toml | |
parent | Bump sentry-sdk from 1.40.5 to 1.40.6 (#2939) (diff) |
Bump ruff from 0.2.2 to 0.3.0 (#2940)
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 f901ede0c..b6399b59a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "8.0.2" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.5.0" -ruff = "0.2.2" +ruff = "0.3.0" taskipy = "1.12.2" |