Hanra-s-work / point_one_robot_car

This is the repository that was chosen to be used for an autonomous car project.
MIT License
0 stars 0 forks source link

Update dependency SecretStorage to v3 #176

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
SecretStorage ==2.3.1 -> ==3.3.3 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

mitya57/secretstorage (SecretStorage) ### [`v3.3.3`](https://togithub.com/mitya57/secretstorage/blob/HEAD/changelog#SecretStorage-333-2022-08-13) [Compare Source](https://togithub.com/mitya57/secretstorage/compare/3.3.2...3.3.3) \=============================== - Handle case when CreateItem method returns a prompt \[`#39`\_]. - Reformatted code in accordance with :PEP:`8` standard. .. \_`#39`: [https://github.com/mitya57/secretstorage/issues/39](https://togithub.com/mitya57/secretstorage/issues/39) ### [`v3.3.2`](https://togithub.com/mitya57/secretstorage/blob/HEAD/changelog#SecretStorage-332-2022-04-19) [Compare Source](https://togithub.com/mitya57/secretstorage/compare/3.3.1...3.3.2) \=============================== - Fixed a deprecation warning with jeepney 0.8. Thanks to Sam McKelvie for the pull request! ### [`v3.3.1`](https://togithub.com/mitya57/secretstorage/blob/HEAD/changelog#SecretStorage-331-2021-02-09) [Compare Source](https://togithub.com/mitya57/secretstorage/compare/3.3.0...3.3.1) \=============================== - Fixed a deprecation warning from cryptography module. Thanks to Jante Jomppanen for the pull request! - Added a :PEP:`561` `py.typed` file to declare typing support. ### [`v3.3.0`](https://togithub.com/mitya57/secretstorage/blob/HEAD/changelog#SecretStorage-330-2020-11-24) [Compare Source](https://togithub.com/mitya57/secretstorage/compare/3.2.0...3.3.0) \=============================== - Use new-style Jeepney blocking I/O API. Thanks Thomas Kluyver for the pull request! - Python ≥ 3.6 and Jeepney ≥ 0.6 are now required. ### [`v3.2.0`](https://togithub.com/mitya57/secretstorage/blob/HEAD/changelog#SecretStorage-320-2020-11-07) [Compare Source](https://togithub.com/mitya57/secretstorage/compare/3.1.2...3.2.0) \=============================== - Added helper function `check_service_availability` for checking if the Secret Service daemon is available without using it. ### [`v3.1.2`](https://togithub.com/mitya57/secretstorage/blob/HEAD/changelog#SecretStorage-312-2020-01-08) [Compare Source](https://togithub.com/mitya57/secretstorage/compare/3.1.1...3.1.2) \=============================== - Updated the docs to describe how to close the D-Bus connection after use. - For secrets of wrong type, a TypeError is now raised \[`#20`\_]. .. \_`#20`: [https://github.com/mitya57/secretstorage/issues/20](https://togithub.com/mitya57/secretstorage/issues/20) ### [`v3.1.1`](https://togithub.com/mitya57/secretstorage/blob/HEAD/changelog#SecretStorage-311-2019-01-24) [Compare Source](https://togithub.com/mitya57/secretstorage/compare/3.1.0...3.1.1) \=============================== - Fixes TypeError with cryptography 2.5. Thanks Zach Hoffman for the pull request! ### [`v3.1.0`](https://togithub.com/mitya57/secretstorage/blob/HEAD/changelog#SecretStorage-310-2018-09-02) [Compare Source](https://togithub.com/mitya57/secretstorage/compare/3.0.1...3.1.0) \=============================== - The `dbus_init` function no longer accepts any arguments. - The `dbus_init` function now converts `ConnectionError` and `ValueError` to `SecretServiceNotAvailableException`. - New exception class: `PromptDismissedException`. - Switched to declarative setup configuration. Build now requires setuptools 30.3 or newer. - Added support for prompts when deleting collections and items. - Added type annotations to all methods. ### [`v3.0.1`](https://togithub.com/mitya57/secretstorage/blob/HEAD/changelog#SecretStorage-301-2018-04-24) [Compare Source](https://togithub.com/mitya57/secretstorage/compare/2.3.1...3.0.1) \=============================== - When `DBUS_SESSION_BUS_ADDRESS` environment variable is unset, and Jeepney raises a `KeyError` because of that, SecretStorage now intercepts that error and re-raises it as `SecretServiceNotAvailableException`. - Uploaded to PyPI with fixed meta-data.

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR has been generated by Mend Renovate. View repository job log here.