Fixes #490. The offending packages have been fixed upstream, but we need to forcibly update async_generator and certipy to pick up those changes since these are already part of the jupyter base image.
Additionally, I've unpinned the softprops/actions-gh-release action.
Pinning this action to specific patch version just creates noise from dependabot. Given that we currently don't pin any other actions to the exact versions, let's unpin this one as well.
Fixes #490. The offending packages have been fixed upstream, but we need to forcibly update
async_generator
andcertipy
to pick up those changes since these are already part of the jupyter base image.Additionally, I've unpinned the
softprops/actions-gh-release
action. Pinning this action to specific patch version just creates noise from dependabot. Given that we currently don't pin any other actions to the exact versions, let's unpin this one as well.Closes #487