diff --git a/changes/2984.misc.rst b/changes/2984.misc.rst new file mode 100644 index 0000000000..b5ccf1a610 --- /dev/null +++ b/changes/2984.misc.rst @@ -0,0 +1 @@ +Updated setuptools from 75.5.0 to 75.6.0 in /web. diff --git a/web/pyproject.toml b/web/pyproject.toml index 560b10fa12..6ab1b5add9 100644 --- a/web/pyproject.toml +++ b/web/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "setuptools==75.5.0", + "setuptools==75.6.0", "setuptools_scm==8.1.0", "setuptools_dynamic_dependencies @ git+https://github.com/beeware/setuptools_dynamic_dependencies", ]