summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-06-19 10:28:57 +0100
committerGitHub <noreply@github.com>2023-06-19 10:28:57 +0100
commitd3cd9881c0446526b7f71762e2ca8d464eb60b18 (patch)
tree2ea00831ca426197e0a34e0b8d386b679b4526e5 /pyproject.toml
parentBump serde_json from 1.0.96 to 1.0.97 (#15797) (diff)
downloadsynapse-d3cd9881c0446526b7f71762e2ca8d464eb60b18.tar.xz
Bump ruff from 0.0.265 to 0.0.272 (#15799)
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.265 to 0.0.272.
- [Release notes](https://github.com/charliermarsh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.265...v0.0.272)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 097bd03943..7f2f7927c9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -311,7 +311,7 @@ all = [
 # We pin black so that our tests don't start failing on new releases.
 isort = ">=5.10.1"
 black = ">=22.3.0"
-ruff = "0.0.265"
+ruff = "0.0.272"
 
 # Typechecking
 lxml-stubs = ">=0.4.0"