From cfe8a566d28e6dafc310d78118d1a3732ba5cdad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Mar 2023 08:52:36 +0000 Subject: [PATCH] Update dependency pydantic to v1.10.6 (#111) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pydantic](https://togithub.com/pydantic/pydantic) | `==1.10.5` -> `==1.10.6` | [![age](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.6/compatibility-slim/1.10.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.6/confidence-slim/1.10.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pydantic/pydantic ### [`v1.10.6`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.6): 2023-03-02 [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.5...v1.10.6) ##### What's Changed - Implement logic to support creating validators from non standard callables by using defaults to identify them and unwrapping `functools.partial` and `functools.partialmethod` when checking the signature, [#​5126](https://togithub.com/pydantic/pydantic/issues/5126) by [@​JensHeinrich](https://togithub.com/JensHeinrich) - Fix mypy plugin for v1.1.1, and fix `dataclass_transform` decorator for pydantic dataclasses, [#​5111](https://togithub.com/pydantic/pydantic/issues/5111) by [@​cdce8p](https://togithub.com/cdce8p) - Raise `ValidationError`, not `ConfigError`, when a discriminator value is unhashable, [#​4773](https://togithub.com/pydantic/pydantic/issues/4773) by [@​kurtmckee](https://togithub.com/kurtmckee) ##### New Contributors - [@​mrmammadov](https://togithub.com/mrmammadov) made their first contribution in [https://github.com/pydantic/pydantic/pull/5074](https://togithub.com/pydantic/pydantic/pull/5074) - [@​JensHeinrich](https://togithub.com/JensHeinrich) made their first contribution in [https://github.com/pydantic/pydantic/pull/5127](https://togithub.com/pydantic/pydantic/pull/5127) - [@​kurtmckee](https://togithub.com/kurtmckee) made their first contribution in [https://github.com/pydantic/pydantic/pull/5132](https://togithub.com/pydantic/pydantic/pull/5132) **Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.5...v1.10.6
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/allenporter/flux-local). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a42566cf..de119d7e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ networkx==3.0 pdoc==13.0.0 pip==23.0.1 pre-commit==3.1.1 -pydantic==1.10.5 +pydantic==1.10.6 pytest==7.2.1 pytest-asyncio==0.20.3 pytest-cov==4.0.0