Skip to content

Commit 2d15bd1

Browse files
chore(deps): update keyring requirement from >=25.6.0 to >=25.7.0 (#310)
Updates the requirements on [keyring](https://github.com/jaraco/keyring) to permit the latest version. - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](jaraco/keyring@v25.6.0...v25.7.0) --- updated-dependencies: - dependency-name: keyring dependency-version: 25.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2da012 commit 2d15bd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"catfood~=1.0.9",
1111
"colorama>=0.4.6",
1212
"jsonschema==4.26.0",
13-
"keyring>=25.6.0",
13+
"keyring>=25.7.0",
1414
"pygments>=2.19.1",
1515
"PyYAML==6.0.3",
1616
"requests>=2.33.1",

0 commit comments

Comments
 (0)