Skip to content

Commit

Permalink
Merge pull request #23 from ikalnytskyi/chore/relax-keyring
Browse files Browse the repository at this point in the history
Open upper interval of 'keyring' dependency
  • Loading branch information
ikalnytskyi authored May 5, 2024
2 parents b6c6970 + 8f2a415 commit 4391335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "httpie-credential-store"
version = "3.0.0"
version = "3.1.0"
description = "HTTPie: one auth to rule them all!"
authors = ["Ihor Kalnytskyi <[email protected]>"]
license = "MIT"
Expand All @@ -12,7 +12,7 @@ keywords = ["httpie", "credential", "store", "keychain", "plugin", "auth"]
[tool.poetry.dependencies]
python = "^3.8"
httpie = "^3.1"
keyring = "^23.5"
keyring = ">= 23.5"

[tool.poetry.dev-dependencies]
pytest = "^7.1"
Expand Down

0 comments on commit 4391335

Please sign in to comment.