fix(deps): update all dependencies - #499
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Allure Report Summary
|
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 3, 2026 13:16
3cc1473 to
757a0fe
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 3, 2026 23:51
757a0fe to
f0c7b14
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 9, 2026 18:17
f0c7b14 to
9161eb6
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 10, 2026 21:39
9161eb6 to
05ef09a
Compare
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 14, 2026 15:59
05ef09a to
47997bd
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 16, 2026 21:12
47997bd to
1a4e764
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 17, 2026 10:43
1a4e764 to
725e39f
Compare
renovate
Bot
force-pushed
the
renovate/all
branch
from
September 19, 2026 00:10
725e39f to
979c7f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v0.9.0→v0.10.0==2.16.0→==2.16.1v0.16.4→v0.16.8v10.0.1→v10.1.0==16.6→==16.7==0.16.4→==0.16.8==4.47.0→==4.49.0Note: 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-action (allure-framework/allure-action)
v0.10.0Compare Source
What's Changed
🔬 Improvements
⬆️ Dependency Updates
👻 Internal changes
Full Changelog: allure-framework/allure-action@v0.9.0...v0.10.0
allure-framework/allure-python (allure-pytest)
v2.16.1Compare Source
👀 Links
Commits since 2.16.0
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)
v0.16.8Compare Source
v0.16.7Compare Source
v0.16.6Compare Source
v0.16.5Compare Source
See: https://github.com/astral-sh/ruff/releases/tag/0.16.5
astral-sh/setup-uv (astral-sh/setup-uv)
v10.1.0: 🌈 New outputpython-runtime-idand respect NO_PROXYCompare Source
Changes
This release adds more bheind the scene security improvements and also 2 small improvements.
NO_PROXY
This action now respects
no_proxy/NO_PROXYenvironment variables which were previously ignored.New output
python-runtime-idThe new output
python-runtime-idcan be used to know which python version exactly was installed if you useactivate-environment. See pyca/cryptography#15572 (comment) for details on why this can be useful.🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
pytest-dev/pytest-rerunfailures (pytest-rerunfailures)
v16.7Compare Source
Features
++++++++
only_rerunregular expressions inpytest.inifiles.(
#​165 <https://github.com/pytest-dev/pytest-rerunfailures/issues/165>_)section. (
#​191 <https://github.com/pytest-dev/pytest-rerunfailures/issues/191>_)test phase, including when running with pytest-xdist. (
#​230 <https://github.com/pytest-dev/pytest-rerunfailures/issues/230>_)Bug Fixes
+++++++++
only_rerunagainst the full exception chain (__cause__and__context__), not only the outermost exception. Matchrerun_exceptagainst explicit
__cause__links only, so implicitexcept/finallycontext does not suppress reruns. (#​353 <https://github.com/pytest-dev/pytest-rerunfailures/issues/353>_)INTERNALERRORwhenonly_rerunorrerun_exceptis given a bareexception class instead of a list. (
#​362 <https://github.com/pytest-dev/pytest-rerunfailures/issues/362>_)NodeIdvalues internally. (
#​363 <https://github.com/pytest-dev/pytest-rerunfailures/issues/363>_)successful attempt is not reported as an error. (
#​366 <https://github.com/pytest-dev/pytest-rerunfailures/issues/366>_)Misc
++++
the outer pytest is started with
-p no:randomly. (#​218 <https://github.com/pytest-dev/pytest-rerunfailures/issues/218>_)py314ttoxenvironment and a matching workflow job. (
#​361 <https://github.com/pytest-dev/pytest-rerunfailures/issues/361>_)v16.6.1Compare Source
Bug Fixes
+++++++++
pytest_runtest_logreportfor rerunattempts. (
#​237 <https://github.com/pytest-dev/pytest-rerunfailures/issues/237>_)result when rerunning tests with pytest-xdist. (
#​350 <https://github.com/pytest-dev/pytest-rerunfailures/issues/350>_)flakymarker condition is falsy. (
#​351 <https://github.com/pytest-dev/pytest-rerunfailures/issues/351>_)raised during teardown rules out a re-run. (
#​356 <https://github.com/pytest-dev/pytest-rerunfailures/issues/356>_)test whose call phase failed through subtests only. (
#​357 <https://github.com/pytest-dev/pytest-rerunfailures/issues/357>_)#​358 <https://github.com/pytest-dev/pytest-rerunfailures/issues/358>_)#​359 <https://github.com/pytest-dev/pytest-rerunfailures/issues/359>_)Misc
++++
Config.getvalue()calls withConfig.getoption().(
#​345 <https://github.com/pytest-dev/pytest-rerunfailures/issues/345>_)astral-sh/ruff (ruff)
v0.16.8Compare Source
Released on 2026-09-16.
Bug fixes
TypedDictkeyword arguments correctly (#28584)flake8-simplify] Detect nestedasync withunder sync parent (SIM117) (#27821)flake8-simplify] Preserve operand order inSIM109fix (#27824)pyupgrade] Preserve required parentheses in multilineUP040fixes (#28164)pyupgrade] SkipTypeVarTupleandParamSpecconversions with bounds or constraints (UP040,UP046,UP047) (#28505)Rule changes
__lazy_modules__(#28459)TypedDictclass keywords (#28533)typing.TypeForm(#28507)__lazy_modules__(#28491)flake8-type-checking] Prefer lazy imports overTYPE_CHECKINGon Python 3.15 and later (TC001,TC002,TC003) (#28541)pyupgrade] Make the fix forUP040always unsafe (#28526)pyupgrade] Stop recommending deprecatedByteStringaliases (UP035) (#28498)ruff,flake8-use-pathlib] Recognize theparent_modeargument (RUF064,PTH103) (#28528)ruff] Detect\Zinpytest.raises()match patterns (RUF043) (#28598)CLI
Configuration
flake8-tidy-imports] Addextend-banned-api(#28644)Contributors
v0.16.7Compare Source
Released on 2026-09-10.
Preview features
ruff] Add rule for default values on method receivers (RUF077) (#26700)ruff] Recognizere.prefixmatch(RUF039,RUF055) (#28311)Bug fixes
flake8-implicit-str-concat] Mark fix unsafe when it creates a docstring (ISC003) (#27981)flake8-tidy-imports] Skip fixes for multi-member imports (TID254) (#26584)pylint] GateImportCycleErroron Python 3.15 (PLW0133) (#28310)Rule changes
D211andD203rule conflict diagnostic (#28444)sliceandfrozendictgenerics (#28477)__cached__for Python 3.15 (#28476)pyupgrade] Stop recommending removedtyping.no_type_check_decorator(UP035) (#28475)Performance
Documentation
line-lengthpath in--configexample (#28392)Other changes
Contributors
v0.16.6Compare Source
Released on 2026-09-03.
Preview features
pytest-fixture-autouseto therestrictioncategory (#28219)flake8-pytest-style] Add an autofix forPT020(#27993)flake8-tidy-imports] Prevent fix loop betweenTID254andTID255(#28262)isort] Exclude pragma comments from line length calculation (I001) (#27313)Bug fixes
flake8-async,pylint] Recognizebuiltins.open(ASYNC230,PLW1514) (#28021)flake8-bugbear] Fix panic onmatchsubjects (B031) (#27781)flake8-datetimez] Rejecttzinfo=Nonefordatetimebounds (DTZ901) (#28022)flake8-pytest-style] Avoid duplicatePT017diagnostics (#27918)ruff] Removelint.externalhint for Ruff-specific suppressions (RUF102) (#27923)Rule changes
flake8-use-pathlib] Add display-only fix foros.listdir(PTH208) (#28027)Documentation
lint.per-file-ignores(#28106)flake8-async] Document thread offloading (ASYNC240) (#28008)pyupgrade] Clarify defaultencodingargument handling (UP012) (#27315)Other changes
Contributors
v0.16.5Compare Source
Released on 2026-08-27.
Preview features
Bug fixes
flake8-async] Detect blocking generic HTTP requests (ASYNC210) (#28024)flake8-datetimez] Allow timezone-safestrptimechains (DTZ007) (#28023)flake8-simplify] Respect side effects inlambdadefaults (SIM401) (#28000)Server
ClientOptionsdoc comment (#27978)Documentation
Contributors
Configuration
📅 Schedule: (UTC)
🚦 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.