Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

⬆ Bump inline-snapshot from 0.14.0 to 0.18.1#13132

Merged
alejsdev merged 1 commit intomasterfrom
dependabot/pip/inline-snapshot-0.18.1
Jan 1, 2025
Merged

⬆ Bump inline-snapshot from 0.14.0 to 0.18.1#13132
alejsdev merged 1 commit intomasterfrom
dependabot/pip/inline-snapshot-0.18.1

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJan 1, 2025

Bumpsinline-snapshot from 0.14.0 to 0.18.1.

Release notes

Sourced frominline-snapshot's releases.

0.18.1

Fixed

  • uv is now only used during test time if you run the inline-snapshot tests withpytest --use-uvThis solves a problem if you want to package inline-snapshot in distributions (#165)

0.18.0

Added

  • Support for a newstorage-dir configuration option, to tell inline-snapshot where to store data files such as external snapshots.

Fixed

  • pydantic v1 is supported again. pydantic v1 & v2 create now the same snapshots. You can use.dict() to get the same snapshots like in inline-snapshot-0.15.0 for pydantic v1.

    classM(BaseModel):name:strdeftest_pydantic():m=M(name="Tom")assertm==snapshot(M(name="Tom"))assertm.dict()==snapshot({"name":"Tom"})

  • Findpyproject.toml file in parent directories, not just next to the Pytest configuration file.

0.17.1

Fixed

  • Code generation for sets is now deterministic.
    deftest():assert {1j,2j,1,2,3}==snapshot({1,1j,2,2j,3})

0.17.0

Added

  • attrs can now contain unmanaged values

    importdatetimeasdtimportuuidimportattrsfromdirty_equalsimportIsDatetimefrominline_snapshotimportIs,snapshot@​attrs.defineclassAttrs:

... (truncated)

Changelog

Sourced frominline-snapshot's changelog.

0.18.1 — 2024-12-22

Fixed

  • uv is now only used during test time if you run the inline-snapshot tests withpytest --use-uvThis solves a problem if you want to package inline-snapshot in distributions (#165)

0.18.0 — 2024-12-21

Added

  • Support for a newstorage-dir configuration option, to tell inline-snapshot where to store data files such as external snapshots.

Fixed

  • pydantic v1 is supported again. pydantic v1 & v2 create now the same snapshots. You can use.dict() to get the same snapshots like in inline-snapshot-0.15.0 for pydantic v1.

    classM(BaseModel):name:strdeftest_pydantic():m=M(name="Tom")assertm==snapshot(M(name="Tom"))assertm.dict()==snapshot({"name":"Tom"})

  • Findpyproject.toml file in parent directories, not just next to the Pytest configuration file.

0.17.1 — 2024-12-17

Fixed

  • Code generation for sets is now deterministic.
    deftest():assert {1j,2j,1,2,3}==snapshot({1,1j,2,2j,3})

0.17.0 — 2024-12-14

Added

  • attrs can now contain unmanaged values

... (truncated)

Commits
  • c8a26c2 bump: version 0.18.0 → 0.18.1
  • f6679e6 Merge pull request#166 from 15r10nk/fix_test_dependencies
  • 29add7a fix: added--use-uv option to install dependencies during test-time
  • bbbe50e bump: version 0.17.1 → 0.18.0
  • df78b7f fix: Find pyproject.toml in upper directories (#160)
  • b4e3b81 Merge pull request#163 from 15r10nk/pydantic_v1
  • 8a3bdd3 feat: pydantic v1 support
  • a88e0d5 feat: Addstorage-dir configuration option (#162)
  • 4a202ff Merge pull request#157 from 15r10nk/update_actions
  • 5d6e697 ci: fix github release step
  • Additional commits viewable incompare view

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 [inline-snapshot](https://github.com/15r10nk/inline-snapshot) from 0.14.0 to 0.18.1.- [Release notes](https://github.com/15r10nk/inline-snapshot/releases)- [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md)- [Commits](15r10nk/inline-snapshot@v0.14.0...0.18.1)---updated-dependencies:- dependency-name: inline-snapshot  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update Python code labelsJan 1, 2025
@alejsdevalejsdev merged commit55ba322 intomasterJan 1, 2025
31 checks passed
@alejsdevalejsdev deleted the dependabot/pip/inline-snapshot-0.18.1 branchJanuary 1, 2025 17:19
s-rigaud pushed a commit to s-rigaud/fastapi that referenced this pull requestJan 23, 2025
Bumps [inline-snapshot](https://github.com/15r10nk/inline-snapshot) from 0.14.0 to 0.18.1.- [Release notes](https://github.com/15r10nk/inline-snapshot/releases)- [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md)- [Commits](15r10nk/inline-snapshot@v0.14.0...0.18.1)---updated-dependencies:- dependency-name: inline-snapshot  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependenciesPull requests that update a dependency fileinternalpythonPull requests that update Python code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@alejsdev

Comments


[8]ページ先頭

©2009-2026 Movatter.jp