Skip to content

build(deps): bump the python group across 1 directory with 2 updates - #55

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-06ee98f804
Open

build(deps): bump the python group across 1 directory with 2 updates#55
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/python-06ee98f804

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the python group with 2 updates in the / directory: bibtexparser and uv.

Updates bibtexparser from 1.4.4 to 2.0.0

Release notes

Sourced from bibtexparser's releases.

v2.0.0

A fully re-write of the library, order of magnitudes faster and with way more features, i.e., a more complete representation of the bibtex conventions in the parser.

Before switching from v1, please read the readme and the migration docs. While it has been in pre-release for multiple years (!), some stuff may still be broken. Don't hesitate to open an issue if you face any specific problems.


Note: This release is indentical to v2.0.0b10

v2.0.0b10

What's Changed

TLDR: Mostly fixes found by code scanning as a preparation for the upcoming v2.0.0 release

... (truncated)

Commits
  • e33044e 🚀 Prepare v2.0.0 release (README, docs, version bump) (#609)
  • c4ae818 🔖 Bump version to v2.0.0b10 (#621)
  • 8d1bb66 ✨ Support parenthesis-delimited blocks such as @article(...) (#620)
  • d5bde2d 🔧 Re-enable and modernize CodeQL workflow (#619)
  • a0eeb2b 🐛 Materialize iterable middleware arguments before inspecting them (#617)
  • ef2fa54 📦 Ship the complete test tree and its resources in the sdist (#616)
  • 261318d 🐛 Do not mutate the passed library in write_string/write_file (#614)
  • 3514d10 🔊 Warn when writing a large library with a deep-copying unparse stack (#615)
  • d024db3 ⚡ Fix quadratic Library.add during parsing and slow quote-enclosing check (#612)
  • c5a3092 🐛 Only strip enclosing delimiters that enclose the whole value (#604)
  • Additional commits viewable in compare view

Updates uv from 0.12.5 to 0.12.13

Release notes

Sourced from uv's releases.

0.12.13

Release Notes

Released on 2026-09-10.

Python

Enhancements

  • Verify hashes when downloading PEP 658 metadata sidecars (#21563)

Preview features

  • Respect ty exclusions when uv check automatically selects members of a virtual workspace (#21555)

Performance

  • Avoid full wheel downloads during resolution by reusing supported hashes from direct URL fragments when metadata is available separately (#21279)

Bug fixes

  • Edit Windows entry-point launcher resources in memory to support Nano Server and reduce antivirus contention (#18713)
  • Prefer core-metadata over legacy aliases in JSON index responses (#21563)

Install uv 0.12.13

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/uv/releases/download/0.12.13/uv-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://releases.astral.sh/github/uv/releases/download/0.12.13/uv-installer.ps1 | iex"

Download uv 0.12.13

File Platform Checksum
uv-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
uv-x86_64-apple-darwin.tar.gz Intel macOS checksum
uv-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
uv-i686-pc-windows-msvc.zip x86 Windows checksum
uv-x86_64-pc-windows-msvc.zip x64 Windows checksum
uv-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum

... (truncated)

Changelog

Sourced from uv's changelog.

0.12.13

Released on 2026-09-10.

Python

Enhancements

  • Verify hashes when downloading PEP 658 metadata sidecars (#21563)

Preview features

  • Respect ty exclusions when uv check automatically selects members of a virtual workspace (#21555)

Performance

  • Avoid full wheel downloads during resolution by reusing supported hashes from direct URL fragments when metadata is available separately (#21279)

Bug fixes

  • Edit Windows entry-point launcher resources in memory to support Nano Server and reduce antivirus contention (#18713)
  • Prefer core-metadata over legacy aliases in JSON index responses (#21563)

0.12.12

Released on 2026-09-09.

The executables in our macOS and Windows release archives and uv and uv_build wheels are now code-signed. macOS executables are signed with an Apple Developer ID certificate and notarized by Apple. Windows executables have timestamped Authenticode signatures from Azure Artifact Signing. This enables verification of the release publisher and binary integrity, supports publisher-based allowlisting, and should reduce security warnings and antivirus false positives.

Bug fixes

  • Exclude distributions uploaded after the exclude-newer cutoff from lockfiles and generated requirement hashes (#21539)

0.12.11

Released on 2026-09-08.

Preview features

  • Generate missing artifact hashes when exporting pylock.toml files to ensure they conform to PEP 751 (#20146)
  • Warn when pylock.toml artifact hash tables are empty, which will be rejected in a future uv release (#21462)

Performance

  • Speed up installs that overwrite existing files by eliminating per-file temporary directories for atomic hard-link, symlink, and reflink replacements (#21478)
  • Speed up installs that merge copied wheels into existing environments by replacing per-file temporary directories with adjacent temporary files (#21468)
  • Speed up local wheel installs by replacing the shared ZIP cursor lock with positioned reads (#21500)
  • Speed up local wheel installs by reusing ZIP readers and buffers across extracted files (#21499)

... (truncated)

Commits

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 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 group with 2 updates in the / directory: [bibtexparser](https://github.com/sciunto-org/python-bibtexparser) and [uv](https://github.com/astral-sh/uv).


Updates `bibtexparser` from 1.4.4 to 2.0.0
- [Release notes](https://github.com/sciunto-org/python-bibtexparser/releases)
- [Changelog](https://github.com/sciunto-org/python-bibtexparser/blob/main/CHANGELOG)
- [Commits](sciunto-org/python-bibtexparser@v1.4.4...v2.0.0)

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

---
updated-dependencies:
- dependency-name: bibtexparser
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python
- dependency-name: uv
  dependency-version: 0.12.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
...

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 Sep 13, 2026
@dependabot
dependabot Bot requested a review from gabrielspadon as a code owner September 13, 2026 20:24
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