Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update keyring requirement from <24,>=20 to >=20,<25 #36

Merged
merged 1 commit into from
Jul 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2023

Updates the requirements on keyring to permit the latest version.

Changelog

Sourced from keyring's changelog.

v24.2.0

Features

  • Require Python 3.8 or later.

v24.1.1

Bugfixes

  • Restore support for reading from a config file (with regression test). (#638)

v24.1.0

Bugfixes

  • Avoid logging warning when no config file is present. (#635)
  • Include all operations in the error message if no operation was supplied. (#636)

Improved Documentation

  • Correct name of macOS backend in README. (#637)

v24.0.1

Misc

v24.0.0

  • #633: Added diagnose command with basic support.
  • #487: Removed keyring.backends.OS_X module.
  • #593: Removed keyring.util.properties module.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2023
@amotl
Copy link
Member

amotl commented Jul 1, 2023

@dependabot rebase

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@v20.0.0...v24.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/keyring-gte-20-and-lt-25 branch from 33ab8b9 to 107d84d Compare July 1, 2023 08:52
@codecov
Copy link

codecov bot commented Jul 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (1553b55) 89.93% compared to head (107d84d) 89.93%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #36   +/-   ##
=======================================
  Coverage   89.93%   89.93%           
=======================================
  Files          10       10           
  Lines         815      815           
=======================================
  Hits          733      733           
  Misses         82       82           
Flag Coverage Δ
unittests 89.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@amotl amotl merged commit a4b5fdb into main Jul 1, 2023
@amotl amotl deleted the dependabot/pip/keyring-gte-20-and-lt-25 branch July 1, 2023 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant