From 0c4f3f8274aa38cb1adbefa08227a9a768a3c9b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 21:35:51 +0000 Subject: [PATCH] Update dependency pydantic to v2.5.2 (#306) 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.1` -> `==2.5.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pydantic/2.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pydantic/2.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pydantic/2.5.1/2.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pydantic/2.5.1/2.5.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
pydantic/pydantic (pydantic) ### [`v2.5.2`](https://togithub.com/pydantic/pydantic/releases/tag/v2.5.2): 2023-11-22 [Compare Source](https://togithub.com/pydantic/pydantic/compare/v2.5.1...v2.5.2) #### v2.5.2 (2023-11-22) [GitHub release](https://togithub.com/pydantic/pydantic/releases/tag/v2.5.2) ##### What's Changed ##### Packaging - uprev `pydantic-core` to 2.14.5 ##### New Features - Add `ConfigDict.ser_json_inf_nan` by [@​davidhewitt](https://togithub.com/davidhewitt) in [#​8159](https://togithub.com/pydantic/pydantic/pull/8159) ##### Fixes - Fix validation of `Literal` from JSON keys when used as `dict` key by [@​sydney-runkle](https://togithub.com/sydney-runkle) in [pydantic/pydantic-core#1075](https://togithub.com/pydantic/pydantic-core/pull/1075) - Fix bug re `custom_init` on members of `Union` by [@​sydney-runkle](https://togithub.com/sydney-runkle) in [pydantic/pydantic-core#1076](https://togithub.com/pydantic/pydantic-core/pull/1076) - Fix `JsonValue` `bool` serialization by [@​sydney-runkle](https://togithub.com/sydney-runkle) in [#​8190](https://togithub.com/pydantic/pydantic/pull/8159) - Fix handling of unhashable inputs with `Literal` in `Union`s by [@​sydney-runkle](https://togithub.com/sydney-runkle) in [pydantic/pydantic-core#1089](https://togithub.com/pydantic/pydantic-core/pull/1089)
--- ### 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/pyrainbird). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2fb7837..a3f3036 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ freezegun==1.2.2 mitmproxy==10.1.5 parameterized==0.9.0 pdoc==14.1.0 -pydantic==2.5.1 +pydantic==2.5.2 pytest==7.4.3 pytest-aiohttp==1.0.5 pytest-asyncio==0.21.1