Annoying warnings dask-jobqueue

Since distributed>2021.x.x we are having some annoying warnings coming dask_jobqueue

...lib/python3.8/site-packages/dask_jobqueue/core.py:321: FutureWarning: ignoring was deprecated in version 2021.06.1 and will be removed in a future release. Please use contextlib.suppress from the standard library instead.
  with ignoring(RuntimeError):  # deleting job when job already gone