gwforg / gwf

A flexible, pragmatic workflow tool.
https://gwf.app/
GNU General Public License v3.0
31 stars 12 forks source link

Update keyring to 21.7.0 #351

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates keyring from 21.5.0 to 21.7.0.

Changelog ### 21.7.0 ``` ------- * 437: Package now declares typing support. ``` ### 21.6.0 ``` ------- * 403: Keyring no longer eagerly initializes the backend on import, but instead defers the backend initialization until a keyring is accessed. Any callers reliant on this early intialization behavior may need to call ``keyring.core.init_backend()`` to explicitly initialize the detected backend. ```
Links - PyPI: https://pypi.org/project/keyring - Changelog: https://pyup.io/changelogs/keyring/ - Repo: https://github.com/jaraco/keyring
pyup-bot commented 3 years ago

Closing this in favor of #362