Skip to content

deps: bump the python group with 3 updates - #136

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-8264bc94d6
Open

deps: bump the python group with 3 updates#136
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-8264bc94d6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the python group with 3 updates: zeroconf, hypothesis and pydantic.

Updates zeroconf from 0.150.0 to 0.150.3

Release notes

Sourced from zeroconf's releases.

0.150.3

v0.150.3 (2026-08-28)

This release is published under the LGPL-2.1-or-later License.

Bug Fixes

  • Require a TXT record before a service is considered complete (#1821, 32d963b)

Performance Improvements

  • registry: Use insertion-ordered dicts for O(1) removal (#1786, 1216f59)

Detailed Changes: 0.150.2...0.150.3

0.150.2

v0.150.2 (2026-08-28)

This release is published under the LGPL-2.1-or-later License.

Bug Fixes

  • Keep key= distinct from a valueless key in TXT records (#1813, 899eaaa)

Detailed Changes: 0.150.1...0.150.2

0.150.1

v0.150.1 (2026-08-28)

This release is published under the LGPL-2.1-or-later License.

Bug Fixes

Documentation

  • Add an example for re-announcing on interface changes (#1803, c690b78)

Detailed Changes: 0.150.0...0.150.1

Changelog

Sourced from zeroconf's changelog.

v0.150.3 (2026-08-28)

Bug Fixes

  • Require a TXT record before a service is considered complete (#1821, 32d963b)

Performance Improvements

  • registry: Use insertion-ordered dicts for O(1) removal (#1786, 1216f59)

v0.150.2 (2026-08-28)

Bug Fixes

  • Keep key= distinct from a valueless key in TXT records (#1813, 899eaaa)

v0.150.1 (2026-08-28)

Bug Fixes

Documentation

  • Add an example for re-announcing on interface changes (#1803, c690b78)
Commits

Updates hypothesis from 6.165.7 to 6.165.10

Commits
  • 6384dee Bump hypothesis version to 6.165.10 and update changelog
  • c7ca59d Merge pull request #4864 from dgutson/claude-stateful-and-example
  • 3fc38f1 claude: teach /hypothesis about stateful tests and @​example
  • 16f24b7 Merge pull request #4862 from Zac-HD/claude/upstream-regex-issues-fkke9q
  • 48ce446 Bump hypothesis version to 6.165.9 and update changelog
  • d559a69 Merge pull request #4860 from Liam-DeVoe/optimize-single-branch-one-of
  • 3a19d89 fix context flag restoration
  • 2408c99 drop unecessary empty check
  • 3f94912 Clarify re.ASCII wording in changelog entry
  • 9d0a9a8 Fix from_regex handling of negative classes, re.ASCII, and zero-min repeats
  • Additional commits viewable in compare view

Updates pydantic from 2.13.4 to 2.13.5

Release notes

Sourced from pydantic's releases.

v2.13.5 (2026-08-28)

What's Changed

Fixes

  • Allow reuse of validators when plugins are set by @​Viicos in #13535
  • Fix missing GC traversal on some pydantic-core struct fields by @​Viicos in #13624
  • Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer by @​Viicos in #13629
  • Count validated model fields once in smart unions by @​tamird in #13731
Changelog

Sourced from pydantic's changelog.

v2.13.5 (2026-08-28)

GitHub release

What's Changed

Fixes

  • Allow reuse of validators when plugins are set by @​Viicos in #13535
  • Fix missing GC traversal on some pydantic-core struct fields by @​Viicos in #13624
  • Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer by @​Viicos in #13629
  • Count validated model fields once in smart unions by @​tamird in #13731
Commits
  • 001dea0 Bump pypa/gh-action-pypi-publish action to v1.14.2
  • 558379f Bump twine to v7.0.0
  • 2cfd5d3 Do not check for docs build
  • a735bee Fix more Clippy lints
  • 7eed4a1 Fix Clippy 0.1.95 warnings
  • b353bbb Prepare release v2.13.5
  • 63d2ccc Count validated model fields once in smart unions
  • a53ec2e Speed up PyPy CI tests
  • d65e0f9 Workaround circular import error in Mypy
  • 47a6dbf Fix missing GC traversal in pydantic-core for GeneralFieldsSerializer
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python group with 3 updates: [zeroconf](https://github.com/python-zeroconf/python-zeroconf), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [pydantic](https://github.com/pydantic/pydantic).


Updates `zeroconf` from 0.150.0 to 0.150.3
- [Release notes](https://github.com/python-zeroconf/python-zeroconf/releases)
- [Changelog](https://github.com/python-zeroconf/python-zeroconf/blob/master/CHANGELOG.md)
- [Commits](python-zeroconf/python-zeroconf@0.150.0...0.150.3)

Updates `hypothesis` from 6.165.7 to 6.165.10
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@v6.165.7...v6.165.10)

Updates `pydantic` from 2.13.4 to 2.13.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.5/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.4...v2.13.5)

---
updated-dependencies:
- dependency-name: zeroconf
  dependency-version: 0.150.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: hypothesis
  dependency-version: 6.165.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pydantic
  dependency-version: 2.13.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants