Skip to content

Commit b17326a

Browse files
[PIP] Update secretstorage requirement from <3.4,>=3.3.3 to >=3.3.3,<3.6
Updates the requirements on [secretstorage](https://github.com/mitya57/secretstorage) to permit the latest version. - [Changelog](https://github.com/mitya57/secretstorage/blob/master/changelog) - [Commits](mitya57/secretstorage@3.3.3...3.5.0) --- updated-dependencies: - dependency-name: secretstorage dependency-version: 3.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6dab9a3 commit b17326a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535
[project.optional-dependencies]
3636
pygments = ["pygments>=2.17.2,<2.20"]
3737
shell = ["click-shell>=2.1,<3.0"]
38-
password-manager = ["SecretStorage>=3.3.3,<3.4"]
38+
password-manager = ["SecretStorage>=3.3.3,<3.6"]
3939

4040
[project.urls]
4141
documentation = "https://pulpproject.org/pulp-cli/"

0 commit comments

Comments
 (0)