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 dependency semver to v3.0.2 #822

Merged
merged 1 commit into from
Oct 19, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
semver (changelog) 3.0.1 -> 3.0.2 age adoption passing confidence

Release Notes

python-semver/python-semver (semver)

v3.0.2

Compare Source

=============

:Released: 2023-10-09
:Maintainer:

Bug Fixes

  • :pr:418: Replace :class:~collection.OrderedDict with :class:dict.

    The dict datatype is ordered since Python 3.7. As we do not support
    Python 3.6 anymore, it can be considered safe to avoid :class:~collection.OrderedDict.
    Related to :gh:419.

  • :pr:426: Fix :meth:~semver.version.Version.replace method to use the derived class
    of an instance instead of :class:~semver.version.Version class.

Improved Documentation

  • :pr:431: Clarify version policy for the different semver versions (v2, v3, >v3)
    and the supported Python versions.

  • :gh:432: Improve external doc links to Python and Pydantic.

Features

  • :pr:417: Amend GitHub Actions to check against MacOS.

Trivial/Internal Changes

  • :pr:420: Introduce :py:class:~typing.ClassVar for some :class:~semver.version.Version
    class variables, mainly :data:~semver.version.Version.NAMES and some private.

  • :pr:421: Insert mypy configuration into :file:pyproject.toml and remove
    config options from :file:tox.ini.



Configuration

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

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

Rebasing: Whenever PR is behind base branch, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@noahnu noahnu merged commit 4cffb8d into main Oct 19, 2023
16 checks passed
@noahnu noahnu deleted the renovate/semver-3.x-lockfile branch October 19, 2023 21:59
@tophat-opensource-bot
Copy link
Contributor

🎉 This PR is included in version 4.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants