Skip to content

chore(deps): update dependency detect-secrets to v1.5.0

renovate requested to merge renovate/detect-secrets-1.x-lockfile into main

This MR contains the following updates:

Package Type Update Change
detect-secrets dependencies minor 1.4.0 -> 1.5.0

Release Notes

Yelp/detect-secrets (detect-secrets)

v1.5.0

Compare Source

May 6th, 2024

We apologise for the extreme delay in publishing a new release for our beloved detect-secrets. We at Yelp appreciate your continued support and your contributions to this valuable project!

📰 News
  • We're adding support for Python 3.10, 3.11 and 3.12 and we dropped support for Python 3.6 and 3.7! We hope this won't be too disruptive for you all. Be aware that in a next release, we'll remove support for Python 3.8 too, as it'll reach EOL in October 2024.
📣 Release Highlights
  • Added support for OS-agnostic baseline files (#​586)
🎉 New Features
  • Added a detector for IP addresses (#​692)
  • Added a detector for GitLab tokens (#​782)
  • Added a detector for Telegram tokens (#​808)
  • Added a detector for Pypi and TestPypi tokens (#​819)
  • Added a detector for OpenAI tokens (#​823)
Usability
  • Added filenames in errors thrown when a plugin file specified in the .secrets.baseline is not found. (#​719)
  • Changed the wording of the audit prompt (#​738)
🔭 Accuracy
  • Improved DiscordBotTokenDetector to reduce false negatives (#​628)
  • Improved KeywordDetector to reduce false positive for Golang (#​675)
  • Improved AWSKeyDetector by adding more access key formats (#​796)
🐛 Bugfixes
  • Fixed NotImplementedError in StatisticsAggregator (#​678)
  • Fixed bug in YAMLTransformer related to parsing YAML files with achors and tags (#​679)
  • Fixed IndexError in is_prefixed_with_dollar_sign caused by passing empty strings (#​712)
🐍 Miscellaneous
  • Dropped support for Python 3.6 (#​672)
  • Dropped support for Python 3.7 (#​724)
  • Added support for Python 3.10 (#​724)
  • Added support for Python 3.11 (#​730)
  • Added support for Python 3.12 (#​810)
  • Multiple dependency updates

Configuration

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

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

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

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


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

This MR has been generated by Renovate Bot.

Merge request reports