Update dependency Cerberus to v1.3.5 - autoclosed #10

Closed
renovate-bot wants to merge 1 commit from renovate/cerberus-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
Cerberus patch ==1.3.2 -> ==1.3.5

Release Notes

pyeve/cerberus (Cerberus)

v1.3.5

Compare Source

Released on August 9, 2023.

New


- Support for Python 3.10 & 3.11
- The HTML documentation uses the *furo* theme

Fixed
  • *of rules are skipped for None values (#582_)
  • Validations of mappings would raise an exception when the field's rules were
    provided as reference to a registry item (#599_)

.. _#582: https://github.com/pyeve/cerberus/issues/582
.. _#599: https://github.com/pyeve/cerberus/issues/599

Improved


- Various minor improvements of the documentation

v1.3.4

Compare Source

Released on May 5, 2021.

Fixed


- Reverts the unsatisfying fix for `#557`_,
- instead a ``RuntimeError`` is thrown when Python is running with optimization
  level 2 (`#567`_)

.. _`#567`: https://github.com/pyeve/cerberus/issues/567

v1.3.3

Compare Source

Released on April 11, 2021.

New


- Adds a benchmark to observe overall performance between code changes (`#531`_)
- Adds support for Python 3.9
- The Continuous Integration now runs on GitHub Actions

Fixed
  • Fixed unresolved registry references when getting a constraint for an error
    (#562_)
  • Fixed crash when submitting non-hashable values to allowed (#524_)
  • Fixed schema validation for rules specifications with space (#527_)
  • Replaced deprecated rule name validator with check_with in the docs
    (#527_)
  • Use the UnconcernedValidator when the Python interpreter is executed with
    an optimization flag (#557_)
  • Several fixes and refinements of the docs

.. _#524: https://github.com/pyeve/cerberus/issues/524
.. _#527: https://github.com/pyeve/cerberus/issues/527
.. _#531: https://github.com/pyeve/cerberus/issues/531
.. _#557: https://github.com/pyeve/cerberus/issues/557
.. _#562: https://github.com/pyeve/cerberus/issues/562


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 | Update | Change | |---|---|---| | [Cerberus](https://github.com/pyeve/cerberus) | patch | `==1.3.2` -> `==1.3.5` | --- ### Release Notes <details> <summary>pyeve/cerberus (Cerberus)</summary> ### [`v1.3.5`](https://github.com/pyeve/cerberus/blob/HEAD/CHANGES.rst#Version-135) [Compare Source](https://github.com/pyeve/cerberus/compare/1.3.4...1.3.5) Released on August 9, 2023. New ``` - Support for Python 3.10 & 3.11 - The HTML documentation uses the *furo* theme Fixed ``` - `*of` rules are skipped for `None` values (`#582`\_) - Validations of mappings would raise an exception when the field's rules were provided as reference to a registry item (`#599`\_) .. \_`#582`: https://github.com/pyeve/cerberus/issues/582 .. \_`#599`: https://github.com/pyeve/cerberus/issues/599 Improved ``` - Various minor improvements of the documentation ``` ### [`v1.3.4`](https://github.com/pyeve/cerberus/blob/HEAD/CHANGES.rst#Version-134) [Compare Source](https://github.com/pyeve/cerberus/compare/1.3.3...1.3.4) Released on May 5, 2021. Fixed ``` - Reverts the unsatisfying fix for `#557`_, - instead a ``RuntimeError`` is thrown when Python is running with optimization level 2 (`#567`_) .. _`#567`: https://github.com/pyeve/cerberus/issues/567 ``` ### [`v1.3.3`](https://github.com/pyeve/cerberus/blob/HEAD/CHANGES.rst#Version-133) [Compare Source](https://github.com/pyeve/cerberus/compare/1.3.2...1.3.3) Released on April 11, 2021. New ``` - Adds a benchmark to observe overall performance between code changes (`#531`_) - Adds support for Python 3.9 - The Continuous Integration now runs on GitHub Actions Fixed ``` - Fixed unresolved registry references when getting a constraint for an error (`#562`\_) - Fixed crash when submitting non-hashable values to `allowed` (`#524`\_) - Fixed schema validation for rules specifications with space (`#527`\_) - Replaced deprecated rule name `validator` with `check_with` in the docs (`#527`\_) - Use the UnconcernedValidator when the Python interpreter is executed with an optimization flag (`#557`\_) - Several fixes and refinements of the docs .. \_`#524`: https://github.com/pyeve/cerberus/issues/524 .. \_`#527`: https://github.com/pyeve/cerberus/issues/527 .. \_`#531`: https://github.com/pyeve/cerberus/issues/531 .. \_`#557`: https://github.com/pyeve/cerberus/issues/557 .. \_`#562`: https://github.com/pyeve/cerberus/issues/562 </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. --- - [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC43IiwidXBkYXRlZEluVmVyIjoiMzYuODcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
renovate-bot added 1 commit 2023-09-01 20:17:41 +02:00
renovate-bot changed title from Update dependency Cerberus to v1.3.5 to Update dependency Cerberus to v1.3.5 - autoclosed 2023-09-17 00:17:36 +02:00
renovate-bot closed this pull request 2023-09-17 00:17:36 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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: Netz39_Vorstand/entities_validation_svc#10
No description provided.