Skip to content

Bump the pip group across 7 directories with 4 updates#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/docker/build/Sandboxes/python311Slim/pip-1842a24027
Open

Bump the pip group across 7 directories with 4 updates#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/docker/build/Sandboxes/python311Slim/pip-1842a24027

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown

Bumps the pip group with 2 updates in the /docker/build/Sandboxes/python311Slim directory: pdfkit and ujson.
Bumps the pip group with 3 updates in the /docker/build/Sandboxes/python311TorchCPU directory: pdfkit, ujson and torch.
Bumps the pip group with 3 updates in the /docker/build/Sandboxes/python311TorchCUDA directory: pdfkit, ujson and torch.
Bumps the pip group with 3 updates in the /docker/build/Sandboxes/python311TorchMARM64 directory: pdfkit, ujson and torch.
Bumps the pip group with 3 updates in the /docker/build/Sandboxes/python311TorchROCM directory: pdfkit, ujson and torch.
Bumps the pip group with 3 updates in the /docker/build/Sandboxes/python311TorchVulkan directory: pdfkit, ujson and torch.
Bumps the pip group with 1 update in the /docker/build/guideants-ai directory: transformers.

Updates pdfkit from 0.6.1 to 1.0.0

Release notes

Sourced from pdfkit's releases.

1.0.0

  • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
  • Fix different issues with searching for wkhtmltopdf binary
  • Update error handling for wkhtmltopdf
  • Fix different issues with options handling
  • Better handling of unicode input
  • Switch from Travis to GitHub Actions
  • Update README
Changelog

Sourced from pdfkit's changelog.

Changelog

  • 2.0.0
    • Drop support for Python <= 3.7
  • 1.0.0
    • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
    • Fix different issues with searching for wkhtmltopdf binary
    • Update error handling for wkhtmltopdf
    • Fix different issues with options handling
    • Better handling of unicode input
    • Switch from Travis to GitHub Actions
    • Update README
  • 0.6.1
    • Fix regression on python 3+ when trying to decode pdf output
  • 0.6.0
    • Support repeatable options
    • Support multiple values for some options
    • Fix some corner cases when specific argument order is required
    • Some Python 3+ compatibility fixes
    • Update README
  • 0.5.0
    • Allow passing multiple css files
    • Fix problems with external file encodings
    • Rise an error when X server is missing on *nix systems
    • Fix tests that was broken with latest wkhtmltopdf release
    • Update README
  • 0.4.1
    • More easier custom configuration setting
    • Update README
  • 0.4.0
    • Allow passing file-like objects
    • Ability to return PDF as a string
    • Allow user specification of configuration
    • API calls now returns True on success
    • bugfixes
  • 0.3.0
    • Python 3 support
  • 0.2.4
    • Add History
    • Update setup.py
  • 0.2.3
    • Fix installing with setup.py
    • Update README
Commits

Updates ujson from 5.12.1 to 5.13.0

Release notes

Sourced from ujson's releases.

5.13.0

Added

Changed

Fixed

  • Tighten UTF-8 validation for ujson.dumps(b"...", reject_bytes=False) (169eaf36b1116fece5034ee79a7a0ef3f6deedcf) @​bwoodsend
  • Replace generated version.h with macro (#735) @​hugovk
Commits
  • 1a23a68 Create manylinux2014 wheels (#745)
  • bd943e8 Build separate manylinux2014 + modern wheels
  • 87ae2df Create manylinux2014 wheels
  • 209371e Verify expected number of dists (#743)
  • 6392258 Also check SHA of wheels in case manylinux version changes
  • a00edea Verify expected number of dists
  • e24aeb7 Fix utf-8 test for graalpy
  • 9122ebe Replace pre-commit with prek to fix deprecation warning (#744)
  • 0bbf9a3 Add support for Python 3.15 (#742)
  • 90ddea2 Replace pre-commit with prek to fix deprecation warning
  • Additional commits viewable in compare view

Updates pdfkit from 0.6.1 to 1.0.0

Release notes

Sourced from pdfkit's releases.

1.0.0

  • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
  • Fix different issues with searching for wkhtmltopdf binary
  • Update error handling for wkhtmltopdf
  • Fix different issues with options handling
  • Better handling of unicode input
  • Switch from Travis to GitHub Actions
  • Update README
Changelog

Sourced from pdfkit's changelog.

Changelog

  • 2.0.0
    • Drop support for Python <= 3.7
  • 1.0.0
    • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
    • Fix different issues with searching for wkhtmltopdf binary
    • Update error handling for wkhtmltopdf
    • Fix different issues with options handling
    • Better handling of unicode input
    • Switch from Travis to GitHub Actions
    • Update README
  • 0.6.1
    • Fix regression on python 3+ when trying to decode pdf output
  • 0.6.0
    • Support repeatable options
    • Support multiple values for some options
    • Fix some corner cases when specific argument order is required
    • Some Python 3+ compatibility fixes
    • Update README
  • 0.5.0
    • Allow passing multiple css files
    • Fix problems with external file encodings
    • Rise an error when X server is missing on *nix systems
    • Fix tests that was broken with latest wkhtmltopdf release
    • Update README
  • 0.4.1
    • More easier custom configuration setting
    • Update README
  • 0.4.0
    • Allow passing file-like objects
    • Ability to return PDF as a string
    • Allow user specification of configuration
    • API calls now returns True on success
    • bugfixes
  • 0.3.0
    • Python 3 support
  • 0.2.4
    • Add History
    • Update setup.py
  • 0.2.3
    • Fix installing with setup.py
    • Update README
Commits

Updates ujson from 5.12.1 to 5.13.0

Release notes

Sourced from ujson's releases.

5.13.0

Added

Changed

Fixed

  • Tighten UTF-8 validation for ujson.dumps(b"...", reject_bytes=False) (169eaf36b1116fece5034ee79a7a0ef3f6deedcf) @​bwoodsend
  • Replace generated version.h with macro (#735) @​hugovk
Commits
  • 1a23a68 Create manylinux2014 wheels (#745)
  • bd943e8 Build separate manylinux2014 + modern wheels
  • 87ae2df Create manylinux2014 wheels
  • 209371e Verify expected number of dists (#743)
  • 6392258 Also check SHA of wheels in case manylinux version changes
  • a00edea Verify expected number of dists
  • e24aeb7 Fix utf-8 test for graalpy
  • 9122ebe Replace pre-commit with prek to fix deprecation warning (#744)
  • 0bbf9a3 Add support for Python 3.15 (#742)
  • 90ddea2 Replace pre-commit with prek to fix deprecation warning
  • Additional commits viewable in compare view

Updates torch from 2.11.0 to 2.12.1

Release notes

Sourced from torch's releases.

PyTorch 2.12.1 Release, bug fix release

This release is meant to fix the following regressions and silent correctness issues:

Regression fixes

  • Fix nondeterministic outputs in test_batch_invariance with FLASH_ATTN on NVIDIA B200 GPUs (#181248), fixed by updating Triton to 3.7.1 (#186814)
  • Fix illegal memory access in the Triton convolution2d_bwd_weight kernel on B100/B200 (sm100) GPUs (#187081), fixed by updating Triton to 3.7.1 (#186814)
  • Fix fill_ on byte-dtype views with misaligned storage offset (#186821)

Releng / Build

  • Drop CPython 3.13t from the binary build matrix (#182951)

PyTorch 2.12.0 Release Notes

Highlights

For more details about these highlighted features, you can look at the release blogpost. Below are the full release notes for this release.

Backwards Incompatible Changes

Build Frontend

  • Strengthened SVE compile checks in FindARM.cmake, which may reject previously accepted but incorrect SVE configurations (#176646)

    Source builds that enable SVE now validate the compiler configuration more strictly. If a build previously passed with an incomplete or mismatched SVE setup, it may now fail during CMake configuration instead of later in compilation. Update the compiler/toolchain flags so they accurately describe the target SVE support, or disable SVE for that build.

  • Updated the minimum CUDA version required to build PyTorch from source to CUDA 12.6 (#178925)

    Building PyTorch from source with CUDA versions older than 12.6 is no longer supported. Users building custom binaries should install CUDA 12.6 or newer and make sure CUDA_HOME points to that installation.

    Version 2.11:

    CUDA_HOME=/usr/local/cuda-12.4 python setup.py develop

... (truncated)

Commits

Updates pdfkit from 0.6.1 to 1.0.0

Release notes

Sourced from pdfkit's releases.

1.0.0

  • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
  • Fix different issues with searching for wkhtmltopdf binary
  • Update error handling for wkhtmltopdf
  • Fix different issues with options handling
  • Better handling of unicode input
  • Switch from Travis to GitHub Actions
  • Update README
Changelog

Sourced from pdfkit's changelog.

Changelog

  • 2.0.0
    • Drop support for Python <= 3.7
  • 1.0.0
    • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
    • Fix different issues with searching for wkhtmltopdf binary
    • Update error handling for wkhtmltopdf
    • Fix different issues with options handling
    • Better handling of unicode input
    • Switch from Travis to GitHub Actions
    • Update README
  • 0.6.1
    • Fix regression on python 3+ when trying to decode pdf output
  • 0.6.0
    • Support repeatable options
    • Support multiple values for some options
    • Fix some corner cases when specific argument order is required
    • Some Python 3+ compatibility fixes
    • Update README
  • 0.5.0
    • Allow passing multiple css files
    • Fix problems with external file encodings
    • Rise an error when X server is missing on *nix systems
    • Fix tests that was broken with latest wkhtmltopdf release
    • Update README
  • 0.4.1
    • More easier custom configuration setting
    • Update README
  • 0.4.0
    • Allow passing file-like objects
    • Ability to return PDF as a string
    • Allow user specification of configuration
    • API calls now returns True on success
    • bugfixes
  • 0.3.0
    • Python 3 support
  • 0.2.4
    • Add History
    • Update setup.py
  • 0.2.3
    • Fix installing with setup.py
    • Update README
Commits

Updates ujson from 5.12.1 to 5.13.0

Release notes

Sourced from ujson's releases.

5.13.0

Added

Changed

Fixed

  • Tighten UTF-8 validation for ujson.dumps(b"...", reject_bytes=False) (169eaf36b1116fece5034ee79a7a0ef3f6deedcf) @​bwoodsend
  • Replace generated version.h with macro (#735) @​hugovk
Commits
  • 1a23a68 Create manylinux2014 wheels (#745)
  • bd943e8 Build separate manylinux2014 + modern wheels
  • 87ae2df Create manylinux2014 wheels
  • 209371e Verify expected number of dists (#743)
  • 6392258 Also check SHA of wheels in case manylinux version changes
  • a00edea Verify expected number of dists
  • e24aeb7 Fix utf-8 test for graalpy
  • 9122ebe Replace pre-commit with prek to fix deprecation warning (#744)
  • 0bbf9a3 Add support for Python 3.15 (#742)
  • 90ddea2 Replace pre-commit with prek to fix deprecation warning
  • Additional commits viewable in compare view

Updates torch from 2.11.0 to 2.12.1

Release notes

Sourced from torch's releases.

PyTorch 2.12.1 Release, bug fix release

This release is meant to fix the following regressions and silent correctness issues:

Regression fixes

  • Fix nondeterministic outputs in test_batch_invariance with FLASH_ATTN on NVIDIA B200 GPUs (#181248), fixed by updating Triton to 3.7.1 (#186814)
  • Fix illegal memory access in the Triton convolution2d_bwd_weight kernel on B100/B200 (sm100) GPUs (#187081), fixed by updating Triton to 3.7.1 (#186814)
  • Fix fill_ on byte-dtype views with misaligned storage offset (#186821)

Releng / Build

  • Drop CPython 3.13t from the binary build matrix (#182951)

PyTorch 2.12.0 Release Notes

Highlights

For more details about these highlighted features, you can look at the release blogpost. Below are the full release notes for this release.

Backwards Incompatible Changes

Build Frontend

  • Strengthened SVE compile checks in FindARM.cmake, which may reject previously accepted but incorrect SVE configurations (#176646)

    Source builds that enable SVE now validate the compiler configuration more strictly. If a build previously passed with an incomplete or mismatched SVE setup, it may now fail during CMake configuration instead of later in compilation. Update the compiler/toolchain flags so they accurately describe the target SVE support, or disable SVE for that build.

  • Updated the minimum CUDA version required to build PyTorch from source to CUDA 12.6 (#178925)

    Building PyTorch from source with CUDA versions older than 12.6 is no longer supported. Users building custom binaries should install CUDA 12.6 or newer and make sure CUDA_HOME points to that installation.

    Version 2.11:

    CUDA_HOME=/usr/local/cuda-12.4 python setup.py develop

... (truncated)

Commits

Updates pdfkit from 0.6.1 to 1.0.0

Release notes

Sourced from pdfkit's releases.

1.0.0

  • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
  • Fix different issues with searching for wkhtmltopdf binary
  • Update error handling for wkhtmltopdf
  • Fix different issues with options handling
  • Better handling of unicode input
  • Switch from Travis to GitHub Actions
  • Update README
Changelog

Sourced from pdfkit's changelog.

Changelog

  • 2.0.0
    • Drop support for Python <= 3.7
  • 1.0.0
    • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
    • Fix different issues with searching for wkhtmltopdf binary
    • Update error handling for wkhtmltopdf
    • Fix different issues with options handling
    • Better handling of unicode input
    • Switch from Travis to GitHub Actions
    • Update README
  • 0.6.1
    • Fix regression on python 3+ when trying to decode pdf output
  • 0.6.0
    • Support repeatable options
    • Support multiple values for some options
    • Fix some corner cases when specific argument order is required
    • Some Python 3+ compatibility fixes
    • Update README
  • 0.5.0
    • Allow passing multiple css files
    • Fix problems with external file encodings
    • Rise an error when X server is missing on *nix systems
    • Fix tests that was broken with latest wkhtmltopdf release
    • Update README
  • 0.4.1
    • More easier custom configuration setting
    • Update README
  • 0.4.0
    • Allow passing file-like objects
    • Ability to return PDF as a string
    • Allow user specification of configuration
    • API calls now returns True on success
    • bugfixes
  • 0.3.0
    • Python 3 support
  • 0.2.4
    • Add History
    • Update setup.py
  • 0.2.3
    • Fix installing with setup.py
    • Update README
Commits

Updates ujson from 5.12.1 to 5.13.0

Release notes

Sourced from ujson's releases.

5.13.0

Added

Changed

Fixed

  • Tighten UTF-8 validation for ujson.dumps(b"...", reject_bytes=False) (169eaf36b1116fece5034ee79a7a0ef3f6deedcf) @​bwoodsend
  • Replace generated version.h with macro (#735) @​hugovk
Commits
  • 1a23a68 Create manylinux2014 wheels (#745)
  • bd943e8 Build separate manylinux2014 + modern wheels
  • 87ae2df Create manylinux2014 wheels
  • 209371e Verify expected number of dists (#743)
  • 6392258 Also check SHA of wheels in case manylinux version changes
  • a00edea Verify expected number of dists
  • e24aeb7 Fix utf-8 test for graalpy
  • 9122ebe Replace pre-commit with prek to fix deprecation warning (#744)
  • 0bbf9a3 Add support for Python 3.15 (#742)
  • 90ddea2 Replace pre-commit with prek to fix deprecation warning
  • Additional commits viewable in compare view

Updates torch from 2.11.0 to 2.12.1

Release notes

Sourced from torch's releases.

PyTorch 2.12.1 Release, bug fix release

This release is meant to fix the following regressions and silent correctness issues:

Regression fixes

  • Fix nondeterministic outputs in test_batch_invariance with FLASH_ATTN on NVIDIA B200 GPUs (#181248), fixed by updating Triton to 3.7.1 (#186814)
  • Fix illegal memory access in the Triton convolution2d_bwd_weight kernel on B100/B200 (sm100) GPUs (#187081), fixed by updating Triton to 3.7.1 (#186814)
  • Fix fill_ on byte-dtype views with misaligned storage offset (#186821)

Releng / Build

  • Drop CPython 3.13t from the binary build matrix (#182951)

PyTorch 2.12.0 Release Notes

Highlights

For more details about these highlighted features, you can look at the release blogpost. Below are the full release notes for this release.

Backwards Incompatible Changes

Build Frontend

  • Strengthened SVE compile checks in FindARM.cmake, which may reject previously accepted but incorrect SVE configurations (#176646)

    Source builds that enable SVE now validate the compiler configuration more strictly. If a build previously passed with an incomplete or mismatched SVE setup, it may now fail during CMake configuration instead of later in compilation. Update the compiler/toolchain flags so they accurately describe the target SVE support, or disable SVE for that build.

  • Updated the minimum CUDA version required to build PyTorch from source to CUDA 12.6 (#178925)

    Building PyTorch from source with CUDA versions older than 12.6 is no longer supported. Users building custom binaries should install CUDA 12.6 or newer and make sure CUDA_HOME points to that installation.

    Version 2.11:

    CUDA_HOME=/usr/local/cuda-12.4 python setup.py develop

... (truncated)

Commits

Updates pdfkit from 0.6.1 to 1.0.0

Release notes

Sourced from pdfkit's releases.

1.0.0

  • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
  • Fix different issues with searching for wkhtmltopdf binary
  • Update error handling for wkhtmltopdf
  • Fix different issues with options handling
  • Better handling of unicode input
  • Switch from Travis to GitHub Actions
  • Update README
Changelog

Sourced from pdfkit's changelog.

Changelog

  • 2.0.0
    • Drop support for Python <= 3.7
  • 1.0.0
    • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
    • Fix different issues with searching for wkhtmltopdf binary
    • Update error handling for wkhtmltopdf
    • Fix different issues with options handling
    • Better handling of unicode input
    • Switch from Travis to GitHub Actions
    • Update README
  • 0.6.1
    • Fix regression on python 3+ when trying to decode pdf output
  • 0.6.0
    • Support repeatable options
    • Support multiple values for some options
    • Fix some corner cases when specific argument order is required
    • Some Python 3+ compatibility fixes
    • Update README
  • 0.5.0
    • Allow passing multiple css files
    • Fix problems with external file encodings
    • Rise an error when X server is missing on *nix systems
    • Fix tests that was broken with latest wkhtmltopdf release
    • Update README
  • 0.4.1
    • More easier custom configuration setting
    • Update README
  • 0.4.0
    • Allow passing file-like objects
    • Ability to return PDF as a string
    • Allow user specification of configuration
    • API calls now returns True on success
    • bugfixes
  • 0.3.0
    • Python 3 support
  • 0.2.4
    • Add History
    • Update setup.py
  • 0.2.3
    • Fix installing with setup.py
    • Update README
Commits

Updates ujson from 5.12.1 to 5.13.0

Release notes

Sourced from ujson's releases.

5.13.0

Added

Changed

Fixed

  • Tighten UTF-8 validation for ujson.dumps(b"...", reject_bytes=False) (169eaf36b1116fece5034ee79a7a0ef3f6deedcf) @​bwoodsend
  • Replace generated version.h with macro (#735) @​hugovk
Commits
  • 1a23a68 Create manylinux2014 wheels (#745)
  • bd943e8 Build separate manylinux2014 + modern wheels
  • 87ae2df Create manylinux2014 wheels
  • 209371e Verify expected number of dists (#743)
  • 6392258 Also check SHA of wheels in case manylinux version changes
  • a00edea Verify expected number of dists
  • e24aeb7 Fix utf-8 test for graalpy
  • 9122ebe Replace pre-commit with prek to fix deprecation warning (#744)
  • 0bbf9a3 Add support for Python 3.15 (#742)
  • 90ddea2 Replace pre-commit with prek to fix deprecation warning
  • Additional commits viewable in compare view

Updates torch from 2.11.0 to 2.12.1

Release notes

Sourced from torch's releases.

PyTorch 2.12.1 Release, bug fix release

This release is meant to fix the following regressions and silent correctness issues:

Regression fixes

  • Fix nondeterministic outputs in test_batch_invariance with FLASH_ATTN on NVIDIA B200 GPUs (#181248), fixed by updating Triton to 3.7.1 (#186814)
  • Fix illegal memory access in the Triton convolution2d_bwd_weight kernel on B100/B200 (sm100) GPUs (#187081), fixed by updating Triton to 3.7.1 (#186814)
  • Fix fill_ on byte-dtype views with misaligned storage offset (#186821)

Releng / Build

  • Drop CPython 3.13t from the binary build matrix (#182951)

PyTorch 2.12.0 Release Notes

Highlights

For more details about these highlighted features, you can look at the release blogpost. Below are the full release notes for this release.

Backwards Incompatible Changes

Build Frontend

  • Strengthened SVE compile checks in FindARM.cmake, which may reject previously accepted but incorrect SVE configurations (#176646)

    Source builds that enable SVE now validate the compiler configuration more strictly. If a build previously passed with an incomplete or mismatched SVE setup, it may now fail during CMake configuration instead of later in compilation. Update the compiler/toolchain flags so they accurately describe the target SVE support, or disable SVE for that build.

  • Updated the minimum CUDA version required to build PyTorch from source to CUDA 12.6 (#178925)

    Building PyTorch from source with CUDA versions older than 12.6 is no longer supported. Users building custom binaries should install CUDA 12.6 or newer and make sure CUDA_HOME points to that installation.

    Version 2.11:

    CUDA_HOME=/usr/local/cuda-12.4 python setup.py develop

... (truncated)

Commits

Updates pdfkit from 0.6.1 to 1.0.0

Release notes

Sourced from pdfkit's releases.

1.0.0

  • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
  • Fix different issues with searching for wkhtmltopdf binary
  • Update error handling for wkhtmltopdf
  • Fix different issues with options handling
  • Better handling of unicode input
  • Switch from Travis to GitHub Actions
  • Update README
Changelog

Sourced from pdfkit's changelog.

Changelog

  • 2.0.0
    • Drop support for Python <= 3.7
  • 1.0.0
    • By default PDFKit now passes "quiet" option to wkhtmltopdf. Now if you need to get output you should pass "verbose=True" to API calls
    • Fix different issues with searching for wkhtmltopdf binary
    • Update error handling for wkhtmltopdf
    • Fix different issues with options handling
    • Better handling of unicode input
    • Switch from Travis to GitHub Actions
    • Update README
  • 0.6.1
    • Fix regression on python 3+ when trying to decode pdf output
  • 0.6.0
    • Support repeatable options
    • Support multiple values for some options
    • Fix some corner cases when specific argument order is required
    • Some Python 3+ compatibility fixes
    • Update README
  • 0.5.0
    • Allow passing multiple css files
    • Fix problems with external file encodings
    • Rise an error when X server is missing on *nix systems
    • Fix tests that was broken with latest wkhtmltopdf release
    • Update README
  • 0.4.1
    • More easier custom configuration setting
    • Update README
  • 0.4.0
    • Allow passing file...

      Description has been truncated

Bumps the pip group with 2 updates in the /docker/build/Sandboxes/python311Slim directory: [pdfkit](https://github.com/JazzCore/python-pdfkit) and [ujson](https://github.com/ultrajson/ultrajson).
Bumps the pip group with 3 updates in the /docker/build/Sandboxes/python311TorchCPU directory: [pdfkit](https://github.com/JazzCore/python-pdfkit), [ujson](https://github.com/ultrajson/ultrajson) and [torch](https://github.com/pytorch/pytorch).
Bumps the pip group with 3 updates in the /docker/build/Sandboxes/python311TorchCUDA directory: [pdfkit](https://github.com/JazzCore/python-pdfkit), [ujson](https://github.com/ultrajson/ultrajson) and [torch](https://github.com/pytorch/pytorch).
Bumps the pip group with 3 updates in the /docker/build/Sandboxes/python311TorchMARM64 directory: [pdfkit](https://github.com/JazzCore/python-pdfkit), [ujson](https://github.com/ultrajson/ultrajson) and [torch](https://github.com/pytorch/pytorch).
Bumps the pip group with 3 updates in the /docker/build/Sandboxes/python311TorchROCM directory: [pdfkit](https://github.com/JazzCore/python-pdfkit), [ujson](https://github.com/ultrajson/ultrajson) and [torch](https://github.com/pytorch/pytorch).
Bumps the pip group with 3 updates in the /docker/build/Sandboxes/python311TorchVulkan directory: [pdfkit](https://github.com/JazzCore/python-pdfkit), [ujson](https://github.com/ultrajson/ultrajson) and [torch](https://github.com/pytorch/pytorch).
Bumps the pip group with 1 update in the /docker/build/guideants-ai directory: [transformers](https://github.com/huggingface/transformers).


Updates `pdfkit` from 0.6.1 to 1.0.0
- [Release notes](https://github.com/JazzCore/python-pdfkit/releases)
- [Changelog](https://github.com/JazzCore/python-pdfkit/blob/master/HISTORY.rst)
- [Commits](https://github.com/JazzCore/python-pdfkit/commits/1.0.0)

Updates `ujson` from 5.12.1 to 5.13.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.12.1...5.13.0)

Updates `pdfkit` from 0.6.1 to 1.0.0
- [Release notes](https://github.com/JazzCore/python-pdfkit/releases)
- [Changelog](https://github.com/JazzCore/python-pdfkit/blob/master/HISTORY.rst)
- [Commits](https://github.com/JazzCore/python-pdfkit/commits/1.0.0)

Updates `ujson` from 5.12.1 to 5.13.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.12.1...5.13.0)

Updates `torch` from 2.11.0 to 2.12.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.11.0...v2.12.1)

Updates `pdfkit` from 0.6.1 to 1.0.0
- [Release notes](https://github.com/JazzCore/python-pdfkit/releases)
- [Changelog](https://github.com/JazzCore/python-pdfkit/blob/master/HISTORY.rst)
- [Commits](https://github.com/JazzCore/python-pdfkit/commits/1.0.0)

Updates `ujson` from 5.12.1 to 5.13.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.12.1...5.13.0)

Updates `torch` from 2.11.0 to 2.12.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.11.0...v2.12.1)

Updates `pdfkit` from 0.6.1 to 1.0.0
- [Release notes](https://github.com/JazzCore/python-pdfkit/releases)
- [Changelog](https://github.com/JazzCore/python-pdfkit/blob/master/HISTORY.rst)
- [Commits](https://github.com/JazzCore/python-pdfkit/commits/1.0.0)

Updates `ujson` from 5.12.1 to 5.13.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.12.1...5.13.0)

Updates `torch` from 2.11.0 to 2.12.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.11.0...v2.12.1)

Updates `pdfkit` from 0.6.1 to 1.0.0
- [Release notes](https://github.com/JazzCore/python-pdfkit/releases)
- [Changelog](https://github.com/JazzCore/python-pdfkit/blob/master/HISTORY.rst)
- [Commits](https://github.com/JazzCore/python-pdfkit/commits/1.0.0)

Updates `ujson` from 5.12.1 to 5.13.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.12.1...5.13.0)

Updates `torch` from 2.11.0 to 2.12.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.11.0...v2.12.1)

Updates `pdfkit` from 0.6.1 to 1.0.0
- [Release notes](https://github.com/JazzCore/python-pdfkit/releases)
- [Changelog](https://github.com/JazzCore/python-pdfkit/blob/master/HISTORY.rst)
- [Commits](https://github.com/JazzCore/python-pdfkit/commits/1.0.0)

Updates `ujson` from 5.12.1 to 5.13.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.12.1...5.13.0)

Updates `torch` from 2.11.0 to 2.12.1
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.11.0...v2.12.1)

Updates `transformers` from 4.57.6 to 5.3.0
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.57.6...v5.3.0)

---
updated-dependencies:
- dependency-name: pdfkit
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ujson
  dependency-version: 5.13.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pdfkit
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ujson
  dependency-version: 5.13.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-version: 2.12.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pdfkit
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ujson
  dependency-version: 5.13.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-version: 2.12.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pdfkit
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ujson
  dependency-version: 5.13.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-version: 2.12.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pdfkit
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ujson
  dependency-version: 5.13.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-version: 2.12.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pdfkit
  dependency-version: 1.0.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ujson
  dependency-version: 5.13.0
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: torch
  dependency-version: 2.12.1
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: transformers
  dependency-version: 5.3.0
  dependency-type: direct:production
  dependency-group: pip
...

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 Jul 2, 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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants