Up Twisted version to 22.10+

This commit is contained in:
Griatch 2022-11-18 12:23:17 +01:00
parent eafe390db4
commit 64bce9ad57
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
> Not released yet > Not released yet
> 2019-2022 develop branch (WIP) > 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 - 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 defaults to True for backwards-compatibility in 0.9, will be False in 1.0

View File

@ -24,7 +24,7 @@ installextra:
# black is configured from pyproject.toml # black is configured from pyproject.toml
format: format:
black evennia black evennia
isort . --profile black isort --profile black .
fmt: format fmt: format

View File

@ -3,7 +3,7 @@
# general # general
attrs >= 19.2.0 attrs >= 19.2.0
django >= 4.1.3, < 4.2 django >= 4.1.3, < 4.2
twisted >= 21.7.0, < 22.0.0 twisted >= 22.10, < 23
pytz pytz
# djangorestframework >= 3.13.1, < 3.14 # djangorestframework >= 3.13.1, < 3.14
djangorestframework >= 3.14, < 3.15 djangorestframework >= 3.14, < 3.15