fix(deps): update all dependencies #203
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.13.5->==2.14.1v0.11.4->v0.11.8v5->v6v4.0.0->v4.1.0v1.51.0-jammy->v1.52.0-jammy==1.51.0->==1.52.00.32.1->0.33.0==0.11.4->==0.11.8Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
allure-framework/allure-python (allure-pytest)
v2.14.1Compare Source
👀 Links
Commits since 2.14.0
v2.14.0Compare Source
🚀 New Features
@allure.title(implements #737 via #845) - @delatrie--allure-link-patternCLI argument. The syntax is similar toallure-pytest(via #845) - @delatrieallureandallure_commonspackages (implements #731 via #850) - @delatrieallure.step(implements #759 and #828 # via #830) - @starod00m🔬 Improvements
🐞 Bug Fixes
allure.attachment_type.SVG(#840; fixed via #841) - @harmin-parra⬆️ Dependency Updates
📖 Documentation improvements
👻 Internal changes
👀 Links
Commits since 2.13.5
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.11.8Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.11.8
v0.11.7Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.11.7
v0.11.6Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.11.6
v0.11.5Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.11.5
astral-sh/setup-uv (astral-sh/setup-uv)
v6Compare Source
compilerla/conventional-pre-commit (compilerla/conventional-pre-commit)
v4.1.0Compare Source
What's Changed
New Contributors
Full Changelog: compilerla/conventional-pre-commit@v4.0.0...v4.1.0
Microsoft/playwright-python (playwright)
v1.52.0Compare Source
Highlights
New method expect(locator).to_contain_class() to ergonomically assert individual class names on the element.
Aria Snapshots got two new properties:
/childrenfor strict matching and/urlfor links.Miscellaneous
max_redirectsin apiRequest.new_context() to control the maximum number of redirects.refin locator.aria_snapshot() to generate reference for each element in the snapshot which can later be used to locate the element.Breaking Changes
Cookieheader anymore. If aCookieheader is provided, it will be ignored, and the cookie will be loaded from the browser's cookie store. To set custom cookies, use browserContext.add_cookies().Browser Versions
This version was also tested against the following stable channels:
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
v0.33.0Compare Source
github-workflows, mergify, renovate, taskfile, woodpecker-ci (2025-04-11)
--force-filetype, is now supported and allows users toexplicitly specify which parser should be used for instance files. Thanks
:user:
mschoettle! (:pr:557, :issue:341)astral-sh/ruff (ruff)
v0.11.8Compare Source
Preview features
airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR302,AIR311) (#17553, #17570, #17571)airflow] ExtendAIR301rule (#17598)airflow] Update existingAIR302rules with better suggestions (#17542)refurb] Mark fix as safe forreadlines-in-for(FURB129) (#17644)nonlocaldeclaration at module level (#17559)x = *y(#17624)Bug fixes
flake8-pyi] EnsureLiteral[None,] | Literal[None,]is not autofixed toNone | None(PYI061) (#17659)flake8-use-pathlib] Avoid suggestingPath.iterdir()foros.listdirwith file descriptor (PTH208) (#17715)flake8-use-pathlib] FixPTH104false positive whenrenameis passed a file descriptor (#17712)flake8-use-pathlib] FixPTH116false positive whenstatis passed a file descriptor (#17709)flake8-use-pathlib] FixPTH123false positive whenopenis passed a file descriptor from a function call (#17705)pycodestyle] Fix duplicated diagnostic inE712(#17651)pylint] Detectglobaldeclarations in module scope (PLE0118) (#17411)async-comprehension-in-sync-comprehensionmore specific (#17460)Configuration
typing_extensionsimports (#17611)Documentation
lint.pydocstyle.ignore-var-parametersoption (#17740)ASYNC116,FLY002,D200,RUF005,RUF017,RUF027,RUF028,RUF057) (#17497, #17496, #17502, #17484, #17480, #17485, #17722, #17483)Other changes
v0.11.7Compare Source
Preview features
airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)perflint] Implement fix formanual-dict-comprehension(PERF403) (#16719)Bug fixes
airflow] Fix typos in provider package names (AIR302,AIR312) (#17574)flake8-type-checking] Visit keyword arguments in checks involvingtyping.cast/typing.NewTypearguments (#17538)pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)refurb] Mark theFURB161fix unsafe except for integers and booleans (#17240)Rule changes
perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)pylint] make fix unsafe if delete comments (PLR1730) (#17459)Documentation
v0.11.6Compare Source
Preview features
airflow] ExtractAIR311fromAIR301rules (AIR301,AIR311) (#17310, #17422)Bug fixes
\is at end of file (#17409)v0.11.5Compare Source
Preview features
airflow] Add missingAIR302attribute check (#17115)airflow] Expand module path check to individual symbols (AIR302) (#17278)airflow] ExtractAIR312fromAIR302rules (AIR302,AIR312) (#17152)airflow] Update oudatedAIR301,AIR302rules (#17123)await(#17282)Bug fixes
flake8-pie] Avoid false positive for multiple assignment withauto()(PIE796) (#17274)Rule changes
ruff] FixRUF100to detect unused file-levelnoqadirectives with specific codes (#17042) (#17061)flake8-pytest-style] Avoid false positive for legacy form ofpytest.raises(PT011) (#17231)Documentation
Configuration
📅 Schedule: Branch creation - "monthly" (UTC), 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.