diff --git a/changes/177.misc.rst b/changes/177.misc.rst new file mode 100644 index 0000000..08cd276 --- /dev/null +++ b/changes/177.misc.rst @@ -0,0 +1 @@ +The pinned dependencies in pyproject.toml and tox.ini were updated to their latest versions. diff --git a/pyproject.toml b/pyproject.toml index 031ee41..5080766 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==71.1.0", + "setuptools==72.2.0", "setuptools_scm==8.1.0", ] build-backend = "setuptools.build_meta" diff --git a/tox.ini b/tox.ini index e6490db..f548a7d 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ commands = [testenv:towncrier{,-check}] skip_install = True deps = - towncrier==23.11.0 + towncrier==24.7.1 commands = check : python -m towncrier.check --compare-with origin/main !check : python -m towncrier {posargs}