diff --git a/changes/189.misc.rst b/changes/189.misc.rst new file mode 100644 index 0000000..08cd276 --- /dev/null +++ b/changes/189.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 106da4e..71e7232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==70.1.1", + "setuptools==70.2.0", "setuptools_scm==8.1.0", ] build-backend = "setuptools.build_meta"