Closed renovate[bot] closed 10 months ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Updating dependencies
Resolving dependencies...
The current project's Python requirement (>=3.8,<3.12) is not compatible with some of the required packages Python requirement:
- micropython-stubber requires Python >=3.9,<3.12, so it will not be satisfied for Python >=3.8,<3.9
Because micropy-cli depends on micropython-stubber (1.16.2) which requires Python >=3.9,<3.12, version solving failed.
• Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
For micropython-stubber, a possible solution would be to set the `python` property to ">=3.9,<3.12"
https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
https://python-poetry.org/docs/dependency-specification/#using-environment-markers
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
71d9e77
) 92.04% compared to head (ce477db
) 92.04%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
1.10.13
->1.10.14
Release Notes
pydantic/pydantic (pydantic)
### [`v1.10.14`](https://togithub.com/pydantic/pydantic/releases/tag/v1.10.14): 2024-01-19 [Compare Source](https://togithub.com/pydantic/pydantic/compare/v1.10.13...v1.10.14) #### What's Changed - Update install.md by [@dmontagu](https://togithub.com/dmontagu) in [https://github.com/pydantic/pydantic/pull/7690](https://togithub.com/pydantic/pydantic/pull/7690) - Fix ci to only deploy docs on release by [@sydney-runkle](https://togithub.com/sydney-runkle) in [https://github.com/pydantic/pydantic/pull/7740](https://togithub.com/pydantic/pydantic/pull/7740) - Ubuntu fixes for V1 by [@sydney-runkle](https://togithub.com/sydney-runkle) in [https://github.com/pydantic/pydantic/pull/8540](https://togithub.com/pydantic/pydantic/pull/8540) and [https://github.com/pydantic/pydantic/pull/8587](https://togithub.com/pydantic/pydantic/pull/8587) - Fix `cached_property` handling in dataclasses when copied by [@rdbisme](https://togithub.com/rdbisme) in [https://github.com/pydantic/pydantic/pull/8407](https://togithub.com/pydantic/pydantic/pull/8407) #### New Contributors - [@rdbisme](https://togithub.com/rdbisme) made their first contribution in [https://github.com/pydantic/pydantic/pull/8407](https://togithub.com/pydantic/pydantic/pull/8407) **Full Changelog**: https://github.com/pydantic/pydantic/compare/v1.10.13...v1.10.14Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.