From 5186020fb2aea533c8c0c1de9d4ac5eebde3ae13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 18:08:31 +0000 Subject: [PATCH] Update dependency pydantic to v2.5.1 (#384) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate logo banner](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) ([changelog](https://docs.pydantic.dev/latest/changelog/)) | `==2.5.0` -> `==2.5.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.5.0/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.5.0/2.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pydantic/pydantic (pydantic) ### [`v2.5.1`](https://togithub.com/pydantic/pydantic/releases/tag/v2.5.1): 2023-11-15 [Compare Source](https://togithub.com/pydantic/pydantic/compare/v2.5.0...v2.5.1) #### v2.5.1 (2023-11-15) [GitHub release](https://togithub.com/pydantic/pydantic/releases/tag/v2.5.1) ##### What's Changed ##### Packaging - uprev pydantic-core to 2.14.3 by [@​samuelcolvin](https://togithub.com/samuelcolvin) in [#​8120](https://togithub.com/pydantic/pydantic/pull/8120) ##### Fixes - Fix package description limit by [@​dmontagu](https://togithub.com/dmontagu) in [#​8097](https://togithub.com/pydantic/pydantic/pull/8097) - Fix `ValidateCallWrapper` error when creating a model which has a @​validate_call wrapped field annotation by [@​sydney-runkle](https://togithub.com/sydney-runkle) in [#​8110](https://togithub.com/pydantic/pydantic/pull/8110) Full Changelog: https://github.com/pydantic/pydantic/compare/v2.5.0...v2.5.1/
--- ### 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://developer.mend.io/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 18f33a3c..26abb510 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ nest_asyncio==1.5.8 pdoc==14.1.0 pip==23.3.1 pre-commit==3.5.0 -pydantic==2.5.0 +pydantic==2.5.1 pytest==7.4.3 pytest-asyncio==0.21.1 pytest-cov==4.1.0