From 0d9edb4b19e1c27f1034de5c9f4dddbb33cc9868 Mon Sep 17 00:00:00 2001 From: onerandomusername Date: Sun, 18 Jun 2023 16:05:22 -0400 Subject: [PATCH] build(deps): bump towncrier to 23.6.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 99bdec9556..244465c6d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ docs = [ "sphinx-hoverxref==1.3.0", "sphinx-autobuild~=2021.3", "sphinxcontrib-towncrier==0.3.2a0", - "towncrier==22.12.0", + "towncrier==23.6.0", "sphinx-notfound-page==0.8.3", ] discord = ["discord-disnake"] @@ -70,7 +70,7 @@ tools = [ "pre-commit~=3.0", "slotscheck~=0.16.4", "python-dotenv~=1.0.0", - "towncrier==22.12.0", + "towncrier==23.6.0", "check-manifest==0.49", "ruff==0.0.261", ]