Skip to content

Commit

Permalink
Update keyring requirement from !=16.1.0,<24.0.0 to !=16.1.0,<25.0.0 (#…
Browse files Browse the repository at this point in the history
…1608)

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/CHANGES.rst)
- [Commits](jaraco/keyring@0.2...v24.0.0)

---
updated-dependencies:
- dependency-name: keyring
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 28, 2023
1 parent f8be62d commit d57f29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ pandas =
pandas>=1.0.0,<2.1.0
pyarrow>=10.0.1,<10.1.0
secure-local-storage =
keyring!=16.1.0,<24.0.0
keyring!=16.1.0,<25.0.0

0 comments on commit d57f29a

Please sign in to comment.