summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-22 11:05:05 +0000
committerGitHub <noreply@github.com>2024-01-22 11:05:05 +0000
commit439f8d5e3816cd45f6589cf6dd160c9b1f8a05b7 (patch)
treee66e310a70510043d77d37ba24ef70063348ac20 /pyproject.toml
parentBump pydantic from 2.5.2 to 2.5.3 (#16836) (diff)
downloadsynapse-439f8d5e3816cd45f6589cf6dd160c9b1f8a05b7.tar.xz
Bump ruff from 0.1.13 to 0.1.14 (#16838)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3c0a5cf579..3424665b6c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -321,7 +321,7 @@ all = [
 # This helps prevents merge conflicts when running a batch of dependabot updates.
 isort = ">=5.10.1"
 black = ">=22.7.0"
-ruff = "0.1.13"
+ruff = "0.1.14"
 # Type checking only works with the pydantic.v1 compat module from pydantic v2
 pydantic = "^2"