Skip to content

Commit e44f888

Browse files
chore(deps): Update python-dependencies (#143)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [prek](https://prek.j178.dev/) ([source](https://redirect.github.com/j178/prek), [changelog](https://redirect.github.com/j178/prek/blob/master/CHANGELOG.md)) | `0.4.13` → `0.4.14` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/prek/0.4.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/prek/0.4.13/0.4.14?slim=true) | | [python-dotenv](https://redirect.github.com/theskumar/python-dotenv) | `1.2.2` → `1.2.3` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/python-dotenv/1.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/python-dotenv/1.2.2/1.2.3?slim=true) | | [ruff](https://docs.astral.sh/ruff) ([source](https://redirect.github.com/astral-sh/ruff), [changelog](https://redirect.github.com/astral-sh/ruff/blob/main/CHANGELOG.md)) | `0.16.3` → `0.16.4` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.16.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.16.3/0.16.4?slim=true) | | [ty](https://redirect.github.com/astral-sh/ty) ([changelog](https://redirect.github.com/astral-sh/ty/blob/main/CHANGELOG.md)) | `0.0.72` → `0.0.74` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/ty/0.0.74?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ty/0.0.72/0.0.74?slim=true) | --- ### Release Notes <details> <summary>j178/prek (prek)</summary> ### [`v0.4.14`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#0414) [Compare Source](https://redirect.github.com/j178/prek/compare/v0.4.13...v0.4.14) Released on 2026-08-17. ##### Enhancements - Support check-yaml unsafe mode ([#&#8203;2546](https://redirect.github.com/j178/prek/pull/2546)) ##### Performance - Reuse allocations in common filters ([#&#8203;2548](https://redirect.github.com/j178/prek/pull/2548)) ##### Bug fixes - Accept non-finite floats in check-yaml ([#&#8203;2545](https://redirect.github.com/j178/prek/pull/2545)) - Allow comment-heavy YAML in check-yaml ([#&#8203;2554](https://redirect.github.com/j178/prek/pull/2554)) - Sanitize captured terminal output before replay ([#&#8203;2552](https://redirect.github.com/j178/prek/pull/2552)) ##### Contributors - [@&#8203;j178](https://redirect.github.com/j178) </details> <details> <summary>theskumar/python-dotenv (python-dotenv)</summary> ### [`v1.2.3`](https://redirect.github.com/theskumar/python-dotenv/blob/HEAD/CHANGELOG.md#123---2026-08-16) [Compare Source](https://redirect.github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3) ##### Fixed - Strip a leading UTF-8 BOM from `.env` file contents so the first variable is no longer silently lost when the file is saved with BOM (e.g. by some JetBrains IDEs on Windows) by \[[@&#8203;h1whelan](https://redirect.github.com/h1whelan)] in \[[#&#8203;640](https://redirect.github.com/theskumar/python-dotenv/issues/640)] - `set_key` now escapes backslashes, so values containing them (Windows paths, regular expressions) survive a write/read round-trip. Quoted values ending in an escaped backslash are no longer mis-parsed as an escaped quote, which used to swallow the following lines by \[[@&#8203;dchaudhari7177](https://redirect.github.com/dchaudhari7177)] in \[[#&#8203;680](https://redirect.github.com/theskumar/python-dotenv/issues/680)] - `dotenv run` now prints a friendly error instead of a traceback when no command is given by \[[@&#8203;bbc2](https://redirect.github.com/bbc2)] in \[[#&#8203;606](https://redirect.github.com/theskumar/python-dotenv/issues/606)] - Cache the parsed result for empty `.env` files so repeated `dotenv_values`/`load_dotenv` calls no longer re-read the file by \[[@&#8203;ReinerBRO](https://redirect.github.com/ReinerBRO)] in \[[#&#8203;638](https://redirect.github.com/theskumar/python-dotenv/issues/638)] </details> <details> <summary>astral-sh/ruff (ruff)</summary> ### [`v0.16.4`](https://redirect.github.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#0164) [Compare Source](https://redirect.github.com/astral-sh/ruff/compare/0.16.3...0.16.4) Released on 2026-08-20. ##### Preview features - \[`flake8-use-pathlib`] Add autofix for `PTH116` ([#&#8203;26460](https://redirect.github.com/astral-sh/ruff/pull/26460)) - \[`refurb`] Restrict `delete-full-slice` to lists (`FURB131`) ([#&#8203;27711](https://redirect.github.com/astral-sh/ruff/pull/27711)) - \[`refurb`] Skip `FURB101` and `FURB103` when the `open` argument is a file descriptor ([#&#8203;27643](https://redirect.github.com/astral-sh/ruff/pull/27643)) ##### Bug fixes - Fix `InvalidInstruction` on Windows CPUs that do not support `POPCNT` ([#&#8203;27803](https://redirect.github.com/astral-sh/ruff/pull/27803)) - \[`pyflakes`] Emit semantic syntax errors in string type definitions as `F722` ([#&#8203;27835](https://redirect.github.com/astral-sh/ruff/pull/27835)) - \[`pylint`] Allow `os._exit` imports in `import-private-name` (`PLC2701`) ([#&#8203;27738](https://redirect.github.com/astral-sh/ruff/pull/27738)) ##### Rule changes - \[syntax-errors] Align mixed t-string/bytes error message with CPython 3.14 ([#&#8203;27766](https://redirect.github.com/astral-sh/ruff/pull/27766)) - \[`ruff`] Add `ctypes.LittleEndianStructure` and related types to existing exception (`RUF012`) ([#&#8203;27753](https://redirect.github.com/astral-sh/ruff/pull/27753)) - \[syntax-errors] Detect duplicate keyword arguments ([#&#8203;17804](https://redirect.github.com/astral-sh/ruff/pull/17804)) - \[syntax-errors] Detect parameters declared `nonlocal` ([#&#8203;27628](https://redirect.github.com/astral-sh/ruff/pull/27628)) ##### Server - Offer display-only fixes and mark safe fixes preferred ([#&#8203;27807](https://redirect.github.com/astral-sh/ruff/pull/27807)) - Support pull diagnostics for notebook cells ([#&#8203;27779](https://redirect.github.com/astral-sh/ruff/pull/27779)) ##### Documentation - Add default indicator to rules table ([#&#8203;27724](https://redirect.github.com/astral-sh/ruff/pull/27724)) - Fix broken link to Python docs ([#&#8203;27757](https://redirect.github.com/astral-sh/ruff/pull/27757)) ##### Other changes - Fix s390x stacker assembly in release builds ([#&#8203;27776](https://redirect.github.com/astral-sh/ruff/pull/27776)) - Guarantee minimum stack size when parsing a module, standalone expression, and suites ([#&#8203;25464](https://redirect.github.com/astral-sh/ruff/pull/25464)) - Reduce configuration deserialization code size ([#&#8203;27924](https://redirect.github.com/astral-sh/ruff/pull/27924)) - Check packed AST index bounds ([#&#8203;27849](https://redirect.github.com/astral-sh/ruff/pull/27849)) ##### Contributors - [@&#8203;AbhinavMir](https://redirect.github.com/AbhinavMir) - [@&#8203;eduardorittner](https://redirect.github.com/eduardorittner) - [@&#8203;royb3](https://redirect.github.com/royb3) - [@&#8203;MichaReiser](https://redirect.github.com/MichaReiser) - [@&#8203;carljm](https://redirect.github.com/carljm) - [@&#8203;rosstitmarsh](https://redirect.github.com/rosstitmarsh) - [@&#8203;ntBre](https://redirect.github.com/ntBre) - [@&#8203;zaniebot](https://redirect.github.com/zaniebot) - [@&#8203;ewdurbin](https://redirect.github.com/ewdurbin) - [@&#8203;woodruffw](https://redirect.github.com/woodruffw) - [@&#8203;Sacrimento](https://redirect.github.com/Sacrimento) - [@&#8203;lakshayxi](https://redirect.github.com/lakshayxi) - [@&#8203;WhiteFox0-0](https://redirect.github.com/WhiteFox0-0) - [@&#8203;baltasarblanco](https://redirect.github.com/baltasarblanco) </details> <details> <summary>astral-sh/ty (ty)</summary> ### [`v0.0.74`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#0074) [Compare Source](https://redirect.github.com/astral-sh/ty/compare/0.0.73...0.0.74) Released on 2026-08-22. ##### Bug fixes - Avoid duplicate bindings in multi-target assignments ([#&#8203;27938](https://redirect.github.com/astral-sh/ruff/pull/27938)) - Avoid panic on unpacked kwargs in string annotations ([#&#8203;27963](https://redirect.github.com/astral-sh/ruff/pull/27963)) - Fix stack overflow in recursive `TypedDict` dictionary compatibility ([#&#8203;27951](https://redirect.github.com/astral-sh/ruff/pull/27951)) - Handle assignment expressions in string annotations ([#&#8203;27921](https://redirect.github.com/astral-sh/ruff/pull/27921)) - Handle dynamic classes in string annotations ([#&#8203;27883](https://redirect.github.com/astral-sh/ruff/pull/27883)) - Preserve string annotation context in lambda defaults and `TypedDict` types ([#&#8203;27914](https://redirect.github.com/astral-sh/ruff/pull/27914)) - Skip invalid subscript arguments in string annotations ([#&#8203;27917](https://redirect.github.com/astral-sh/ruff/pull/27917)) - Skip invalid subscript operands in string annotations ([#&#8203;27882](https://redirect.github.com/astral-sh/ruff/pull/27882)) ##### LSP server - Add `untrustedWorkspace` option to the LSP ([#&#8203;27828](https://redirect.github.com/astral-sh/ruff/pull/27828)) - Add executable discovery to the server command ([#&#8203;27806](https://redirect.github.com/astral-sh/ruff/pull/27806)) - Handle file-valued workspace folders from Zed ([#&#8203;27836](https://redirect.github.com/astral-sh/ruff/pull/27836)) - Skip scripts with an invalid PEP 723 configuration ([#&#8203;27505](https://redirect.github.com/astral-sh/ruff/pull/27505)) - Support pull diagnostics for notebook cells ([#&#8203;27778](https://redirect.github.com/astral-sh/ruff/pull/27778)) ##### Documentation - Update mypy/pyright comparison table ([#&#8203;4165](https://redirect.github.com/astral-sh/ty/pull/4165)) ##### Diagnostics - Add an opt-in `unsound-assignment` rule for variables ([#&#8203;27874](https://redirect.github.com/astral-sh/ruff/pull/27874)) - Fix variadic signature display ([#&#8203;27869](https://redirect.github.com/astral-sh/ruff/pull/27869)) - Highlight declarations in invalid-assignment diagnostics ([#&#8203;27872](https://redirect.github.com/astral-sh/ruff/pull/27872)) - Improve `LiteralString` suggestions in string annotations ([#&#8203;27931](https://redirect.github.com/astral-sh/ruff/pull/27931)) - Use `invalid-type-form` for non-generic class annotations ([#&#8203;27889](https://redirect.github.com/astral-sh/ruff/pull/27889)) ##### Core type checking - Add bounded constraint solution projections ([#&#8203;27949](https://redirect.github.com/astral-sh/ruff/pull/27949)) - Fix invariant gradual tuple materialization ranges ([#&#8203;27946](https://redirect.github.com/astral-sh/ruff/pull/27946)) - Guard recursive constructor bindings by receiver ([#&#8203;27958](https://redirect.github.com/astral-sh/ruff/pull/27958)) - Preserve all alternatives in bounded intersections ([#&#8203;27898](https://redirect.github.com/astral-sh/ruff/pull/27898)) - Preserve keyword safety for unpacked callables ([#&#8203;27517](https://redirect.github.com/astral-sh/ruff/pull/27517)) - Preserve source protocol members and classify finite aliases ([#&#8203;27772](https://redirect.github.com/astral-sh/ruff/pull/27772)) - Preserve type-variable order when reloading constraints ([#&#8203;27904](https://redirect.github.com/astral-sh/ruff/pull/27904)) - Propagate narrowing through statically known branches ([#&#8203;27752](https://redirect.github.com/astral-sh/ruff/pull/27752)) - Recognize ABC metaclass methods on protocols ([#&#8203;27897](https://redirect.github.com/astral-sh/ruff/pull/27897)) - Support `__slots__` ([#&#8203;27730](https://redirect.github.com/astral-sh/ruff/pull/27730)) ##### Performance - Lazily infer function parameter default types ([#&#8203;27857](https://redirect.github.com/astral-sh/ruff/pull/27857)) - Optimize inherited recursive protocol comparisons ([#&#8203;27922](https://redirect.github.com/astral-sh/ruff/pull/27922)) - Traverse shared constraint source-order nodes once ([#&#8203;27947](https://redirect.github.com/astral-sh/ruff/pull/27947)) ##### Contributors - [@&#8203;carljm](https://redirect.github.com/carljm) - [@&#8203;lerebear](https://redirect.github.com/lerebear) - [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) - [@&#8203;dhruvmanila](https://redirect.github.com/dhruvmanila) - [@&#8203;AlexWaygood](https://redirect.github.com/AlexWaygood) - [@&#8203;MichaReiser](https://redirect.github.com/MichaReiser) - [@&#8203;jelle-openai](https://redirect.github.com/jelle-openai) ### [`v0.0.73`](https://redirect.github.com/astral-sh/ty/blob/HEAD/CHANGELOG.md#0073) [Compare Source](https://redirect.github.com/astral-sh/ty/compare/0.0.72...0.0.73) Released on 2026-08-18. ##### LSP server - Do not prefer unsafe fixes in the language server ([#&#8203;27822](https://redirect.github.com/astral-sh/ruff/pull/27822)) - Fix signature help in trailing whitespace ([#&#8203;27784](https://redirect.github.com/astral-sh/ruff/pull/27784)) ##### Library support - Preserve variadic generics in `functools.partial` ([#&#8203;27774](https://redirect.github.com/astral-sh/ruff/pull/27774)) ##### Diagnostics - Add an opt-in rule flagging function decorators that transform a non-dynamic type into a dynamic type ([#&#8203;27829](https://redirect.github.com/astral-sh/ruff/pull/27829)) - Disambiguate same-named types in several diagnostics ([#&#8203;27814](https://redirect.github.com/astral-sh/ruff/pull/27814)) - Show error spans for errors originating in script metadata ([#&#8203;26693](https://redirect.github.com/astral-sh/ruff/pull/26693)) ##### Core type checking - Avoid bypassing solver during literal promotion ([#&#8203;27763](https://redirect.github.com/astral-sh/ruff/pull/27763)) - Expand nested union aliases when finding a `TypedDict` or callable ([#&#8203;27740](https://redirect.github.com/astral-sh/ruff/pull/27740)) - Implement intersection meta-type projection ([#&#8203;27660](https://redirect.github.com/astral-sh/ruff/pull/27660)) - Infer generic protocols from class objects ([#&#8203;27812](https://redirect.github.com/astral-sh/ruff/pull/27812)) - Model exception-suppressing context managers ([#&#8203;27219](https://redirect.github.com/astral-sh/ruff/pull/27219)) - Preserve `TypeAliasType` runtime origin ([#&#8203;27813](https://redirect.github.com/astral-sh/ruff/pull/27813)) - Preserve class objects in lazy protocol checks ([#&#8203;27815](https://redirect.github.com/astral-sh/ruff/pull/27815)) - Preserve declared types in exception handlers ([#&#8203;27817](https://redirect.github.com/astral-sh/ruff/pull/27817)) - Preserve explicit globals after conditional rebinding ([#&#8203;27786](https://redirect.github.com/astral-sh/ruff/pull/27786)) - Preserve property subclass types and accessors ([#&#8203;27833](https://redirect.github.com/astral-sh/ruff/pull/27833)) - Preserve required stub fields in generated constructors ([#&#8203;27765](https://redirect.github.com/astral-sh/ruff/pull/27765)) - Preserve static upper bounds of gradual solutions ([#&#8203;27664](https://redirect.github.com/astral-sh/ruff/pull/27664)) - Prevent unrelated quantified constraints from destabilizing recursive queries ([#&#8203;27737](https://redirect.github.com/astral-sh/ruff/pull/27737)) - Separate generic constraint accumulation from legacy projection ([#&#8203;27743](https://redirect.github.com/astral-sh/ruff/pull/27743)) - Simplify generic protocol inference ([#&#8203;27819](https://redirect.github.com/astral-sh/ruff/pull/27819)) - Specialize inherited members of unspecialized generic classes ([#&#8203;27658](https://redirect.github.com/astral-sh/ruff/pull/27658)) - Specialize type variables determined by bound receivers ([#&#8203;27732](https://redirect.github.com/astral-sh/ruff/pull/27732)) - Support unpacking tuple type aliases ([#&#8203;27825](https://redirect.github.com/astral-sh/ruff/pull/27825)) - Sync vendored typeshed stubs ([#&#8203;27771](https://redirect.github.com/astral-sh/ruff/pull/27771)). [Typeshed diff](https://redirect.github.com/python/typeshed/compare/1b116673774d062a4af7b0a0b3d05533a6be55d0...6fba3ae73db5a9807780514b463126f1ee8ff216) ##### Performance - Cache `py.typed` contents ([#&#8203;27805](https://redirect.github.com/astral-sh/ruff/pull/27805)) - Deduplicate exception checkpoints across equivalent branches ([#&#8203;27703](https://redirect.github.com/astral-sh/ruff/pull/27703)) ##### Contributors - [@&#8203;charliermarsh](https://redirect.github.com/charliermarsh) - [@&#8203;AlexWaygood](https://redirect.github.com/AlexWaygood) - [@&#8203;MichaReiser](https://redirect.github.com/MichaReiser) - [@&#8203;augustelalande](https://redirect.github.com/augustelalande) - [@&#8203;carljm](https://redirect.github.com/carljm) - [@&#8203;woodruffw](https://redirect.github.com/woodruffw) - [@&#8203;dhruvmanila](https://redirect.github.com/dhruvmanila) - [@&#8203;ibraheemdev](https://redirect.github.com/ibraheemdev) - [@&#8203;zaniebot](https://redirect.github.com/zaniebot) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/libranet/autoread-dotenv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC40OS4wIiwidXBkYXRlZEluVmVyIjoiNDQuNDkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicHl0aG9uIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4f24cc commit e44f888

1 file changed

Lines changed: 153 additions & 161 deletions

File tree

0 commit comments

Comments
 (0)