diff options
author | David Robertson <davidr@element.io> | 2023-02-21 11:03:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 11:03:02 +0000 |
commit | 8cede528a821943f60978b17c86516fb16fe2f00 (patch) | |
tree | a788940aeffc45584eadfaa7621c8d9460534e52 /poetry.lock | |
parent | Add `matrix-org-archive-keyring` package as `Recommends` (#15110) (diff) | |
download | synapse-8cede528a821943f60978b17c86516fb16fe2f00.tar.xz |
Upper-bound frozendict dependency (#15114)
* Upper-bound frozendict dependency This is an ugly kludge to solve https://github.com/matrix-org/synapse/issues/15109. It is not the most friendly thing to do for downstream packagers (apologies), but we are a) running low on time at the moment, and b) seeking to remove frozendict anyway. * Changelog
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 ffb230139c..4d724ab782 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3030,4 +3030,4 @@ user-search = ["pyicu"] [metadata] lock-version = "2.0" python-versions = "^3.7.1" -content-hash = "95cb043fa56e1e3275ba7f74b68b2191bd5886eea3e06b8cd370d7fc9fea3c07" +content-hash = "e12077711e5ff83f3c6038ea44c37bd49773799ec8245035b01094b7800c5c92" |