summary refs log tree commit diff
path: root/poetry.lock (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump Synapse minimum Python version to 3.7.1 (#12613)David Robertson2022-05-031-2/+2
|
* Make `scripts-dev` pass `mypy --disallow-untyped-defs` (#12356)David Robertson2022-04-271-6/+19
| | | Not enforced in config yet. One day.
* We don't require redbaron in the release scriptDavid Robertson2022-04-261-61/+1
|
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-04-201-4/+8
|\
| * Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker ↵reivilibre2022-04-201-4/+8
| | | | | | | | | | | | | | | | | | image. (#12512) * poetry update matrix-synapse-ldap3 * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
* | Bump twisted version to the latest in lockfile (#12441)Shay2022-04-121-9/+10
| |
* | Run lints under poetry in CI; remove lint tox jobs (#12434)David Robertson2022-04-121-3/+3
|/ | | Co-authored-by: Dan Callahan <danc@element.io>
* Specify tls extra for Twisted dependency. (#12444)Erik Johnston2022-04-121-2/+2
| | | | | | | | | | | * Specify `tls` extra for Twisted dependency. It was already pulled in for us by `treq`, but we should be explicit that we do use the `tls` functionality of Twisted directly. * Mark `idna` as dev-dependency This doesn't actually change anything, as `Twisted[tls]` will put it in as a main dependency anyway.
* Add missing dependency on importlib_metadata (#12384)David Robertson2022-04-051-1/+1
|
* Poetry: initial pyproject.toml and poetry.lock (#12381)David Robertson2022-04-051-0/+2831
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org>