This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/pip/java/black-26.3.1
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git
discard c50b226 Bump black from 24.3.0 to 26.3.1 in /java
add de3e977 MINOR: [Release][C++][Python] Update versions for 23.0.1
(#399)
add 86555e1 GH-362: Build Arrow from scratch for dev cookbooks (#374)
add 120379c MINOR: Fix sytax error in deploy_development_cookbooks.yml
add 8211bf2 MINOR: Bump CI Python from 3.9 to 3.10
add fee0811 MINOR: Fix Python version in deploy workflows
add 6c309c8 MINOR: Test dev cookbook deploy in PRs (#400)
add cfa2aa6 MINOR: [Release][C++][Python] Update versions for 24.0.0
(#402)
add 11c3bbf MINOR: Bump action versions to latest, pin unofficial ones
(#403)
add c4674de MINOR: Bump actions/cache from 5 to 6 (#404)
add 8cae2b4 MINOR: Bump actions/checkout from 6 to 7 (#405)
add 001ab37 Bump black from 24.3.0 to 26.3.1 in /java
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c50b226)
\
N -- N -- N refs/heads/dependabot/pip/java/black-26.3.1 (001ab37)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/workflows/deploy_development_cookbooks.yml | 26 ++-
.github/workflows/deploy_stable_cookbooks.yml | 20 +-
.github/workflows/test_arrow_nightly_cookbook.yml | 24 +-
.github/workflows/test_cpp_cookbook.yml | 8 +-
.github/workflows/test_java_cookbook.yml | 12 +-
.github/workflows/test_python_cookbook.yml | 2 +-
.github/workflows/test_r_cookbook.yml | 2 +-
Makefile | 2 +-
cpp/CONTRIBUTING.md | 3 +-
cpp/code/CMakeLists.txt | 155 ++++++++-----
cpp/code/common.h | 21 +-
cpp/code/datasets.cc | 10 +-
cpp/code/flight.cc | 29 ++-
cpp/code/main.cc | 5 +
cpp/conda-linux-64.lock | 252 ++++++++++-----------
cpp/conda-linux-aarch64.lock | 245 ++++++++++----------
cpp/conda-osx-arm64.lock | 248 ++++++++++----------
cpp/dev.yml | 14 +-
cpp/environment.yml | 8 +-
python/requirements.txt | 4 +-
python/source/io.rst | 81 +++----
21 files changed, 612 insertions(+), 559 deletions(-)