I get the following when doing `glasgow --version` on macOS:
```
/Users/david/sources/glasgow/software/glasgow/database/jedec.py:1846: SyntaxWarning: invalid escape sequence '\d'
  jep106_matches = re.findall('^(\d+) (.+(?:\n.+){0,1})(?:(?:\n\d ){8})(?:\n)([0-9A-F]{2})',pdf_text, re.MULTILINE)
/Users/david/sources/glasgow/software/glasgow/database/jedec.py:1868: SyntaxWarning: invalid escape sequence '\['
  output_text = re.sub("_manufacturers = \[(.|\n)*^\]", manufacturers_array, output_text, flags=re.MULTILINE)
Glasgow 0.1.dev1940+gadf0d9f.editable (CPython 3.12.0 on macOS-14.2-arm64-arm-64bit)
```

Just a warning, but... known?