ctalkington / python-ipp

Asynchronous Python client for Internet Printing Protocol (IPP)
MIT License
36 stars 20 forks source link

Update dependency safety to v3.2.8 #601

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
safety 3.2.0 -> 3.2.8 age adoption passing confidence

Release Notes

pyupio/safety (safety) ### [`v3.2.8`](https://redirect.github.com/pyupio/safety/blob/HEAD/CHANGELOG.md#328---2024-09-27) [Compare Source](https://redirect.github.com/pyupio/safety/compare/3.2.7...3.2.8) - feat: enhance version comparison logic for check-updates command ([#​605](https://redirect.github.com/pyupio/safety/issues/605)) - docs: add demo Jupyter Notebook ([#​601](https://redirect.github.com/pyupio/safety/issues/601)) - feat: add script to generate CONTRIBUTORS.md with Shields.io badges based on merged PRs ([#​600](https://redirect.github.com/pyupio/safety/issues/600)) - chore: fix CLI help text by removing rich formatting for cleaner output ([#​599](https://redirect.github.com/pyupio/safety/issues/599)) - chore: hide system scan from help text ([#​598](https://redirect.github.com/pyupio/safety/issues/598)) - chore: add LICENSES.md file to document dependency licenses ([#​597](https://redirect.github.com/pyupio/safety/issues/597)) - docs: add SECURITY.md file with security policy and bug bounty details ([#​593](https://redirect.github.com/pyupio/safety/issues/593)) ### [`v3.2.7`](https://redirect.github.com/pyupio/safety/blob/HEAD/CHANGELOG.md#327---2024-08-29) [Compare Source](https://redirect.github.com/pyupio/safety/compare/3.2.6...3.2.7) - fix/increase-auth-timeout: increase timeout to 5s ([#​583](https://redirect.github.com/pyupio/safety/issues/583)) - Update Issue Templates: Add Feature Request Template and Improve Issue Submission Process ([#​580](https://redirect.github.com/pyupio/safety/issues/580)) ### [`v3.2.6`](https://redirect.github.com/pyupio/safety/blob/HEAD/CHANGELOG.md#326---2024-08-21) [Compare Source](https://redirect.github.com/pyupio/safety/compare/3.2.5...3.2.6) - fix/update-schemas-0-0-4 ([#​581](https://redirect.github.com/pyupio/safety/issues/581)) - chore/update-coc-email ([#​579](https://redirect.github.com/pyupio/safety/issues/579)) - docs(contributing): add CONTRIBUTING.md with guidelines for contributors ([#​571](https://redirect.github.com/pyupio/safety/issues/571)) - chore: update-network-url ([#​569](https://redirect.github.com/pyupio/safety/issues/569)) ### [`v3.2.5`](https://redirect.github.com/pyupio/safety/blob/HEAD/CHANGELOG.md#325---2024-08-09) [Compare Source](https://redirect.github.com/pyupio/safety/compare/3.2.4...3.2.5) - fix: increment schemas version ([#​567](https://redirect.github.com/pyupio/safety/issues/567)) - Add SLA Document ([#​565](https://redirect.github.com/pyupio/safety/issues/565)) - Add Table of Contents to README.md ([#​564](https://redirect.github.com/pyupio/safety/issues/564)) - docs: code of conduct ([#​559](https://redirect.github.com/pyupio/safety/issues/559)) - Add More Badges ([#​558](https://redirect.github.com/pyupio/safety/issues/558)) - feat: fixed issue responder ([#​561](https://redirect.github.com/pyupio/safety/issues/561)) - feat(logger): config.ini, proxy, network stats ([#​547](https://redirect.github.com/pyupio/safety/issues/547)) - refactor: replace private typer functions with rich module equivalents ([#​556](https://redirect.github.com/pyupio/safety/issues/556)) - feat(safety_cli): docstrings, type hints, comments ([#​549](https://redirect.github.com/pyupio/safety/issues/549)) - feat: add GitHub Action to automatically respond to new issues ([#​554](https://redirect.github.com/pyupio/safety/issues/554)) - readme: add download badge to readme ([#​557](https://redirect.github.com/pyupio/safety/issues/557)) - fix(debug): fix --debug flag and associated tests ([#​552](https://redirect.github.com/pyupio/safety/issues/552)) - chore: release 3.2.4 ([#​545](https://redirect.github.com/pyupio/safety/issues/545)) - fix(cache): handle get_from_cache=None and ensure directory exists ([#​544](https://redirect.github.com/pyupio/safety/issues/544)) - REQUEST_TIMEOUT Env Var ([#​541](https://redirect.github.com/pyupio/safety/issues/541)) - Update URLs, Lint ([#​540](https://redirect.github.com/pyupio/safety/issues/540)) ### [`v3.2.4`](https://redirect.github.com/pyupio/safety/blob/HEAD/CHANGELOG.md#324---2024-07-04) [Compare Source](https://redirect.github.com/pyupio/safety/compare/3.2.3...3.2.4) - Handle `get_from_cache=None` and ensure directory exists ([#​538](https://redirect.github.com/pyupio/safety/issues/538)) - Switch filelock package to compatible release clause ([#​538](https://redirect.github.com/pyupio/safety/issues/538)) - Add filelock to `install_requires` ([#​538](https://redirect.github.com/pyupio/safety/issues/538)) ### [`v3.2.3`](https://redirect.github.com/pyupio/safety/blob/HEAD/CHANGELOG.md#323---2024-06-10) [Compare Source](https://redirect.github.com/pyupio/safety/compare/3.2.2...3.2.3) - Increase request timeout to 30 seconds ([#​535](https://redirect.github.com/pyupio/safety/issues/535)) - fix: fail on none severities ([#​534](https://redirect.github.com/pyupio/safety/issues/534)) ### [`v3.2.2`](https://redirect.github.com/pyupio/safety/blob/HEAD/CHANGELOG.md#322---2024-06-07) [Compare Source](https://redirect.github.com/pyupio/safety/compare/3.2.1...3.2.2) - fix: include scan template in build ([#​531](https://redirect.github.com/pyupio/safety/issues/531)) ### [`v3.2.1`](https://redirect.github.com/pyupio/safety/blob/HEAD/CHANGELOG.md#321---2024-06-04) [Compare Source](https://redirect.github.com/pyupio/safety/compare/3.2.0...3.2.1) - fix: include all templates in the manifest ([#​529](https://redirect.github.com/pyupio/safety/issues/529)) - fix: use available email verification claims ([#​528](https://redirect.github.com/pyupio/safety/issues/528))

Configuration

📅 Schedule: Branch creation - "before 4am" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.59%. Comparing base (0c017c9) to head (3114749). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #601 +/- ## ======================================= Coverage 94.59% 94.59% ======================================= Files 9 9 Lines 870 870 Branches 121 121 ======================================= Hits 823 823 Misses 20 20 Partials 27 27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.