diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce14f5bfa..c0cca561fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ > Not released yet > 2019-2022 develop branch (WIP) -Increase requirements: Django 4.1+, Twisted 22+ Python 3.9, 3.10, 3.11. PostgreSQL 11+. +Increase requirements: Django 4.1+, Twisted 22.10+ Python 3.9, 3.10, 3.11. PostgreSQL 11+. - New `drop:holds()` lock default to limit dropping nonsensical things. Access check defaults to True for backwards-compatibility in 0.9, will be False in 1.0 diff --git a/Makefile b/Makefile index f3910502cf..0b40b75790 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ installextra: # black is configured from pyproject.toml format: black evennia - isort . --profile black + isort --profile black . fmt: format diff --git a/requirements.txt b/requirements.txt index 8040c175ce..02bb4d3864 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # general attrs >= 19.2.0 django >= 4.1.3, < 4.2 -twisted >= 21.7.0, < 22.0.0 +twisted >= 22.10, < 23 pytz # djangorestframework >= 3.13.1, < 3.14 djangorestframework >= 3.14, < 3.15