summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJason Little <realtyem@gmail.com>2023-03-03 05:54:53 -0600
committerJason Little <realtyem@gmail.com>2023-03-03 05:54:53 -0600
commit5dc33182994860e2a2ddf3cf75d51087a0b31b15 (patch)
tree3cb15b8da24c9800c8dcddb3d7b5a57b9ba02eaa /pyproject.toml
parentApply changes from review. (diff)
parentExperimental MSC3890 Implementation: Fix deleting account data when using an ... (diff)
downloadsynapse-5dc33182994860e2a2ddf3cf75d51087a0b31b15.tar.xz
Merge branch 'develop' into comp-worker-shorthand
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cef7d295c1..27785b6e13 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.78.0rc1"
+version = "1.78.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"
@@ -313,7 +313,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.237"
+ruff = "0.0.252"
 
 # Typechecking
 mypy = "*"