diff --git a/CHANGES.md b/CHANGES.md index d28d766f4c0..19a9cd98aff 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ trailing comma (#2384) - Parsing support has been added for unparenthesized walruses in set literals, set comprehensions, and indices (#2447). +- Pin `setuptools-scm` dependency version (#2449) ### _Blackd_ diff --git a/setup.cfg b/setup.cfg index 55c66add7fb..941236db390 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,3 @@ [options] -setup_requires = setuptools_scm +setup_requires = + setuptools_scm~=6.0.1