Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
Bump keyring from 24.3.1 to 25.1.0
Browse files Browse the repository at this point in the history
Bumps [keyring](https://github.com/jaraco/keyring) from 24.3.1 to 25.1.0.
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v24.3.1...v25.1.0)

---
updated-dependencies:
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 624a4ef commit 2dbd6e9
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 8 deletions.
67 changes: 60 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ httpx = ">=0.24.1,<0.28.0"
click = "^8.1.7"
aiofiles = "^23.2.1"
yarl = "^1.9.2"
keyring = {extras = ["completion"], version = "^24.2.0"}
keyring = {extras = ["completion"], version = ">=24.2,<26.0"}
cryptography = ">=41.0.3,<43.0.0"
setuptools = ">=68.2.2,<70.0.0"

Expand Down

0 comments on commit 2dbd6e9

Please sign in to comment.