Skip to content

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates tomli from 2.0.1 to 2.4.0.

Changelog

2.4.0

- Added
- TOML v1.1.0 compatibility
- Binary wheels for Windows arm64

2.3.0

- Added
- Binary wheels for Python 3.14 (also free-threaded)
- Performance
- Reduced import time

2.2.1

- Fixed
- Don't attempt to compile binary wheels for Python 3.8, 3.9 and 3.10 where cibuildwheel depends on a conflicting Tomli version

2.2.0

- Added
- mypyc generated binary wheels for common platforms

2.1.0

- Deprecated
- Instantiating `TOMLDecodeError` with free-form arguments.
 `msg`, `doc` and `pos` arguments should be given.
- Added
- `msg`, `doc`, `pos`, `lineno` and `colno` attributes to `TOMLDecodeError`

2.0.2

- Removed
- Python 3.7 support
- Improved
- Make `loads` raise `TypeError` not `AttributeError` on bad input types that do not have the `replace` attribute.
 Improve error message when `bytes` is received.
- Type annotations
- Type annotate `load` input as `typing.IO[bytes]` (previously `typing.BinaryIO`).
Links

@pyup-bot pyup-bot mentioned this pull request Jan 11, 2026
@codecov
Copy link

codecov bot commented Jan 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (5f02dc7) to head (b6b14e5).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #572   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          126       126           
=========================================
  Hits           126       126           
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant