synapse/.github
David Robertson b88cfe6d41
Require poetry>=1.3.2 (#14860)
* Upgrade to new lockfile format

Now requires poetry >= 1.2.2 to read and poetry >= 1.3.0 to write.

Cheat sheet:

```
poetry --version
poetry show > scratch/before
pipx upgrade poetry
poetry --version
poetry show > scratch/after
diff scratch{before,after} && echo "no change!"
```

* Use Poetry 1.3.2 when reading or writing lockfile

* Remove unneeded(?) poetry dep for cibuildwheel

* Update docs

* Remove redundant call to setup-python

* Remove outdated comments related to Poetry 1.x

* Remove outdated docs line

was fixed in #13082

* Minor improvements to poetry cheat sheet

* Invoke setup-python-poetry with explicit version

Not sure about this. It's hardcoding versions everywhere.

* Changelog

* Check the lockfile is version 2.0

Might one day incorporate other checks like #14742

* Typo fixes, thanks Sean

Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>

Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
2023-01-17 18:04:44 +00:00
..
ISSUE_TEMPLATE Add more prompts to bug report form (#14522) 2022-11-22 21:23:22 +00:00
workflows Require poetry>=1.3.2 (#14860) 2023-01-17 18:04:44 +00:00
CODEOWNERS Add the synapse-core team as code owners (#10994) 2021-10-06 16:03:17 +02:00
dependabot.yml Make Dependabot only bump Rust deps in the lock file (#14434) 2022-11-14 14:45:17 +00:00
FUNDING.yml Liberapay is now officially recognised, update FUNDING.yml (#5386) 2019-06-09 02:20:23 +01:00
ISSUE_TEMPLATE.md Make it clearer that #synapse:matrix.org is our support channel (#7379) 2020-05-01 13:42:35 +02:00
PULL_REQUEST_TEMPLATE.md Invite PR submitters to credit themselves (#11744) 2022-01-13 18:12:59 +00:00
SUPPORT.md Update SUPPORT.md 2019-06-25 12:24:23 +01:00