Skip to content

chore(deps): update dependency inline-snapshot to >=0.32.1#466

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/inline-snapshot-0.x
Open

chore(deps): update dependency inline-snapshot to >=0.32.1#466
renovate[bot] wants to merge 1 commit intomainfrom
renovate/inline-snapshot-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Change Age Confidence
inline-snapshot (changelog) >=0.31.1>=0.32.1 age confidence

Release Notes

15r10nk/inline-snapshot (inline-snapshot)

v0.32.1

Compare Source

Fixed

  • Fixed handling of datetime and time objects with timezone information. The tzinfo parameter is now properly included in snapshots, and timezone.utc is represented with the correct import (from datetime import timezone).

  • Fixed customize hook registration to properly check if objects are functions before inspecting the inline_snapshot_impl attribute, preventing potential attribute errors when scanning conftest modules.

v0.32.0

Compare Source

Removed

  • removed support for python 3.8 because it is end-of-life

Added

  • pathlib.Path/PurePath values are now never stored as Posix/WindowsPath or their Pure variants, which improves the writing of platform independent tests.

  • Support for import statement generation for all types and user-customized code.

  • Added a new way to customize snapshot creation with @customize.

  • Added a plugin system which allows you to reuse customizations across multiple projects.

  • Added support for conditional external storage to automatically store values in external files based on custom criteria (e.g., string length, data size).

  • Added built-in handlers for datetime.datetime, date, time, and timedelta that generate clean snapshots with proper imports.

  • Generates __file__ instead of the filename string of the current source file.

  • Uses dirty-equals IsNow() instead of the current datetime when the time value equals the current time.

Deprecated

  • Deprecated @customize_repr which can be replaced with @customize.

Fixed

  • raises catches BaseException instead of Exception. This ensures that SystemExit and KeyboardInterrupt are also caught.

  • pytest --color flag is now respected


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.


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

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 16, 2026
@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.03%. Comparing base (d1a2ebe) to head (1d20a7c).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #466      +/-   ##
==========================================
- Coverage   96.07%   96.03%   -0.05%     
==========================================
  Files          40       40              
  Lines        2320     2320              
==========================================
- Hits         2229     2228       -1     
- Misses         91       92       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/inline-snapshot-0.x branch from 59f0aff to 1d20a7c Compare February 17, 2026 14:34
@renovate renovate bot changed the title chore(deps): update dependency inline-snapshot to >=0.32.0 chore(deps): update dependency inline-snapshot to >=0.32.1 Feb 17, 2026
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.

0 participants