diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-22 14:29:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 14:29:06 +0100 |
commit | 73529d373246b09fd3d83b494500dc944f208867 (patch) | |
tree | 1cbf1a9119ae04a382c515e184262c8099eba123 /pyproject.toml | |
parent | Bump sentry-sdk from 2.8.0 to 2.10.0 (#17467) (diff) | |
download | synapse-73529d373246b09fd3d83b494500dc944f208867.tar.xz |
Bump ruff from 0.5.0 to 0.5.4 (#17466)
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 0f040fc612..50dc0c3c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -322,7 +322,7 @@ all = [ # This helps prevents merge conflicts when running a batch of dependabot updates. isort = ">=5.10.1" black = ">=22.7.0" -ruff = "0.5.0" +ruff = "0.5.4" # Type checking only works with the pydantic.v1 compat module from pydantic v2 pydantic = "^2" |