Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2025

Bumps regipy[full] from 5.2.0 to 6.2.0.

Release notes

Sourced from regipy[full]'s releases.

6.2.0: New Plugins

What's Changed

Full Changelog: mkorman90/regipy@6.1.0...6.2.0

6.1.0

What's Changed

Full Changelog: mkorman90/regipy@6.0.1...6.1.0

6.0.1: Added SBOM

What's Changed

Full Changelog: mkorman90/regipy@6.0.0...6.0.1

6.0.0: Code Modernization

This release modernizes regipy's codebase for Python 3.9+ with improved tooling, packaging, and maintainability.

⚠️ Breaking Changes

  • Python 3.9+ required - Dropped support for Python 3.6, 3.7, and 3.8
  • attrs library removed - Internal data classes now use Python's built-in dataclasses module
    • If your code uses attr.asdict() on regipy objects, switch to dataclasses.asdict()
    • Affected classes: Cell, VKRecord, LIRecord, Value, Subkey

What's New

Modern Packaging

  • Migrated from setup.py to pyproject.toml (PEP 517/518/621)
  • Cleaner dependency management with optional extras: [cli], [full], [dev]

Improved Code Quality

  • Added ruff for linting and formatting
  • Added mypy for type checking
  • Added pre-commit hooks for consistent code style
  • Converted all string formatting to f-strings

CI/CD Improvements

  • Consolidated GitHub Actions workflows
  • Added automated PyPI publishing on release
  • Test matrix covers Python 3.9, 3.10, 3.11, 3.12, 3.13
  • Added plugin validation documentation as CI artifact

... (truncated)

Changelog

Sourced from regipy[full]'s changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[6.1.0] - 2025-12-27

Added

  • 22 new plugins covering additional forensic artifacts:

    • NTUSER plugins: recentdocs, comdlg32, runmru, muicache, appkeys, sysinternals, putty
    • SOFTWARE plugins: app_paths, appinit_dlls, appcert_dlls, appcompat_flags, windows_defender, powershell_logging, execution_policy, networklist
    • SYSTEM plugins: usb_devices, mounted_devices, shares, pagefile, lsa_packages, pending_file_rename
    • SAM plugins: samparse - Parses user accounts with login times, password info, account flags
  • Plugin validation system - Plugins are now tracked for validation status

    • Validation status stored in validated_plugins.json, generated by the test framework and shipped with the package
    • is_plugin_validated() function to check validation status
    • Unvalidated plugins log a warning when executed
  • --include-unvalidated CLI flag for regipy-plugins-run command

    • By default, only validated plugins are executed
    • Use this flag to include plugins that don't have validation test cases
  • include_unvalidated parameter for run_relevant_plugins() function

    • Default: False (only validated plugins run)
    • Set to True to include unvalidated plugins

Changed

  • Default plugin behavior: Only validated plugins run by default. This is a safer default as unvalidated plugins may return incomplete or inaccurate data.
  • Updated README with comprehensive plugin list organized by hive type
  • Updated plugin validation documentation

[6.0.0] - 2025-12-25

Breaking Changes

  • Minimum Python version raised to 3.9 - Dropped support for Python 3.6, 3.7, and 3.8
  • Removed attrs dependency - All data classes (Cell, VKRecord, LIRecord, Value, Subkey) now use Python's built-in dataclasses module instead of attrs
    • If you used attr.asdict() on these classes, switch to dataclasses.asdict()
    • If you used attr.fields() or other attrs introspection, switch to dataclasses.fields()
  • Removed setup.py - Package now uses pyproject.toml exclusively (PEP 517/518)

Added

  • pyproject.toml with full PEP 621 metadata
  • py.typed marker for PEP 561 type checking support

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [regipy[full]](https://github.com/mkorman90/regipy) from 5.2.0 to 6.2.0.
- [Release notes](https://github.com/mkorman90/regipy/releases)
- [Changelog](https://github.com/mkorman90/regipy/blob/master/CHANGELOG.md)
- [Commits](mkorman90/regipy@5.2.0...6.2.0)

---
updated-dependencies:
- dependency-name: regipy[full]
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 23, 2026

Superseded by #1523.

@dependabot dependabot bot closed this Jan 23, 2026
@dependabot dependabot bot deleted the dependabot/pip/new/regipy-full--6.2.0 branch January 23, 2026 11:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants