Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the uv group with 6 updates:

Package From To
boto3 1.42.14 1.42.19
botocore 1.42.14 1.42.19
coverage 7.13.0 7.13.1
prek 0.2.22 0.2.25
ty 0.0.4 0.0.8
pymdown-extensions 10.19.1 10.20

Updates boto3 from 1.42.14 to 1.42.19

Commits
  • 98bf665 Merge branch 'release-1.42.19'
  • a86b3cf Bumping version to 1.42.19
  • a96980b Add changelog entries from botocore
  • 3a1085f Remove elastictranscoder from documentation (#4686)
  • 83130e5 Merge branch 'release-1.42.18'
  • 2ad1b19 Merge branch 'release-1.42.18' into develop
  • 56a53e6 Bumping version to 1.42.18
  • 960d57e Add changelog entries from botocore
  • 9a88f84 Merge branch 'release-1.42.17'
  • c302093 Merge branch 'release-1.42.17' into develop
  • Additional commits viewable in compare view

Updates botocore from 1.42.14 to 1.42.19

Commits
  • 5e019fa Merge branch 'release-1.42.19'
  • cf04292 Bumping version to 1.42.19
  • 5abbfa0 Update endpoints model
  • e2a30f9 Update to latest models
  • c8f4f63 Merge branch 'release-1.42.18'
  • ea13a70 Merge branch 'release-1.42.18' into develop
  • cd0f585 Bumping version to 1.42.18
  • 0943530 Update to latest models
  • 1352920 Merge pull request #3614 from alexgromero/elastictranscoder-removal
  • d67a9c4 Merge branch 'release-1.42.17'
  • Additional commits viewable in compare view

Updates coverage from 7.13.0 to 7.13.1

Changelog

Sourced from coverage's changelog.

Version 7.13.1 — 2025-12-28

  • Added: the JSON report now includes a "start_line" key for function and class regions, indicating the first line of the region in the source. Closes issue 2110_.

  • Added: The debug data command now takes file names as arguments on the command line, so you can inspect specific data files without needing to set the COVERAGE_FILE environment variable.

  • Fix: the JSON report used to report module docstrings as executed lines, which no other report did, as described in issue 2105_. This is now fixed, thanks to Jianrong Zhao.

  • Fix: coverage.py uses a more disciplined approach to detecting where third-party code is installed, and avoids measuring it. This shouldn't change any behavior. If you find that it does, please get in touch.

  • Performance: data files that will be combined now record their hash as part of the file name. This lets us skip duplicate data more quickly, speeding the combining step.

  • Docs: added a section explaining more about what is considered a missing branch and how it is reported: :ref:branch_explain, as requested in issue 1597. Thanks to Ayisha Mohammed <pull 2092_>.

  • Tests: the test suite misunderstood what core was being tested if COVERAGE_CORE wasn't set on 3.14+. This is now fixed, closing issue 2109_.

.. _issue 1597: coveragepy/coveragepy#1597 .. _pull 2092: coveragepy/coveragepy#2092 .. _issue 2105: coveragepy/coveragepy#2105 .. _issue 2109: coveragepy/coveragepy#2109 .. _issue 2110: coveragepy/coveragepy#2110

.. _changes_7-13-0:

Commits
  • a6afdc3 docs: sample HTML for 7.13.1
  • a497081 docs: prep for 7.13.1
  • e992033 docs: polish up CHANGES
  • 18bba6e chore: bump the action-dependencies group with 4 updates (#2111)
  • 80fb808 refactor: (?x:...) lets us use re.VERBOSE even when combining later
  • cc272bd docs: leave a comment so we'll find this when 3.12 is the minimum
  • 70d007d types: be explicit
  • a2c1940 types: fully import modules that will be patched
  • 57b975d types: explicit Protocol inheritance permits changing parameter names
  • 63ec12d types: clarify that morfs arguments can be a single morf
  • Additional commits viewable in compare view

Updates prek from 0.2.22 to 0.2.25

Release notes

Sourced from prek's releases.

0.2.25

Release Notes

Released on 2025-12-27.

Performance

  • Use git cat-file -e in check if a rev exists (#1277)

Bug fixes

  • Fix priority not applied for remote hooks (#1281)
  • Report config file parsing error in auto-update (#1274)
  • Unset GIT_DIR for auto-update (#1269)

Contributors

Install prek 0.2.25

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/j178/prek/releases/download/v0.2.25/prek-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/j178/prek/releases/download/v0.2.25/prek-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install j178/tap/prek

Install prebuilt binaries into your npm project

npm install @j178/prek@0.2.25

Download prek 0.2.25

File Platform Checksum

... (truncated)

Changelog

Sourced from prek's changelog.

0.2.25

Released on 2025-12-27.

Performance

  • Use git cat-file -e in check if a rev exists (#1277)

Bug fixes

  • Fix priority not applied for remote hooks (#1281)
  • Report config file parsing error in auto-update (#1274)
  • Unset GIT_DIR for auto-update (#1269)

Contributors

0.2.24

Released on 2025-12-23.

Enhancements

  • Build and publish docker image to ghcr.io/j178/prek (#1253)
  • Support git urls for rust dependencies (#1256)

Bug fixes

  • Ensure running uv pip install inside the remote repo path (#1262)
  • Fix check-added-large-files for traced files (#1260)
  • Respect GIT_DIR set by git (#1258)

Documentation

  • Add docker integration docs (#1254)
  • Clarify priority scope across repos (#1251)
  • Improve documentation for configurations (#1247)
  • Render changelog in document site (#1248)

Contributors

0.2.23

Released on 2025-12-20.

... (truncated)

Commits

Updates ty from 0.0.4 to 0.0.8

Release notes

Sourced from ty's releases.

0.0.8

Release Notes

Released on 2025-12-29.

Breaking changes

  • Rename non-subscriptable rule to not-subscriptable (#22193)

Core type checking

  • Promote float and complex when promoting literals (#22215)
  • Callable type of a type object is not function-like (#22226)
  • Fix and simplify callable type materializations (#22213)

LSP server

  • Add option to disable syntax errors (#22217)
  • Fix completion in decorators with missing declaration (#22177)
  • Better completions context detection when typing in decorator positions (#22224)
  • Limit the returned completions to reduce lag (#22240)

Diagnostics

  • Improve wording of unsupported-base sub-diagnostic (#22194)
  • Preserve the invalid assignment diagnostic message when implicitly shadowing a definition (#22219)

Other changes

  • Update docker image to use alpine 3.23 and trixie (#2217)

Contributors

Install ty 0.0.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ty/releases/download/0.0.8/ty-installer.sh | sh

Install prebuilt binaries via powershell script

... (truncated)

Changelog

Sourced from ty's changelog.

0.0.8

Released on 2025-12-29.

Breaking changes

  • Rename non-subscriptable rule to not-subscriptable (#22193)

Core type checking

  • Promote float and complex when promoting literals (#22215)
  • Callable type of a type object is not function-like (#22226)
  • Fix and simplify callable type materializations (#22213)

LSP server

  • Add option to disable syntax errors (#22217)
  • Fix completion in decorators with missing declaration (#22177)
  • Better completions context detection when typing in decorator positions (#22224)
  • Limit the returned completions to reduce lag (#22240)

Diagnostics

  • Improve wording of unsupported-base sub-diagnostic (#22194)
  • Preserve the invalid assignment diagnostic message when implicitly shadowing a definition (#22219)

Other changes

  • Update docker image to use alpine 3.23 and trixie (#2217)

Contributors

0.0.7

Released on 2025-12-24.

Bug fixes

  • Fix classification of modules in import x as y for semantic syntax highlighting (#22175)
  • Fix module resolution on network drives (#22173)
  • Render the entire diagnostic message in all output formats (#22164)

Other changes

... (truncated)

Commits

Updates pymdown-extensions from 10.19.1 to 10.20

Release notes

Sourced from pymdown-extensions's releases.

10.20

  • NEW: Quotes: New blockquotes extension added that uses a more modern approach when compared to Python Markdown's default. Quotes specifically will not group consecutive blockquotes together in the same lazy fashion that the default Python Markdown does which follows a more modern trend to how parsers these days handle block quotes.

    In addition, Quotes also provides an optional feature to enable specifying callouts/alerts in the style used by GitHub and Obsidian.

Commits
  • 7d5c4be Quotes: Add nesting examples, fix some grammar, and add nesting test
  • 9d5b64a Update notes about the new callouts
  • 531a77a Docs: make line number hover stand out more
  • 0d7be84 Revert change to line wrapping
  • 6f9cb09 Wrap lines table format as well and adjust docs theme line highlight
  • 97f7166 Wrap Pygments lines with <span> to allow for better styling
  • ad0d493 Update map
  • 753ddde Tweak admonition colors
  • 7e686ee Docs: Update JS deps
  • 2703d81 Add custom blockquote extension (#2817)
  • 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 uv group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.42.14` | `1.42.19` |
| [botocore](https://github.com/boto/botocore) | `1.42.14` | `1.42.19` |
| [coverage](https://github.com/coveragepy/coveragepy) | `7.13.0` | `7.13.1` |
| [prek](https://github.com/j178/prek) | `0.2.22` | `0.2.25` |
| [ty](https://github.com/astral-sh/ty) | `0.0.4` | `0.0.8` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `10.19.1` | `10.20` |


Updates `boto3` from 1.42.14 to 1.42.19
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.42.14...1.42.19)

Updates `botocore` from 1.42.14 to 1.42.19
- [Commits](boto/botocore@1.42.14...1.42.19)

Updates `coverage` from 7.13.0 to 7.13.1
- [Release notes](https://github.com/coveragepy/coveragepy/releases)
- [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.13.0...7.13.1)

Updates `prek` from 0.2.22 to 0.2.25
- [Release notes](https://github.com/j178/prek/releases)
- [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md)
- [Commits](j178/prek@v0.2.22...v0.2.25)

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

Updates `pymdown-extensions` from 10.19.1 to 10.20
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@10.19.1...10.20)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.42.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: botocore
  dependency-version: 1.42.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: coverage
  dependency-version: 7.13.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: prek
  dependency-version: 0.2.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: ty
  dependency-version: 0.0.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: uv
- dependency-name: pymdown-extensions
  dependency-version: '10.20'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: uv
...

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant