fix(deps): update dependency semver to v3.0.2 #22

Closed
Ghost wants to merge 1 commits from renovate/semver-3.x-lockfile into master
First-time contributor

This PR contains the following updates:

Package Type Update Change
semver (changelog) dependencies patch 3.0.1 -> 3.0.2

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 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [semver](https://github.com/python-semver/python-semver) ([changelog](https://python-semver.readthedocs.io/en/latest/changelog.html)) | dependencies | patch | `3.0.1` -> `3.0.2` | --- ### Release Notes <details> <summary>python-semver/python-semver (semver)</summary> ### [`v3.0.2`](https://github.com/python-semver/python-semver/blob/HEAD/CHANGELOG.rst#Version-302) [Compare Source](https://github.com/python-semver/python-semver/compare/3.0.1...3.0.2) \============= :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`. *** </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzcuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Ghost added 1 commit 2023-10-10 02:30:53 +02:00
jpk closed this pull request 2024-01-10 11:45:26 +01:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/doxy#22
No description provided.