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