···105105 inherit version;
106106 hash = "sha256-0rUlXHxjSbwb0eWeCM0SrLvWPOZJ8liHVXg6qU37axo=";
107107 };
108108+ disabledTests = [ "test_bytes_args" ]; # https://github.com/pallets/click/commit/6e05e1fa1c2804
108109 });
109110 # Now requires `lingua` as check input that requires a newer `click`,
110111 # however `click-7` is needed by the older flask we need here. Since it's just
···623623 elif bt.type == 'footnote_ref' and (id := cast(str, bt.attrs.get('id', ''))):
624624 result.append(XrefTarget(id, "???", None, None, target_file))
625625 elif bt.type == 'inline':
626626- assert bt.children
626626+ assert bt.children is not None
627627 result += self._collect_ids(bt.children, target_file, typ, False)
628628 elif id := cast(str, bt.attrs.get('id', '')):
629629 # anchors and examples have no titles we could use, but we'll have to put
···316316 qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
317317 rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01
318318 rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
319319+ rednose = throw "rednose is no longer maintained (since February 2018)"; # added 2023-08-06
319320 retworkx = rustworkx; # added 2023-05-14
320321 repeated_test = repeated-test; # added 2022-11-15
321322 requests_oauthlib = requests-oauthlib; # added 2022-02-12