Bump keyring from 21.8.0 to 22.0.1

Bumps [keyring](https://github.com/jaraco/keyring) from 21.8.0 to 22.0.1.
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/CHANGES.rst)
- [Commits](https://github.com/jaraco/keyring/compare/v21.8.0...v22.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-01-28 13:58:18 +00:00 committed by Suhas
parent 54a5a68da9
commit 3731ccbb43
2 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@ def run_command(context, args):
@then("the runtime config should have {key_as_dots} set to {override_value}")
def config_override(context, key_as_dots: str, override_value: str):
key_as_vec = key_as_dots.split(".")
def _mock_callback(**args):
print("callback executed")