Skip to content

Commit

Permalink
Update dependency pydantic to v1.10.9 (#189)
Browse files Browse the repository at this point in the history
[![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.8` ->
`==1.10.9` |
[![age](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.9/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.9/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.9/compatibility-slim/1.10.8)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/pydantic/1.10.9/confidence-slim/1.10.8)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pydantic/pydantic</summary>

###
[`v1.10.9`](https://togithub.com/pydantic/pydantic/blob/HEAD/HISTORY.md#v1109-2023-06-07)

[Compare
Source](https://togithub.com/pydantic/pydantic/compare/v1.10.8...v1.10.9)

- Fix trailing zeros not ignored in Decimal validation,
[#&#8203;5968](https://togithub.com/pydantic/pydantic/issues/5968) by
[@&#8203;hramezani](https://togithub.com/hramezani)
- Fix mypy plugin for v1.4.0,
[#&#8203;5928](https://togithub.com/pydantic/pydantic/issues/5928) by
[@&#8203;cdce8p](https://togithub.com/cdce8p)
- Add future and past date hypothesis strategies,
[#&#8203;5850](https://togithub.com/pydantic/pydantic/issues/5850) by
[@&#8203;bschoenmaeckers](https://togithub.com/bschoenmaeckers)
- Discourage usage of Cython 3 with Pydantic 1.x,
[#&#8203;5845](https://togithub.com/pydantic/pydantic/issues/5845) by
[@&#8203;lig](https://togithub.com/lig)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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/pyrainbird).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 9, 2023
1 parent 441c605 commit 0c35919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ freezegun==1.2.2
mitmproxy==9.0.1
parameterized==0.9.0
pdoc==13.1.1
pydantic==1.10.8
pydantic==1.10.9
pytest==7.3.1
pytest-aiohttp==1.0.4
pytest-asyncio==0.21.0
Expand Down

0 comments on commit 0c35919

Please sign in to comment.