diff options
| author | 2023-04-29 13:48:02 +0000 | |
|---|---|---|
| committer | 2023-04-29 13:48:02 +0000 | |
| commit | d5657cb1af56869186692d0d4c919d853f2beef8 (patch) | |
| tree | 2eb2ce2b3aea62286962c33b9562fbb260f8a1c9 /pyproject.toml | |
| parent | Bump sentry-sdk from 1.20.0 to 1.21.1 (#2570) (diff) | |
Bump ruff from 0.0.262 to 0.0.263 (#2561)
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.262 to 0.0.263.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263)
---
updated-dependencies:
- dependency-name: ruff
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 adacfdc92..13b1b4754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest = "7.3.1" pytest-cov = "4.0.0" pytest-subtests = "0.10.0" pytest-xdist = "3.2.1" -ruff = "0.0.262" +ruff = "0.0.263" taskipy = "1.10.4" |