···2930 postPatch = ''
31 # No API changes.
32- substituteInPlace pyproject.toml --replace 'python-frontmatter = "^0.5.0"' 'python-frontmatter = "^1.0.0"'
00033 '';
3435 # No tests available on Pypi and there is only a failing version assertion test in the repo.
···2930 postPatch = ''
31 # No API changes.
32+ substituteInPlace pyproject.toml \
33+ --replace 'python-frontmatter = "^0.5.0"' 'python-frontmatter = "^1.0.0"' \
34+ --replace 'genanki = "^0.10.1"' 'genanki = "^0.11.0"' \
35+ --replace 'typer = "^0.3.2"' 'typer = "^0.4.0"'
36 '';
3738 # No tests available on Pypi and there is only a failing version assertion test in the repo.