Update towncrier version

This commit is contained in:
Itamar Turner-Trauring 2023-11-21 08:21:20 -05:00
parent fe8a94089c
commit 0e512f22be

View File

@ -147,7 +147,7 @@ passenv = TAHOE_LAFS_*,PIP_*,SUBUNITREPORTER_*,USERPROFILE,HOMEDRIVE,HOMEPATH,CO
deps = deps =
# see comment in [testenv] about "certifi" # see comment in [testenv] about "certifi"
certifi certifi
towncrier==21.3.0 towncrier==23.11.0
commands = commands =
python -m towncrier --draft --config towncrier.toml python -m towncrier --draft --config towncrier.toml
@ -159,7 +159,7 @@ whitelist_externals =
deps = deps =
# see comment in [testenv] about "certifi" # see comment in [testenv] about "certifi"
certifi certifi
towncrier==21.3.0 towncrier==23.11.0
commands = commands =
python -m towncrier --yes --config towncrier.toml python -m towncrier --yes --config towncrier.toml
# commit the changes # commit the changes