Skip to content

chore(deps): update dependency secretstorage to v3.5.0 in poetry-python3.9#3586

Closed
renovate-coop-norge[bot] wants to merge 1 commit intomainfrom
renovate/poetry-python3.9-secretstorage-3.x
Closed

chore(deps): update dependency secretstorage to v3.5.0 in poetry-python3.9#3586
renovate-coop-norge[bot] wants to merge 1 commit intomainfrom
renovate/poetry-python3.9-secretstorage-3.x

Conversation

@renovate-coop-norge
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
SecretStorage ==3.3.3==3.5.0 age confidence

Release Notes

mitya57/secretstorage (SecretStorage)

v3.5.0

Compare Source

===============================

  • Added timeout argument to the unlock() methods of Collection
    and Item [#33_].
  • Removed int_to_bytes() function in favor of the built-in method.

.. _#33: #​33

v3.4.1

Compare Source

===============================

  • Make sure public key length is exactly 128 bytes [#48_].
    This fixes Client public key size is invalid error from KWallet.

.. _#48: #​48

v3.4.0

Compare Source

===============================

  • Handle D-Bus UnknownObject error when no collection is found [#43_].
    Thanks to Renato Alencar for the pull request!
  • Added __repr__ methods to Collection and Item classes [#47_].
  • Moved project metadata to pyproject.toml.
  • Python ≥ 3.10 and setuptools ≥ 77.0 are now required.
  • Various code modernizations.
    Thanks to Hugo van Kemenade and Tomasz Kłoczko for the pull requests!

.. _#43: #​43
.. _#47: #​47


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@renovate-coop-norge renovate-coop-norge Bot added dependencies Pull requests that update a dependency file renovate labels Feb 10, 2026
@renovate-coop-norge renovate-coop-norge Bot enabled auto-merge (squash) February 10, 2026 12:26
@renovate-coop-norge
Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: images/poetry-python3.9/context/requirements.txt
Command failed: pip-compile --allow-unsafe --generate-hashes --output-file=requirements.txt requirements.in
  ERROR: Ignored the following versions that require a different python version: 1.10.0 Requires-Python <4.0,>=3.10; 2.3.0 Requires-Python <4.0,>=3.10; 2.3.1 Requires-Python <4.0,>=3.10; 2.3.2 Requires-Python <4.0,>=3.10; 3.4.0 Requires-Python >=3.10; 3.4.1 Requires-Python >=3.10; 3.5.0 Requires-Python >=3.10
  ERROR: Could not find a version that satisfies the requirement SecretStorage==3.5.0 (from versions: 1.0.0, 1.1.0, 2.0.0, 2.1.0, 2.1.1, 2.1.2, 2.1.3, 2.1.4, 2.2.0, 2.2.1, 2.3.0, 2.3.1, 3.0.1, 3.1.0, 3.1.1, 3.1.2, 3.2.0, 3.3.0, 3.3.1, 3.3.2, 3.3.3)
Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 434, in resolve
    self._add_to_criteria(self.state.criteria, r, parent=None)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 151, in _add_to_criteria
    raise RequirementsConflicted(criterion)
pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('SecretStorage==3.5.0')

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 99, in resolve
    result = self._result = resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 601, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 436, in resolve
    raise ResolutionImpossible(e.criterion.information) from e
pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('SecretStorage==3.5.0'), parent=None)]

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/bin/pip-compile", line 7, in <module>
    sys.exit(cli())
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/click/core.py", line 1161, in __call__
    return self.main(*args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/click/core.py", line 1082, in main
    rv = self.invoke(ctx)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/click/core.py", line 1443, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/click/core.py", line 788, in invoke
    return __callback(*args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/click/decorators.py", line 33, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/piptools/scripts/compile.py", line 481, in cli
    results = resolver.resolve(max_rounds=max_rounds)
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/piptools/resolver.py", line 641, in resolve
    is_resolved = self._do_resolve(
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/piptools/resolver.py", line 676, in _do_resolve
    resolver.resolve(
  File "/opt/containerbase/tools/pip-tools/7.5.2/3.9.25/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 108, in resolve
    raise error from e
pip._internal.exceptions.DistributionNotFound: No matching distribution found for SecretStorage==3.5.0

@renovate-coop-norge renovate-coop-norge Bot force-pushed the renovate/poetry-python3.9-secretstorage-3.x branch from eb30d0e to 7aa1b4b Compare February 10, 2026 12:35
auto-merge was automatically disabled February 10, 2026 12:37

Pull request was closed

@renovate-coop-norge
Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==3.5.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate-coop-norge renovate-coop-norge Bot deleted the renovate/poetry-python3.9-secretstorage-3.x branch February 10, 2026 12:44
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 renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant