Update all non-major dependencies #219
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.9.3
->2.10.1
1.13.0
->1.14.0
10.12
->10.13
0.8.3
->0.8.4
0.254.0
->0.256.1
Release Notes
lukasgeiter/mkdocs-awesome-pages-plugin (mkdocs-awesome-pages-plugin)
v2.10.1
Compare Source
Bugfixes
v2.10.0
Compare Source
Improvements
ignore_case
option to make sort case insensitivepython/mypy (mypy)
v1.14.0
Compare Source
facelessuser/pymdown-extensions (pymdown-extensions)
v10.13
Compare Source
10.13
,
.astral-sh/ruff (ruff)
v0.8.4
Compare Source
Preview features
airflow
] ExtendAIR302
with additional functions and classes (#15015)airflow
] Implementmoved-to-provider-in-3
for modules that has been moved to Airflow providers (AIR303
) (#14764)flake8-use-pathlib
] Extend check for invalid path suffix to include the case"."
(PTH210
) (#14902)perflint
] Fix panic inPERF401
when list variable is after thefor
loop (#14971)perflint
] Simplify finding the loop target inPERF401
(#15025)pylint
] Preserve original value format (PLR6104
) (#14978)ruff
] Avoid false positives forRUF027
for typing context bindings (#15037)ruff
] Check for ambiguous pattern passed topytest.raises()
(RUF043
) (#14966)Rule changes
flake8-bandit
] CheckS105
for annotated assignment (#15059)flake8-pyi
] More autofixes forredundant-none-literal
(PYI061
) (#14872)pydocstyle
] Skip leading whitespace forD403
(#14963)ruff
] SkipSQLModel
base classes formutable-class-default
(RUF012
) (#14949)Bug
perflint
] Parenthesize walrus expressions in autofix formanual-list-comprehension
(PERF401
) (#15050)Server
strawberry-graphql/strawberry (strawberry-graphql)
v0.256.1
Compare Source
This release updates Strawberry internally to no longer pass keywords arguments
to
pathlib.PurePath
. Support for supplying keyword arguments topathlib.PurePath
is deprecated and scheduled for removal in Python 3.14Contributed by Jonathan Ehwald via PR #3738
v0.256.0
Compare Source
This release drops support for Python 3.8, which reached its end-of-life (EOL)
in October 2024. The minimum supported Python version is now 3.9.
We strongly recommend upgrading to Python 3.9 or a newer version, as older
versions are no longer maintained and may contain security vulnerabilities.
Contributed by Thiago Bellini Ribeiro via PR #3730
v0.255.0
Compare Source
This release adds support for making Relay connection optional, this is useful
when you want to add permission classes to the connection and not fail the whole
query if the user doesn't have permission to access the connection.
Example:
Contributed by Patrick Arminio via PR #3707
v0.254.1
Compare Source
This release updates the Context and RootValue vars to have
a default value of
None
, this makes it easier to use the viewswithout having to pass in a value for these vars.
Contributed by Patrick Arminio via PR #3732
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 becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.