diff options
author | Jacek KuĊnierz <jacek.kusnierz@tum.de> | 2022-06-01 13:32:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 07:32:35 -0400 |
commit | 88193f2125ad2e1dc1c83d6876757cc5eb3c467d (patch) | |
tree | c7d7f07b3afbb6a81b32dd413dac2324f46878f0 /poetry.lock | |
parent | Fix 404 on `/sync` when the last event is a redaction of an unknown/purged ev... (diff) | |
download | synapse-88193f2125ad2e1dc1c83d6876757cc5eb3c467d.tar.xz |
Remove direct refeferences to PyNaCl (use signedjson instead). (#12902)
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock index 6b4686545b..7c561e3182 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1563,7 +1563,7 @@ url_preview = ["lxml"] [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "d39d5ac5d51c014581186b7691999b861058b569084c525523baf70b77f292b1" +content-hash = "539e5326f401472d1ffc8325d53d72e544cd70156b3f43f32f1285c4c131f831" [metadata.files] attrs = [ |