diff options
author | David Robertson <davidr@element.io> | 2022-05-03 19:22:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 19:22:06 +0100 |
commit | 9ce51a47f6e37abd0a1275281806399d874eb026 (patch) | |
tree | ae9e0548193f16c2b1073d1d51d85dcb6d3b45ba /poetry.lock | |
parent | Remove unstable identifiers for MSC3069. (#12596) (diff) | |
download | synapse-9ce51a47f6e37abd0a1275281806399d874eb026.tar.xz |
Bump Synapse minimum Python version to 3.7.1 (#12613)
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poetry.lock b/poetry.lock index e27a44989c..89e78576b7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1561,8 +1561,8 @@ url_preview = ["lxml"] [metadata] lock-version = "1.1" -python-versions = "^3.7" -content-hash = "3825cef058b8c9f520ef4b7acb92519be95db9a663a61c2e89a5fe431ed55655" +python-versions = "^3.7.1" +content-hash = "2bda1a7cfc8cc02832b4a7d16bf7e1615cb05e0639bdb30688aadf692d851942" [metadata.files] attrs = [ |