Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update python dev-dependencies #337

Merged
merged 1 commit into from
Dec 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bump-my-version >=0.28.3 -> >=0.29.0 age adoption passing confidence
inline-snapshot (changelog) >=0.17.1 -> >=0.18.1 age adoption passing confidence
respx (source, changelog) >=0.21.1 -> >=0.22.0 age adoption passing confidence

Release Notes

callowayproject/bump-my-version (bump-my-version)

v0.29.0

Compare Source

Compare the full difference.

New
  • Add support for specifying current version in do_show. 878197f

    This update introduces a --current-version option to the show command and passes it into the do_show function. If provided, the current_version is added to the configuration, allowing more control over version display or manipulation.

Updates
  • Update README to clarify pre_n handling with distance_to_latest_tag. c027879

    Revised the parse expression to exclude pre_n and updated serialize examples to use distance_to_latest_tag instead. Fixes #​272

15r10nk/inline-snapshot (inline-snapshot)

v0.18.1

Compare Source

Fixed

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

v0.18.0

Compare Source

Added

  • Support for a new storage-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.

    class M(BaseModel):
        name: str
    
    def test_pydantic():
        m = M(name="Tom")
        assert m == snapshot(M(name="Tom"))
        assert m.dict() == snapshot({"name": "Tom"})
  • Find pyproject.toml file in parent directories, not just next to the Pytest configuration file.

lundberg/respx (respx)

v0.22.0

Compare Source

Fixed
Removed
  • Drop support for Python 3.7, to align with HTTPX 0.25.0 (#​280)
CI

Configuration

📅 Schedule: Branch creation - "* 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Dec 23, 2024
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.57%. Comparing base (056a8a1) to head (08f7d39).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #337   +/-   ##
=======================================
  Coverage   93.57%   93.57%           
=======================================
  Files          41       41           
  Lines        2258     2258           
=======================================
  Hits         2113     2113           
  Misses        145      145           

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

@he0119 he0119 enabled auto-merge (squash) December 24, 2024 04:08
@he0119 he0119 force-pushed the renovate/python-dev-dependencies branch from 5e2cb2b to cfa6097 Compare December 25, 2024 12:28
@renovate renovate bot force-pushed the renovate/python-dev-dependencies branch from cfa6097 to 08f7d39 Compare December 25, 2024 12:28
@he0119 he0119 merged commit c0be7ad into main Dec 25, 2024
7 checks passed
@he0119 he0119 deleted the renovate/python-dev-dependencies branch December 25, 2024 12:30
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.

1 participant