Skip to content

chore(deps-dev): bump the minor-and-patch group across 1 directory with 5 updates#93

Merged
brian14708 merged 1 commit intomainfrom
dependabot/uv/minor-and-patch-3071e57bbc
Apr 18, 2026
Merged

chore(deps-dev): bump the minor-and-patch group across 1 directory with 5 updates#93
brian14708 merged 1 commit intomainfrom
dependabot/uv/minor-and-patch-3071e57bbc

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Bumps the minor-and-patch group with 5 updates in the / directory:

Package From To
ruff 0.15.10 0.15.11
pydantic 2.13.0 2.13.2
pytest-codspeed 4.3.0 4.4.0
basedpyright 1.39.0 1.39.2
zensical 0.0.32 0.0.33

Updates ruff from 0.15.10 to 0.15.11

Release notes

Sourced from ruff's releases.

0.15.11

Release Notes

Released on 2026-04-16.

Preview features

  • [ruff] Ignore RUF029 when function is decorated with asynccontextmanager (#24642)
  • [airflow] Implement airflow-xcom-pull-in-template-string (AIR201) (#23583)
  • [flake8-bandit] Fix S103 false positives and negatives in mask analysis (#24424)

Bug fixes

  • [flake8-async] Omit overridden methods for ASYNC109 (#24648)

Documentation

  • [flake8-async] Add override mention to ASYNC109 docs (#24666)
  • Update Neovim config examples to use vim.lsp.config (#24577)

Contributors

Install ruff 0.15.11

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.11/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/ruff/releases/download/0.15.11/ruff-installer.ps1 | iex"

Download ruff 0.15.11

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.11

Released on 2026-04-16.

Preview features

  • [ruff] Ignore RUF029 when function is decorated with asynccontextmanager (#24642)
  • [airflow] Implement airflow-xcom-pull-in-template-string (AIR201) (#23583)
  • [flake8-bandit] Fix S103 false positives and negatives in mask analysis (#24424)

Bug fixes

  • [flake8-async] Omit overridden methods for ASYNC109 (#24648)

Documentation

  • [flake8-async] Add override mention to ASYNC109 docs (#24666)
  • Update Neovim config examples to use vim.lsp.config (#24577)

Contributors

Commits

Updates pydantic from 2.13.0 to 2.13.2

Release notes

Sourced from pydantic's releases.

v2.13.1 2026-04-15

v2.13.1 (2026-04-15)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.13.0...v2.13.1

Changelog

Sourced from pydantic's changelog.

v2.13.2 (2026-04-17)

GitHub release

What's Changed

Fixes

  • Fix ValidationInfo.field_name missing with model_validate_json() by @​Viicos in #13084

v2.13.1 (2026-04-15)

GitHub release

What's Changed

Fixes

Commits
  • ca3ddd1 Prepare release v2.13.2
  • 000e823 Fix ValidationInfo.field_name missing with model_validate_json()
  • d45d8be Prepare release 2.13.1
  • 54aca60 Fix ValidationInfo.data missing with model_validate_json()
  • See full diff in compare view

Updates pytest-codspeed from 4.3.0 to 4.4.0

Release notes

Sourced from pytest-codspeed's releases.

v4.4.0

What's Changed

We now collect buildtime and runtime environment data to warn users about differences in their runtime environment when comparing two runs against one another.

This data includes toolchain metadata like version and build options, as well as a list of dynamically loaded linked libraries.

New Contributors

Full Changelog: CodSpeedHQ/pytest-codspeed@v4.3.0...v4.4.0

Changelog

Sourced from pytest-codspeed's changelog.

[4.4.0] - 2026-04-14

🚀 Features

🐛 Bug Fixes

⚙️ Internals

Commits
  • 34048c7 Release v4.4.0 🚀
  • bf7bd37 feat: collect Python toolchain information via instrument hooks environment API
  • 48a4822 fix: Exclude setup time from benchmark in walltime mode (#114)
  • aa267f3 ci: bump the python pinned python version
  • e92999a fix: fix segfault caused by multiple activate_stack_trampoline
  • c02b664 chore: add CONTRIBUTING.md
  • See full diff in compare view

Updates basedpyright from 1.39.0 to 1.39.2

Commits
  • ceb200c 1.39.2
  • eb7a92c try to fix browser-basedpyright being published with nothing in it
  • dec5306 update package-lock.json
  • 6db43de 1.39.1
  • 335e486 fix failing tests from merge
  • bbe71b6 delete newly added github action from upstream that we don't use
  • 8f22618 update prettierignore
  • ff1f5a4 fix compile errors from merge
  • f2f2174 Merge tag '1.1.409' into merge-1.1.409
  • 63998f4 Publish 1.1.409
  • Additional commits viewable in compare view

Updates zensical from 0.0.32 to 0.0.33

Release notes

Sourced from zensical's releases.

0.0.33

Summary

This version updates our official Docker image to be based on Alpine Linux for better compatibility and ease of use. It also adds all recommended Markdown Extensions to the generated zensical.toml file when bootstrapping a project with zensical new, ensuring a smoother setup experience. Additionally, the user interface is updated to v0.0.13, which includes two bug fixes for anchor links in the table of contents.

Changelog

Breaking changes

  • 4eb05a2 docker – switch base image to Alpine Linux for ease of use (#510)

Features

  • 6871d33 compat – add default Markdown Extensions to bootstrapped zensical.toml

Bug fixes

  • bb8a7e5 ui – update ui to v0.0.13
  • bb58c5d compat – out of date help message (#524)
  • 9bff25a compat – add missing configuration for default Markdown Extensions

Refactorings

  • 20d94ad compat – update GitHub workflows to Node 24 (#522)
Commits
  • 5af6512 chore: release v0.0.33
  • bb8a7e5 fix: update ui to v0.0.13
  • bb58c5d fix: out of date help message (#524)
  • 20d94ad refactor: update GitHub workflows to Node 24 (#522)
  • a694f4b chore: update pull_request_template.md
  • 0159191 chore: add pull_request_template.md
  • 492456b chore: add community guides
  • 4eb05a2 feature!: switch base image to Alpine Linux for ease of use (#510)
  • 9bff25a fix: add missing configuration for default Markdown Extensions
  • 6871d33 feature: add default Markdown Extensions to bootstrapped zensical.toml
  • See full diff 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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Apr 18, 2026
…th 5 updates

Bumps the minor-and-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ruff](https://github.com/astral-sh/ruff) | `0.15.10` | `0.15.11` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.13.0` | `2.13.2` |
| [pytest-codspeed](https://github.com/CodSpeedHQ/pytest-codspeed) | `4.3.0` | `4.4.0` |
| [basedpyright](https://github.com/detachhead/basedpyright) | `1.39.0` | `1.39.2` |
| [zensical](https://github.com/zensical/zensical) | `0.0.32` | `0.0.33` |



Updates `ruff` from 0.15.10 to 0.15.11
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.15.10...0.15.11)

Updates `pydantic` from 2.13.0 to 2.13.2
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md)
- [Commits](pydantic/pydantic@v2.13.0...v2.13.2)

Updates `pytest-codspeed` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/CodSpeedHQ/pytest-codspeed/releases)
- [Changelog](https://github.com/CodSpeedHQ/pytest-codspeed/blob/master/CHANGELOG.md)
- [Commits](CodSpeedHQ/pytest-codspeed@v4.3.0...v4.4.0)

Updates `basedpyright` from 1.39.0 to 1.39.2
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](DetachHead/basedpyright@v1.39.0...v1.39.2)

Updates `zensical` from 0.0.32 to 0.0.33
- [Release notes](https://github.com/zensical/zensical/releases)
- [Commits](zensical/zensical@v0.0.32...v0.0.33)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.15.11
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pydantic
  dependency-version: 2.13.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: pytest-codspeed
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: basedpyright
  dependency-version: 1.39.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: zensical
  dependency-version: 0.0.33
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@brian14708 brian14708 force-pushed the dependabot/uv/minor-and-patch-3071e57bbc branch from a4017b5 to 8cfb930 Compare April 18, 2026 05:54
@brian14708 brian14708 merged commit cc160e9 into main Apr 18, 2026
10 checks passed
@brian14708 brian14708 deleted the dependabot/uv/minor-and-patch-3071e57bbc branch April 18, 2026 07:01
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.

1 participant