Skip to content

build(deps-dev): bump ruff from 0.14.10 to 0.14.13#1107

Merged
FuzzyGrim merged 1 commit intodevfrom
dependabot/pip/ruff-0.14.13
Feb 5, 2026
Merged

build(deps-dev): bump ruff from 0.14.10 to 0.14.13#1107
FuzzyGrim merged 1 commit intodevfrom
dependabot/pip/ruff-0.14.13

Conversation

@dependabot
Copy link
Contributor

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

Bumps ruff from 0.14.10 to 0.14.13.

Release notes

Sourced from ruff's releases.

0.14.13

Release Notes

Released on 2026-01-15.

This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.

0.14.12

Preview features

  • [flake8-blind-except] Allow more logging methods (BLE001) (#22057)
  • [ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#22515)

Bug fixes

  • Fix configuration path in --show-settings (#22478)
  • Respect fmt: skip for multiple statements on the same logical line (#22119)

Rule changes

  • [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519)
  • [isort] Insert imports in alphabetical order (I002) (#22493)

Documentation

  • Add llms.txt support for documentation (#22463)
  • Use prek in documentation and CI (#22505)
  • [flake8-pytest-style] Add check parameter example to PT017 docs (#22546)
  • [ruff] Make example error out-of-the-box (RUF103) (#22558)
  • [ruff] document RUF100 trailing comment fix behavior (#22479)

Other changes

  • wasm: Require explicit logging initialization (#22587)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.14.13

Released on 2026-01-15.

This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.

0.14.12

Released on 2026-01-15.

Preview features

  • [flake8-blind-except] Allow more logging methods (BLE001) (#22057)
  • [ruff] Respect lint.pydocstyle.property-decorators in RUF066 (#22515)

Bug fixes

  • Fix configuration path in --show-settings (#22478)
  • Respect fmt: skip for multiple statements on the same logical line (#22119)

Rule changes

  • [pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519)
  • [isort] Insert imports in alphabetical order (I002) (#22493)

Documentation

  • Add llms.txt support for documentation (#22463)
  • Use prek in documentation and CI (#22505)
  • [flake8-pytest-style] Add check parameter example to PT017 docs (#22546)
  • [ruff] Make example error out-of-the-box (RUF103) (#22558)
  • [ruff] document RUF100 trailing comment fix behavior (#22479)

Other changes

  • wasm: Require explicit logging initialization (#22587)

Contributors

... (truncated)

Commits
  • b4b8299 [ty] Make NamedTuple(...) and namedtuple(...) calls stricter (#22601)
  • fd9f87d Bump 0.14.13 (#22604)
  • 048f02f [ty] Remove redundant re-exports that share the same top-most module
  • a72af10 [ty] Add ModuleName::top
  • 2f34836 [ty] Add test capturing redundant re-exports from pandas
  • db9eee7 [ty] Attach origin module on to re-exported symbols
  • 2cbd68a [ty] Move fully qualified name into auto-import implementation
  • 2a09467 Add trailing slashes to npm publish paths (#22603)
  • eca58ca [ty] Override __file__ to str when applicable on imported modules (#22333)
  • aa9f1b2 Further improvements to typing conformance script (#22596)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 16, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/ruff-0.14.13 branch from ceb3559 to cba375d Compare January 28, 2026 20:09
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.10 to 0.14.13.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.14.10...0.14.13)

---
updated-dependencies:
- dependency-name: ruff
  dependency-version: 0.14.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/ruff-0.14.13 branch from cba375d to f54615f Compare February 3, 2026 21:45
@FuzzyGrim FuzzyGrim merged commit fbe7ce6 into dev Feb 5, 2026
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/ruff-0.14.13 branch February 5, 2026 22:59
alexlebens pushed a commit to alexlebens/infrastructure that referenced this pull request Feb 7, 2026
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [FuzzyGrim/Yamtrack](https://github.com/FuzzyGrim/Yamtrack) | minor | `0.24.11` → `0.25.0` |
| [ghcr.io/fuzzygrim/yamtrack](https://github.com/FuzzyGrim/Yamtrack) | minor | `0.24.11` → `0.25.0` |

---

### Release Notes

<details>
<summary>FuzzyGrim/Yamtrack (FuzzyGrim/Yamtrack)</summary>

### [`v0.25.0`](https://github.com/FuzzyGrim/Yamtrack/releases/tag/v0.25.0)

[Compare Source](FuzzyGrim/Yamtrack@v0.24.11...v0.25.0)

##### Features

- Added support for the official Jellyfin Webhook plugin [@&#8203;Oridjinn1980](https://github.com/Oridjinn1980) in [#&#8203;907](FuzzyGrim/Yamtrack#907)
- Added the option to filter lists by status by [@&#8203;doluk](https://github.com/doluk) in [#&#8203;928](FuzzyGrim/Yamtrack#928)
- Added external links (imdb, tvdb, wikidata) to media details page [#&#8203;937](FuzzyGrim/Yamtrack#937) ([`38673ca`](FuzzyGrim/Yamtrack@38673ca))
- Added new option to select default date when bulk completing tv shows/seasons [#&#8203;802](FuzzyGrim/Yamtrack#802) ([`d2df3cd`](FuzzyGrim/Yamtrack@d2df3cd))
- Added user-customizable date and time display formats across the application [#&#8203;624](FuzzyGrim/Yamtrack#624) ([`070cfc8`](FuzzyGrim/Yamtrack@070cfc8))
- Added Board Game tracking with BoardGameGeek integration by [@&#8203;zskemp](https://github.com/zskemp) in [#&#8203;979](FuzzyGrim/Yamtrack#979)
- Allow importing TV seasons/episodes by title only from Yamtrack CSV format by [@&#8203;dpantel](https://github.com/dpantel) in [#&#8203;968](FuzzyGrim/Yamtrack#968)
- Display movie collections on media detail page by [@&#8203;andrebk](https://github.com/andrebk) in [#&#8203;1003](FuzzyGrim/Yamtrack#1003)
- Added `CELERY_REDIS_URL` to allow configuring celery redis url independently from django [#&#8203;1123](FuzzyGrim/Yamtrack#1123) ([`ed20461`](FuzzyGrim/Yamtrack@ed20461))
- Added progress bar on media cards by [@&#8203;busliggabor](https://github.com/busliggabor) in [#&#8203;1130](FuzzyGrim/Yamtrack#1130)

##### Fixes

- Fixed comic events not showing issue number ([`9f71132`](FuzzyGrim/Yamtrack@9f71132))
- Fixed some log entries getting incorrectly labeled as error log [#&#8203;1056](FuzzyGrim/Yamtrack#1056) ([`a47bf3d`](FuzzyGrim/Yamtrack@a47bf3d))
- Fixed season episodes notifications not being sent when tv is enabled but season disabled [#&#8203;1057](FuzzyGrim/Yamtrack#1057) ([`9947cbe`](FuzzyGrim/Yamtrack@9947cbe))
- Fixed docker secrets file parsing [#&#8203;789](FuzzyGrim/Yamtrack#789) ([`495de72`](FuzzyGrim/Yamtrack@495de72))
- Fixed rating style by [@&#8203;busliggabor](https://github.com/busliggabor) in [#&#8203;1086](FuzzyGrim/Yamtrack#1086)
- Improved release dates metadata for Hardcover books [#&#8203;966](FuzzyGrim/Yamtrack#966) [`bb083ef`](FuzzyGrim/Yamtrack@bb083ef)
- Fixed end date gets auto filled to current datetime when setting progress to maximum [#&#8203;1091](FuzzyGrim/Yamtrack#1091) ([`9765be7`](FuzzyGrim/Yamtrack@9765be7))
- Fixed wrong total anime episodes when AniList episode data is wrong compared to MyAnimeList [#&#8203;1096](FuzzyGrim/Yamtrack#1096) ([`c43d712`](FuzzyGrim/Yamtrack@c43d712))
- Fixed incorrect upcoming episode time on Home Page depending on time [#&#8203;1100](FuzzyGrim/Yamtrack#1100) ([`974d711`](FuzzyGrim/Yamtrack@974d711))
- Fixed can't create users with admin page [#&#8203;1147](FuzzyGrim/Yamtrack#1147) ([`11d9649`](FuzzyGrim/Yamtrack@11d9649))

##### Maintenance

- build(deps-dev): bump coverage from 7.13.0 to 7.13.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1064](FuzzyGrim/Yamtrack#1064)
- build(deps): bump django-widget-tweaks from 1.5.0 to 1.5.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1075](FuzzyGrim/Yamtrack#1075)
- build(deps): bump aiohttp from 3.13.2 to 3.13.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1076](FuzzyGrim/Yamtrack#1076)
- build(deps): bump celery from 5.6.0 to 5.6.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1077](FuzzyGrim/Yamtrack#1077)
- build(deps): bump pillow from 12.0.0 to 12.1.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1078](FuzzyGrim/Yamtrack#1078)
- build(deps): bump requests-ratelimiter from 0.7.0 to 0.8.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1079](FuzzyGrim/Yamtrack#1079)
- build(deps): bump django-select2 from 8.4.7 to 8.4.8 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1085](FuzzyGrim/Yamtrack#1085)
- build(deps-dev): bump ruff from 0.14.10 to 0.14.13 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1107](FuzzyGrim/Yamtrack#1107)
- build(deps): bump django-allauth\[socialaccount] from 65.13.1 to 65.14.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1116](FuzzyGrim/Yamtrack#1116)
- build(deps): bump django from 5.2.9 to 5.2.11 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1153](FuzzyGrim/Yamtrack#1153)
- build(deps-dev): bump fakeredis from 2.32.1 to 2.33.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1156](FuzzyGrim/Yamtrack#1156)
- build(deps): bump apprise from 1.9.6 to 1.9.7 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1157](FuzzyGrim/Yamtrack#1157)
- build(deps-dev): bump coverage from 7.13.1 to 7.13.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1159](FuzzyGrim/Yamtrack#1159)
- build(deps): bump gunicorn from 23.0.0 to 25.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1160](FuzzyGrim/Yamtrack#1160)
- build(deps): bump django-debug-toolbar from 6.1.0 to 6.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1161](FuzzyGrim/Yamtrack#1161)
- build(deps): bump django-health-check from 3.20.8 to 3.23.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1162](FuzzyGrim/Yamtrack#1162)

##### New Contributors

- [@&#8203;Oridjinn1980](https://github.com/Oridjinn1980) made their first contribution in [#&#8203;907](FuzzyGrim/Yamtrack#907)
- [@&#8203;doluk](https://github.com/doluk) made their first contribution in [#&#8203;928](FuzzyGrim/Yamtrack#928)
- [@&#8203;zskemp](https://github.com/zskemp) made their first contribution in [#&#8203;979](FuzzyGrim/Yamtrack#979)
- [@&#8203;dpantel](https://github.com/dpantel) made their first contribution in [#&#8203;968](FuzzyGrim/Yamtrack#968)

**Full Changelog**: <FuzzyGrim/Yamtrack@v0.24.11...v0.25.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4zLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4zLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/3812
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
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.

1 participant