Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the minor-and-patch group with 2 updates: git-changelog and pypandoc.

Updates git-changelog from 2.5.2 to 2.6.3

Release notes

Sourced from git-changelog's releases.

2.6.3

2.6.3 - 2025-09-18

Compare with 2.6.2

Bug Fixes

  • Use UTF-8 encoding in all text-mode open() calls (982377c by Bartosz Sławecki). PR-105

2.6.2

2.6.2 - 2025-09-03

Compare with 2.6.1

Dependencies

  • Replace appdirs (deprecated) by platformdirs (12623b4 by Timothée Mazzucotelli).
  • Upgrade lower bounds of Jinja2 and semver to 3.0 (169d7bf by Timothée Mazzucotelli).

Code Refactoring

  • Update entry point to avoid deprecation warning (e7ca136 by fgagarin). PR-104

2.6.1

2.6.1 - 2025-09-01

Compare with 2.6.0

Deprecations

  • Symbols must now be imported from the top-level git_changelog module. All submodules are deprecated.

Code Refactoring

  • Re-expose API in the top-level module, sync docs (093721c by Timothée Mazzucotelli).
  • Move modules under internal folder (06e7282 by Timothée Mazzucotelli).

2.6.0

2.6.0 - 2025-09-01

Compare with 2.5.3

Features

  • Add --bumped-version CLI option to print the computed new version (abaf28a by fgagarin). PR-103, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr

2.5.3

2.5.3 - 2024-11-26

Compare with 2.5.2

... (truncated)

Changelog

Sourced from git-changelog's changelog.

2.6.3 - 2025-09-18

Compare with 2.6.2

Bug Fixes

  • Use UTF-8 encoding in all text-mode open() calls (982377c by Bartosz Sławecki). PR-105

2.6.2 - 2025-09-03

Compare with 2.6.1

Dependencies

  • Replace appdirs (deprecated) by platformdirs (12623b4 by Timothée Mazzucotelli).
  • Upgrade lower bounds of Jinja2 and semver to 3.0 (169d7bf by Timothée Mazzucotelli).

Code Refactoring

  • Update entry point to avoid deprecation warning (e7ca136 by fgagarin). PR-104

2.6.1 - 2025-09-01

Compare with 2.6.0

Deprecations

  • Symbols must now be imported from the top-level git_changelog module. All submodules are deprecated.

Code Refactoring

  • Re-expose API in the top-level module, sync docs (093721c by Timothée Mazzucotelli).
  • Move modules under internal folder (06e7282 by Timothée Mazzucotelli).

2.6.0 - 2025-09-01

Compare with 2.5.3

Features

  • Add --bumped-version CLI option to print the computed new version (abaf28a by fgagarin). PR-103, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr

2.5.3 - 2024-11-26

Compare with 2.5.2

Build

  • Drop support for Python 3.8 (ff2b8bb by Timothée Mazzucotelli).

... (truncated)

Commits
  • c84f5b9 chore: Prepare release 2.6.3
  • 982377c fix: Use UTF-8 encoding in all text-mode open() calls
  • 9f84e54 ci: Remove unused noqa comment
  • 611b073 tests: Fix API/inventory test by not documenting deprecated modules
  • 0ab5920 tests: Fix --bumped-version test by using temp repo, not main one
  • b8946e6 chore: Prepare release 2.6.2
  • 12623b4 deps: Replace appdirs (deprecated) by platformdirs
  • 169d7bf deps: Upgrade lower bounds of Jinja2 and semver to 3.0
  • e7ca136 refactor: Update entry point to avoid deprecation warning
  • 6ffc503 chore: Prepare release 2.6.1
  • Additional commits viewable in compare view

Updates pypandoc from 1.16 to 1.16.2

Release notes

Sourced from pypandoc's releases.

Latest Development Version

Commits

  • c3afa88: pypandoc v1.16 (JessicaTegner)
Commits
  • eaafdbe pypandoc v1.16.2
  • 5face72 Merge pull request #415 from JessicaTegner/jessica/tinytex_fix
  • 71dedd4 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 1999a28 remove tinytex
  • 811741a skip pdf testi n ci
  • 9f830b3 Use PyTinyTeX instead in ci
  • 35035f6 pypandoc v1.16.1
  • a44afee Merge pull request #414 from JessicaTegner/jessica/cifix
  • dbb1505 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • dd30edc Improvements to CI
  • See full diff 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 minor-and-patch group with 2 updates: [git-changelog](https://github.com/pawamoy/git-changelog) and [pypandoc](https://github.com/JessicaTegner/pypandoc).


Updates `git-changelog` from 2.5.2 to 2.6.3
- [Release notes](https://github.com/pawamoy/git-changelog/releases)
- [Changelog](https://github.com/pawamoy/git-changelog/blob/main/CHANGELOG.md)
- [Commits](pawamoy/git-changelog@2.5.2...2.6.3)

Updates `pypandoc` from 1.16 to 1.16.2
- [Release notes](https://github.com/JessicaTegner/pypandoc/releases)
- [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md)
- [Commits](JessicaTegner/pypandoc@v1.16...v1.16.2)

---
updated-dependencies:
- dependency-name: git-changelog
  dependency-version: 2.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: pypandoc
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

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 Nov 24, 2025
@kassyray kassyray self-requested a review November 26, 2025 15:36
@kassyray kassyray merged commit 0cea776 into main Nov 26, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/uv/minor-and-patch-ef5873337b branch November 26, 2025 15:37
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.

2 participants