summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-06-15 16:27:18 +0100
committerGitHub <noreply@github.com>2022-06-15 16:27:18 +0100
commitde334ac183f4b17c8dcec8dd70275dc5a19cebfa (patch)
tree4d1b34e64c8fbb0fbbc625369628b7058be1336b /pyproject.toml
parentType annotations in `synapse.databases.main.devices` (#13025) (diff)
downloadsynapse-de334ac183f4b17c8dcec8dd70275dc5a19cebfa.tar.xz
Add a CI job to check that schema deltas are in the correct folder. (#13063)
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 3c64e248ab..85c2c9534f 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -272,7 +272,7 @@ parameterized = ">=0.7.4" idna = ">=2.5" # The following are used by the release script -click = "==8.1.0" +click = "==8.1.1" # GitPython was == 3.1.14; bumped to 3.1.20, the first release with type hints. GitPython = ">=3.1.20" commonmark = "==0.9.1"