From 50ac9a454fc2c61dab84af9248de342c56a19e67 Mon Sep 17 00:00:00 2001 From: clokep Date: Wed, 25 Jan 2023 19:50:21 +0000 Subject: deploy: 8bc5d1406cb24730fd87facb8c5b29a76360782e --- develop/print.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'develop/print.html') diff --git a/develop/print.html b/develop/print.html index 9d92b2865e..fd9de924d8 100644 --- a/develop/print.html +++ b/develop/print.html @@ -16426,6 +16426,19 @@ poetry lock --no-update

because build is a standardish tool which doesn't require poetry. (It's what we use in CI too). However, you could try poetry build too.

+

...handle a Dependabot pull request?

+

Synapse uses Dependabot to keep the poetry.lock file up-to-date. When it +creates a pull request a GitHub Action will run to automatically create a changelog +file. Ensure that:

+ +

In particular, any updates to the type hints (usually packages which start with types-) +should be safe to merge if linting passes.

Troubleshooting

Check the version of poetry with poetry --version.

The minimum version of poetry supported by Synapse is 1.3.2.

-- cgit 1.4.1