../../../micromamba-root/envs/sweets-env/lib/python3.11/site-packages/s1reader/s1_orbit.py:3
/home/runner/micromamba-root/envs/sweets-env/lib/python3.11/site-packages/s1reader/s1_orbit.py:3: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
import cgi
Throws a warning on CI runs now:
We can use https://peps.python.org/pep-0594/#cgi for Python's suggestions on removing it