Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the python-minor group with 8 updates:

Package From To
alembic 1.18.0 1.18.1
numpy 2.3.5 2.4.1
anthropic 0.75.0 0.76.0
google-cloud-storage 3.7.0 3.8.0
pandas-stubs 2.3.3.251219 2.3.3.260113
ruff 0.14.11 0.14.13
plotly 6.5.1 6.5.2
selenium 4.39.0 4.40.0

Updates alembic from 1.18.0 to 1.18.1

Release notes

Sourced from alembic's releases.

1.18.1

Released: January 14, 2026

bug

  • [bug] [autogenerate] Fixed issue in new plugin system where the configured logger was not correctly using the __name__ token to identify the logger.

    References: #1779

  • [bug] [operations] Revised the change regarding SQLAlchemy 2.1 and deprecation warnings related to isolate_from_table=True. Further developments in release 2.1 have revised how this parameter will be modified.

Commits

Updates numpy from 2.3.5 to 2.4.1

Release notes

Sourced from numpy's releases.

2.4.1 (Jan 10, 2026)

NumPy 2.4.1 Release Notes

The NumPy 2.4.1 is a patch release that fixes bugs discoved after the 2.4.0 release. In particular, the typo SeedlessSequence is preserved to enable wheels using the random Cython API and built against NumPy < 2.4.0 to run without errors.

This release supports Python versions 3.11-3.14

Contributors

A total of 9 people contributed to this release. People with a "+" by their names contributed a patch for the first time.

  • Alexander Shadchin
  • Bill Tompkins +
  • Charles Harris
  • Joren Hammudoglu
  • Marten van Kerkwijk
  • Nathan Goldbaum
  • Raghuveer Devulapalli
  • Ralf Gommers
  • Sebastian Berg

Pull requests merged

A total of 15 pull requests were merged for this release.

  • #30490: MAINT: Prepare 2.4.x for further development
  • #30503: DOC: numpy.select: fix default parameter docstring...
  • #30504: REV: Revert part of #30164 (#30500)
  • #30506: TYP: numpy.select: allow passing array-like default...
  • #30507: MNT: use if constexpr for compile-time branch selection
  • #30513: BUG: Fix leak in flat assignment iterator
  • #30516: BUG: fix heap overflow in fixed-width string multiply (#30511)
  • #30523: BUG: Ensure summed weights returned by np.average always are...
  • #30527: TYP: Fix return type of histogram2d
  • #30594: MAINT: avoid passing ints to random functions that take double...
  • #30595: BLD: Avoiding conflict with pygit2 for static build
  • #30596: MAINT: Fix msvccompiler missing error on FreeBSD
  • #30608: BLD: update vendored Meson to 1.9.2
  • #30620: ENH: use more fine-grained critical sections in array coercion...
  • #30623: BUG: Undo result type change of quantile/percentile but keep...

2.4.0 (Dec 20, 2025)

NumPy 2.4.0 Release Notes

The NumPy 2.4.0 release continues the work to improve free threaded Python support, user dtypes implementation, and annotations. There are many expired

... (truncated)

Changelog

Sourced from numpy's changelog.

This is a walkthrough of the NumPy 2.4.0 release on Linux, which will be the first feature release using the numpy/numpy-release <https://github.com/numpy/numpy-release>__ repository.

The commands can be copied into the command line, but be sure to replace 2.4.0 with the correct version. This should be read together with the :ref:general release guide <prepare_release>.

Facility preparation

Before beginning to make a release, use the requirements/*_requirements.txt files to ensure that you have the needed software. Most software can be installed with pip, but some will require apt-get, dnf, or whatever your system uses for software. You will also need a GitHub personal access token (PAT) to push the documentation. There are a few ways to streamline things:

  • Git can be set up to use a keyring to store your GitHub personal access token. Search online for the details.
  • You can use the keyring app to store the PyPI password for twine. See the online twine documentation for details.

Prior to release

Add/drop Python versions

When adding or dropping Python versions, multiple config and CI files need to be edited in addition to changing the minimum version in pyproject.toml. Make these changes in an ordinary PR against main and backport if necessary. We currently release wheels for new Python versions after the first Python RC once manylinux and cibuildwheel support that new Python version.

Backport pull requests

Changes that have been marked for this release must be backported to the maintenance/2.4.x branch.

Update 2.4.0 milestones

Look at the issues/prs with 2.4.0 milestones and either push them off to a later version, or maybe remove the milestone. You may need to add a milestone.

Check the numpy-release repo

... (truncated)

Commits
  • d24bb7f Merge pull request #30624 from charris/prepare-for-2.4.1
  • d3bfd6d REL: Prepare for the NumPy 2.4.1 release
  • abe3d86 Merge pull request #30623 from charris/backport-30601
  • 5d89078 TST: Add test showing that q promotes (for "interpolating ones")
  • 16890ce BUG: Fix result type change and make weak q safe
  • bf7ef0b Merge pull request #30620 from charris/backport-30514
  • 3d3af25 ENH: use more fine-grained critical sections in array coercion internals (#30...
  • 8b7f197 Merge pull request #30608 from charris/update-vendored-meson
  • 30999f6 BLD: update vendored Meson to 1.9.2
  • e6bea65 Merge pull request #30596 from charris/remove-msvccompiler-check
  • Additional commits viewable in compare view

Updates anthropic from 0.75.0 to 0.76.0

Release notes

Sourced from anthropic's releases.

v0.76.0

0.76.0 (2026-01-13)

Full Changelog: v0.75.0...v0.76.0

Features

  • allow raw JSON schema to be passed to messages.stream() (955c61d)
  • client: add support for binary request streaming (5302f27)
  • tool runner: add support for server-side tools (#1086) (1521316)

Bug Fixes

  • client: loosen auth header validation (5a0b89b)
  • ensure streams are always closed (388bd0c)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (ede3242)
  • use async_to_httpx_files in patch method (718fa8e)

Chores

  • add missing docstrings (d306605)
  • bump required uv version (90634f3)
  • ci: Add Claude Code GitHub Workflow (#1293) (83d1c4a)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (21c6374)
  • docs: use environment variables for authentication in code snippets (87aa378)
  • fix docstring (51fca79)
  • internal: add --fix argument to lint script (8914b7a)
  • internal: add missing files argument to base client (6285abc)
  • internal: avoid using unstable Python versions in tests (4547171)
  • update lockfile (d7ae1fc)
  • update uv.lock (746ac05)
Changelog

Sourced from anthropic's changelog.

0.76.0 (2026-01-13)

Full Changelog: v0.75.0...v0.76.0

Features

  • allow raw JSON schema to be passed to messages.stream() (955c61d)
  • client: add support for binary request streaming (5302f27)
  • tool runner: add support for server-side tools (#1086) (1521316)

Bug Fixes

  • client: loosen auth header validation (5a0b89b)
  • ensure streams are always closed (388bd0c)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (ede3242)
  • use async_to_httpx_files in patch method (718fa8e)

Chores

  • add missing docstrings (d306605)
  • bump required uv version (90634f3)
  • ci: Add Claude Code GitHub Workflow (#1293) (83d1c4a)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (21c6374)
  • docs: use environment variables for authentication in code snippets (87aa378)
  • fix docstring (51fca79)
  • internal: add --fix argument to lint script (8914b7a)
  • internal: add missing files argument to base client (6285abc)
  • internal: avoid using unstable Python versions in tests (4547171)
  • update lockfile (d7ae1fc)
  • update uv.lock (746ac05)
Commits
  • 9b5ab24 release: 0.76.0
  • e638d2e feat(client): add support for binary request streaming
  • 939a9aa codegen metadata
  • 1fb3773 fix(client): loosen auth header validation
  • 103dd1f chore(ci): Add Claude Code GitHub Workflow (#1293)
  • b9d03eb chore(internal): add --fix argument to lint script
  • 0e15b87 fix: use async_to_httpx_files in patch method
  • 981bbc7 chore(internal): add missing files argument to base client
  • 9d2a4cc codegen metadata
  • c7f9600 codegen metadata
  • Additional commits viewable in compare view

Updates google-cloud-storage from 3.7.0 to 3.8.0

Release notes

Sourced from google-cloud-storage's releases.

google-cloud-storage 3.8.0

3.8.0 (2026-01-13)

Features

Bug Fixes

  • no state lookup while opening bidi-write stream (2d5a7b16)

  • no state lookup while opening bidi-write stream (#1636) (2d5a7b16)

  • close write object stream always (#1661) (4a609a4b)

  • add system test for opening with read_handle (#1672) (6dc711da)

Changelog

Sourced from google-cloud-storage's changelog.

3.8.0 (2026-01-13)

Features

Bug Fixes

Commits
  • 16cf512 chore: librarian release pull request: 20260113T144551Z (#1704)
  • 94ad895 chore(librarian): bump library version to 3.7.0 (#1703)
  • 89bfe7a feat(experimental): flush the last chunk in append method (#1699)
  • a57ea0e feat(experimental): add write resumption strategy (#1663)
  • 0c35d3f chore(tests): add test for reading unfinalized appendable objects with genera...
  • d90f0ee feat(experimental): add bidi stream retry manager. (#1632)
  • a994dbf Revert "skip notification tests until b/470069573 is fixed" (#1694)
  • dfc60b3 chore: delete topic after creation (#1687)
  • 1333c95 feat: implement "append_from_file" (#1686)
  • fe6d7c9 chore: optimization to reduce number of open TCP connections while running zo...
  • Additional commits viewable in compare view

Updates pandas-stubs from 2.3.3.251219 to 2.3.3.260113

Commits

Updates ruff from 0.14.11 to 0.14.13

Release notes

Sourced from ruff's releases.

0.14.13

Release Notes

Released on 2026-01-15.

This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.

0.14.12

Preview features

  • [flake8-blind-except] Allow more logging methods (BLE001) (#22057)
  • [ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#22515)

Bug fixes

  • Fix configuration path in --show-settings (#22478)
  • Respect fmt: skip for multiple statements on the same logical line (#22119)

Rule changes

  • [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519)
  • [isort] Insert imports in alphabetical order (I002) (#22493)

Documentation

  • Add llms.txt support for documentation (#22463)
  • Use prek in documentation and CI (#22505)
  • [flake8-pytest-style] Add check parameter example to PT017 docs (#22546)
  • [ruff] Make example error out-of-the-box (RUF103) (#22558)
  • [ruff] document RUF100 trailing comment fix behavior (#22479)

Other changes

  • wasm: Require explicit logging initialization (#22587)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.13

Released on 2026-01-15.

This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.

0.14.12

Released on 2026-01-15.

Preview features

  • [flake8-blind-except] Allow more logging methods (BLE001) (#22057)
  • [ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#22515)

Bug fixes

  • Fix configuration path in --show-settings (#22478)
  • Respect fmt: skip for multiple statements on the same logical line (#22119)

Rule changes

  • [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519)
  • [isort] Insert imports in alphabetical order (I002) (#22493)

Documentation

  • Add llms.txt support for documentation (#22463)
  • Use prek in documentation and CI (#22505)
  • [flake8-pytest-style] Add check parameter example to PT017 docs (#22546)
  • [ruff] Make example error out-of-the-box (RUF103) (#22558)
  • [ruff] document RUF100 trailing comment fix behavior (#22479)

Other changes

  • wasm: Require explicit logging initialization (#22587)

Contributors

... (truncated)

Commits
  • b4b8299 [ty] Make NamedTuple(...) and namedtuple(...) calls stricter (#22601)
  • fd9f87d Bump 0.14.13 (#22604)
  • 048f02f [ty] Remove redundant re-exports that share the same top-most module
  • a72af10 [ty] Add ModuleName::top
  • 2f34836 [ty] Add test capturing redundant re-exports from pandas
  • db9eee7 [ty] Attach origin module on to re-exported symbols
  • 2cbd68a [ty] Move fully qualified name into auto-import implementation
  • 2a09467 Add trailing slashes to npm publish paths (#22603)
  • eca58ca [ty] Override __file__ to str when applicable on imported modules (#22333)
  • aa9f1b2 Further improvements to typing conformance script (#22596)
  • Additional commits viewable in compare view

Updates plotly from 6.5.1 to 6.5.2

Release notes

Sourced from plotly's releases.

v6.5.2

Fixed

  • Fix issue where pie trace legend, showlegend attributes don't accept array values [#5464 and #5465], with thanks to @​my-tien for the contribution!
Changelog

Sourced from plotly's changelog.

[6.5.2] - 2026-01-14

Fixed

  • Fix issue where pie trace legend, showlegend attributes don't accept array values [#5464 and #5465], with thanks to @​my-tien for the contribution!
Commits
  • 36d8bf8 Version changes for v6.5.2
  • 1f45fa5 Merge pull request #5467 from plotly/cam/update-graph-objs
  • 7f57ccb fix: Update graph_objs per recent bug fixes
  • 3293f4d Merge pull request #5466 from plotly/merge-doc-prod-to-main
  • 61c9f6f Merge branch 'main' into merge-doc-prod-to-main
  • dad2520 Merge pull request #5465 from my-tien/legend-arrayok
  • b587428 Merge branch 'main' into legend-arrayok
  • 5a0440c Merge pull request #5464 from plotly/cam/5463/handle-arrays-booleanvalidator
  • fff298c Simplify test
  • cef18a9 Separate test for coercion of geo1 to geo and legend1 to legend
  • Additional commits viewable in compare view

Updates selenium from 4.39.0 to 4.40.0

Release notes

Sourced from selenium's releases.

Selenium 4.40.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits
  • b3333f1 [build] Prepare for release of Selenium 4.40 (#16931)
  • 1229133 [build] manual trigger job needs an approval step to limit
  • 1cc4bc7 [build] remove ruby remote tests from CI
  • bcd0976 [build] use rulesets to restrict and unrestrict trunk during release window (...
  • 47dbd0d [dotnet] [bidi] Expose Input module in root BiDi class (#16940)
  • 1fefb89 [dotnet] [bidi] FileDialogOpened event in Input module (#16934)
  • 691fb1c [grid] Improve race conditions in Grid session distribution (#16939)
  • aaeb4a5 [build] ensure compatible edge browser and driver when pinning
  • 492b6c4 [dotnet] fix syntax issue with bazel target preventing build
  • 631c5b0 [java] sanitize descriptions before using them in JavaDoc comments
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-minor group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.18.0` | `1.18.1` |
| [numpy](https://github.com/numpy/numpy) | `2.3.5` | `2.4.1` |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.75.0` | `0.76.0` |
| [google-cloud-storage](https://github.com/googleapis/python-storage) | `3.7.0` | `3.8.0` |
| [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.3.3.251219` | `2.3.3.260113` |
| [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.14.13` |
| [plotly](https://github.com/plotly/plotly.py) | `6.5.1` | `6.5.2` |
| [selenium](https://github.com/SeleniumHQ/Selenium) | `4.39.0` | `4.40.0` |


Updates `alembic` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/sqlalchemy/alembic/releases)
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES)
- [Commits](https://github.com/sqlalchemy/alembic/commits)

Updates `numpy` from 2.3.5 to 2.4.1
- [Release notes](https://github.com/numpy/numpy/releases)
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
- [Commits](numpy/numpy@v2.3.5...v2.4.1)

Updates `anthropic` from 0.75.0 to 0.76.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-python@v0.75.0...v0.76.0)

Updates `google-cloud-storage` from 3.7.0 to 3.8.0
- [Release notes](https://github.com/googleapis/python-storage/releases)
- [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-storage@v3.7.0...v3.8.0)

Updates `pandas-stubs` from 2.3.3.251219 to 2.3.3.260113
- [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md)
- [Commits](pandas-dev/pandas-stubs@v2.3.3.251219...v2.3.3.260113)

Updates `ruff` from 0.14.11 to 0.14.13
- [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.14.11...0.14.13)

Updates `plotly` from 6.5.1 to 6.5.2
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md)
- [Commits](plotly/plotly.py@v6.5.1...v6.5.2)

Updates `selenium` from 4.39.0 to 4.40.0
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.39.0...selenium-4.40.0)

---
updated-dependencies:
- dependency-name: alembic
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor
- dependency-name: numpy
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor
- dependency-name: anthropic
  dependency-version: 0.76.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor
- dependency-name: google-cloud-storage
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor
- dependency-name: pandas-stubs
  dependency-version: 2.3.3.260113
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor
- dependency-name: ruff
  dependency-version: 0.14.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor
- dependency-name: plotly
  dependency-version: 6.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-minor
- dependency-name: selenium
  dependency-version: 4.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Jan 19, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant