Skip to content

chore(deps): Bump altair from 6.2.2 to 6.3.0 - #380

Merged
dwolfson merged 2 commits into
mainfrom
dependabot/pip/altair-6.3.0
Sep 21, 2026
Merged

dwolfson merged 2 commits into
mainfrom
dependabot/pip/altair-6.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Bumps altair from 6.2.2 to 6.3.0.

Release notes

Sourced from altair's releases.

Version 6.3.0

What's Changed

See below for details on what is new in this release. A special compatibility note is that this release drops support for Python 3.10 (which is reaching end of life in Oct).

Enhancements

Bug Fixes

  • fix: raise TypeError for invalid property setter arguments by @​suzunn in vega/altair#4068
    • Previously, these would be silently discarded but now an error would be raised instead, e.g. the second argument in alt.X("field:Q").scale(["a", "b"], ["#1FC3AA", "#8624F5"])
  • fix: Expression objects not working in alt.value() by @​genrichez in vega/altair#4083
    • You can now write alt.value(alt.expr.scale("x", alt.datum.c1) in addition to alt.value(alt.expr("scale('x', datum.c1)")).
  • fix: report missing anywidget for JupyterChart by @​dk3yyyy in vega/altair#4089

Documentation

Maintenance

New Contributors

... (truncated)

Commits
  • 78c66bf ci: Fix generation script and ci check (#4136)
  • 05c144f feat: Allow signals/params to be passed to alt.datum[...] (#3990)
  • d119fd4 build: bump the uv-security group across 1 directory with 2 updates (#4133)
  • b37a571 build: bump the uv-minor group across 1 directory with 19 updates (#4132)
  • d2ef223 build: bump the uv-minor-date group with 5 updates (#4131)
  • efaebb3 ci: Group dependabot correctly (#4130)
  • 76d4de2 ci: bump setup-python and gh-action-pypi-publish (#4124)
  • fa42fef ci: Group all non-major updates together and clarify names (#4123)
  • 2fd4707 build: Remove dead code and deprecated attribute access (#4122)
  • 63ebce7 ci: Group security updates (#4115)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [altair](https://github.com/vega/altair) from 6.2.2 to 6.3.0.
- [Release notes](https://github.com/vega/altair/releases)
- [Commits](vega/altair@v6.2.2...v6.3.0)

---
updated-dependencies:
- dependency-name: altair
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 21, 2026
@dependabot
dependabot Bot requested a review from dwolfson as a code owner September 21, 2026 05:06
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 21, 2026
@dwolfson
dwolfson merged commit 0f56fc4 into main Sep 21, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/pip/altair-6.3.0 branch September 21, 2026 12:29
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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant