Skip to content

Bump the python-dev group across 1 directory with 3 updates - #18

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

Bump the python-dev group across 1 directory with 3 updates#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/python-dev-c5a6a340b5

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the python-dev group with 3 updates in the / directory: hatchling, hypothesis and pytest-socket.

Updates hatchling from 1.31.0 to 1.32.0

Release notes

Sourced from hatchling's releases.

Hatchling v1.32.0

Changed:

  • Bump default core metadata version to 2.5

  • Add tomlkit as a runtime dependency, which is required to rewrite pyproject.toml when setting a static version

Added:

  • The version command can now set a version that is statically defined by the project.version field, updating pyproject.toml in place. Pass --force to allow an explicit downgrade

Fixed:

  • Allow the ; private annotation on project.import-names and project.import-namespaces entries rather than rejecting them as invalid import names.

  • Reject project.readme paths that are absolute or resolve outside of the project directory.

Commits
  • 558061c Fix ci (#2377)
  • bc6d1bc release Hatch v1.18.0 (#2376)
  • 8429e5d release Hatchling v1.32.0 (#2375)
  • 413b3a8 Prepare for release (#2374)
  • 4ccc9ea Bug Fix - fix CTRL-C behavior to correctly handle signals (#2369)
  • a885803 Add sources to enable other types of local dependencies (#2313)
  • ab3e000 Add --all flag to hatch build for building all workspace members (#2352)
  • bb90277 fix: Allow the ; private annotation in import-names/import-namespaces p...
  • 3a9d853 fix: prevent backward relative paths in readme (#2354)
  • c4dc4f8 test: Fix test expectations for metadata generated by flit-core (#2365)
  • Additional commits viewable in compare view

Updates hypothesis from 6.163.0 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 pytest-socket from 0.8.0 to 0.8.1

Release notes

Sourced from pytest-socket's releases.

0.8.1

What's Changed

Fixes:

  • Close the socket before raising on a blocked connect, fixing a file descriptor leak #496
  • Make SocketConnectBlockedError pickleable so it survives multiprocessing test runners such as pytest-xdist and Django's --parallel #501

Changes:

  • Added mutation testing via make mutmut #500
  • Added CodSpeed performance benchmarks #486
  • Dependency, CI, and development updates

Full commit log

... (truncated)

Changelog

Sourced from pytest-socket's changelog.

[0.8.1][] (2026-08-19)

Fixes:

  • Close the socket before raising on a blocked connect, fixing a file descriptor leak #496
  • Make SocketConnectBlockedError pickleable so it survives multiprocessing test runners such as pytest-xdist and Django's --parallel #501

Changes:

  • Added mutation testing via make mutmut #500
  • Added CodSpeed performance benchmarks #486
  • Dependency, CI, and development updates
Commits
  • 8164360 pytest-socket, 0.8.1 (#531)
  • 622b824 chore(deps-dev): update uv-build requirement from <0.12.0,>=0.7.20 to >=0.7.2...
  • e37b0c1 chore(deps-dev): bump starlette from 1.3.1 to 1.6.0 (#530)
  • a2f55f8 [pre-commit.ci] pre-commit autoupdate (#529)
  • e211931 [pre-commit.ci] pre-commit autoupdate (#523)
  • 17d288f chore(deps): bump zizmorcore/zizmor-action from 0.6.1 to 0.6.2 (#525)
  • 2fc57f1 chore(deps): bump CodSpeedHQ/action from 4.19.1 to 5.0.2 (#526)
  • 717ef46 chore(deps): bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 (#524)
  • c198dfa chore(deps): bump CodSpeedHQ/action from 4.18.5 to 4.19.1 (#520)
  • fc7f238 chore(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.1 (#522)
  • 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-dev group with 3 updates in the / directory: [hatchling](https://github.com/pypa/hatch), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [pytest-socket](https://github.com/miketheman/pytest-socket).


Updates `hatchling` from 1.31.0 to 1.32.0
- [Release notes](https://github.com/pypa/hatch/releases)
- [Commits](pypa/hatch@hatchling-v1.31.0...hatchling-v1.32.0)

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

Updates `pytest-socket` from 0.8.0 to 0.8.1
- [Release notes](https://github.com/miketheman/pytest-socket/releases)
- [Changelog](https://github.com/miketheman/pytest-socket/blob/main/CHANGELOG.md)
- [Commits](miketheman/pytest-socket@0.8.0...0.8.1)

---
updated-dependencies:
- dependency-name: hatchling
  dependency-version: 1.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dev
- dependency-name: hypothesis
  dependency-version: 6.165.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-dev
- dependency-name: pytest-socket
  dependency-version: 0.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-dev
...

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 23, 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