diff options
| author | 2023-09-19 04:51:27 +0000 | |
|---|---|---|
| committer | 2023-09-19 04:51:27 +0000 | |
| commit | 40ad00efc874952b23b20da1a5728268e66680c4 (patch) | |
| tree | d84607b5c3b2db45aaf9c92887b58009ba40aa51 /pyproject.toml | |
| parent | Update deployment CI to pull manifest from infra repo (#2763) (diff) | |
Bump ruff from 0.0.289 to 0.0.290 (#2762)
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 ab788b945..ee9264d43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pytest = "7.4.2" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" pytest-xdist = "3.3.1" -ruff = "0.0.289" +ruff = "0.0.290" taskipy = "1.12.0" |