diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-17 17:54:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 17:54:11 +0100 |
commit | c101fc6568804125ad5e58a67e9323c584a7da24 (patch) | |
tree | b98fdf9b6b689bb11583a72a4c9c9313f6dfc79f /pyproject.toml | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-c101fc6568804125ad5e58a67e9323c584a7da24.tar.xz |
Bump click from 8.1.1 to 8.1.3 (#14201)
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |