Bump the uv group with 2 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(24 days ago)
(24 days ago)
🤖 dependabot
Bumps the uv group with 2 updates: ruff and mkdocs-material.
Updates ruff
from 0.12.11 to 0.12.12
Release notes
Sourced from ruff's releases.
0.12.12
Release Notes
Preview features
- Show fixes by default (#19919)
- [
airflow
] ConvertDatasetOrTimeSchedule(datasets=...)
toAssetOrTimeSchedule(assets=...)
(AIR311
) (#20202)- [
airflow
] Improve theAIR002
error message (#20173)- [
airflow
] Moveairflow.operators.postgres_operator.Mapping
fromAIR302
toAIR301
(#20172)- [
flake8-async
] Implementblocking-input
rule (ASYNC250
) (#20122)- [
flake8-use-pathlib
] MakePTH119
andPTH120
fixes unsafe because they can change behavior (#20118)- [
pylint
] Add U+061C toPLE2502
(#20106)- [
ruff
] Fix false negative for empty f-strings indeque
calls (RUF037
) (#20109)Bug fixes
- Less confidently mark f-strings as empty when inferring truthiness (#20152)
- [
fastapi
] Fix false positive for paths with spaces around parameters (FAST003
) (#20077)- [
flake8-comprehensions
] SkipC417
when lambda containsyield
/yield from
(#20201)- [
perflint
] Handle tuples in dictionary comprehensions (PERF403
) (#19934)Rule changes
- [
pycodestyle
] Preserve return type annotation forParamSpec
(E731
) (#20108)Documentation
Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.12.12
Preview features
- Show fixes by default (#19919)
- [
airflow
] ConvertDatasetOrTimeSchedule(datasets=...)
toAssetOrTimeSchedule(assets=...)
(AIR311
) (#20202)- [
airflow
] Improve theAIR002
error message (#20173)- [
airflow
] Moveairflow.operators.postgres_operator.Mapping
fromAIR302
toAIR301
(#20172)- [
flake8-async
] Implementblocking-input
rule (ASYNC250
) (#20122)- [
flake8-use-pathlib
] MakePTH119
andPTH120
fixes unsafe because they can change behavior (#20118)- [
pylint
] Add U+061C toPLE2502
(#20106)- [
ruff
] Fix false negative for empty f-strings indeque
calls (RUF037
) (#20109)Bug fixes
- Less confidently mark f-strings as empty when inferring truthiness (#20152)
- [
fastapi
] Fix false positive for paths with spaces around parameters (FAST003
) (#20077)- [
flake8-comprehensions
] SkipC417
when lambda containsyield
/yield from
(#20201)- [
perflint
] Handle tuples in dictionary comprehensions (PERF403
) (#19934)Rule changes
- [
pycodestyle
] Preserve return type annotation forParamSpec
(E731
) (#20108)Documentation
Commits
c6516e9
Bump 0.12.12 (#20242)1aaa084
[ty] More tests for TypedDict (#20205)b49aa35
Split LICENSE addendum by derivation type (#20222)1e34f3f
[ty] Fix small test typo (#20220)77b2cee
[ty] Add functions for revealing assignability/subtyping constraints (#20217)200349c
[flake8-comprehensions
] SkipC417
when lambda containsyield
/`yield fro...0d4f7dd
[ty] Treat__new__
as a static method (#20212)cb1ba0d
ExposeIndentation
inruff_python_codegen
(#20216)cda376a
[ty]eliminate definitely-impossible types from union in equality narrowing (#...b14fc96
Update Rust crate tracing-subscriber to v0.3.20 (#20162)- Additional commits viewable in compare view
Updates mkdocs-material
from 9.6.18 to 9.6.19
Release notes
Sourced from mkdocs-material's releases.
mkdocs-material-9.6.19
- Added support for Python 3.14
- Updated Bahasa Malaysia translations
Changelog
Sourced from mkdocs-material's changelog.
mkdocs-material-9.6.19 (2025-09-07)
- Added support for Python 3.14
- Updated Bahasa Malaysia translations
mkdocs-material-9.6.18 (2025-08-22)
- Updated Azerbaijani translations
- Fixed last compat issues with [minijinja], now 100% compatible
mkdocs-material-9.6.17 (2025-08-15)
- Fixed #8396: Videos do not autoplay when inside a content tab
- Fixed #8394: Stroke width not effective in Mermaid.js diagrams
- Fixed disappearing version selector when hiding page title
mkdocs-material-9.6.16 (2025-07-26)
- Fixed #8349: Info plugin doesn't correctly detect virtualenv in some cases
- Fixed #8334: Find-in-page detects matches in hidden search result list
mkdocs-material-9.6.15 (2025-07-01)
- Updated Mongolian translations
- Improved semantic markup of "edit this page" button
- Improved info plugin virtual environment resolution
- Fixed #8291: Large font size setting throws of breakpoints in JavaScript
mkdocs-material-9.6.14 (2025-05-13)
- Fixed #8215: Social plugin crashes when CairoSVG is updated to 2.8
mkdocs-material-9.6.13 (2025-05-10)
- Fixed #8204: Annotations showing list markers in print view
- Fixed #8153: Improve style of cardinality symbols in Mermaid.js ER diagrams
mkdocs-material-9.6.12 (2025-04-17)
- Fixed #8158: Flip footnote back reference icon for right-to-left languages
mkdocs-material-9.6.11 (2025-04-01)
- Updated Docker image to latest Alpine Linux
- Bump required Jinja version to 3.1
- Fixed #8133: Jinja filter
items
not available (9.6.10 regression)- Fixed #8128: Search plugin not entirely disabled via enabled setting
mkdocs-material-9.6.10 (2025-03-30)
... (truncated)
Commits
2fe55ee
Prepare 9.6.19 releasec9d5303
Documentation3a0cea1
Bump actions/upload-pages-artifact from 3 to 43026a57
Bump actions/checkout from 4 to 5cb1fc6f
Updated dependencies1f3c48e
Fixed pillow version range13c9c77
Added pillow 11 to supported version range0d262ec
Documentation97ae22f
Updated Premium sponsorsee6484e
Updated Premium sponsors- Additional commits viewable 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
Pull Request Statistics
1
1
+25
-25
Package Dependencies
Technical Details
ID: | 7247196 |
UUID: | 2807933843 |
Node ID: | PR_kwDONZLcv86nXauT |
Host: | GitHub |
Repository: | joshuadavidthomas/django-language-server |
Merge State: | Unknown |