diff --git a/changes/206.misc.rst b/changes/206.misc.rst new file mode 100644 index 0000000..08cd276 --- /dev/null +++ b/changes/206.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 f680f53..4f38282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==73.0.1", + "setuptools==74.0.0", "setuptools_scm==8.1.0", ] build-backend = "setuptools.build_meta"