From: Michael R. Crusoe <crusoe@debian.org>
Subject: Accept pathspec version 1.0.0+
Forwarded: not-needed

Next version of black switches to pathspec version 1.0, so remove this patch
when upgrading.
--- black.orig/pyproject.toml
+++ black/pyproject.toml
@@ -211,7 +211,7 @@
   "incompatible_with_mypyc: run when testing mypyc compiled black"
 ]
 xfail_strict = true
-filterwarnings = ["error"]
+filterwarnings = ["error", "ignore:GitWildMatchPattern:DeprecationWarning"]
 [tool.coverage.report]
 omit = [
   "src/blib2to3/*",
