summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-17 17:54:11 +0100
committerGitHub <noreply@github.com>2022-10-17 17:54:11 +0100
commitc101fc6568804125ad5e58a67e9323c584a7da24 (patch)
treeb98fdf9b6b689bb11583a72a4c9c9313f6dfc79f /pyproject.toml
parentMerge branch 'master' into develop (diff)
downloadsynapse-c101fc6568804125ad5e58a67e9323c584a7da24.tar.xz
Bump click from 8.1.1 to 8.1.3 (#14201)
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 6c1dc8b8b5..78ff799e8e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -296,7 +296,7 @@ parameterized = ">=0.7.4"
 idna = ">=2.5"
 
 # The following are used by the release script
-click = "==8.1.1"
+click = "==8.1.3"
 # GitPython was == 3.1.14; bumped to 3.1.20, the first release with type hints.
 GitPython = ">=3.1.20"
 commonmark = "==0.9.1"