build(deps-dev): bump the pytest group across 1 directory with 2 updates - #8058
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps-dev): bump the pytest group across 1 directory with 2 updates#8058dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Vincent Biret (baywet)
approved these changes
Aug 17, 2026
Vincent Biret (baywet)
approved these changes
Aug 17, 2026
dependabot
Bot
force-pushed
the
dependabot/pip/it/python/pytest-530fcb65f3
branch
from
August 17, 2026 18:20
f315172 to
3f1837d
Compare
Vincent Biret (baywet)
approved these changes
Aug 17, 2026
dependabot
Bot
force-pushed
the
dependabot/pip/it/python/pytest-530fcb65f3
branch
from
August 18, 2026 08:33
3f1837d to
572d1fe
Compare
Vincent Biret (baywet)
approved these changes
Aug 18, 2026
dependabot
Bot
force-pushed
the
dependabot/pip/it/python/pytest-530fcb65f3
branch
from
August 18, 2026 16:29
572d1fe to
ad7b796
Compare
Vincent Biret (baywet)
approved these changes
Aug 18, 2026
dependabot
Bot
force-pushed
the
dependabot/pip/it/python/pytest-530fcb65f3
branch
from
August 19, 2026 08:33
ad7b796 to
6691b55
Compare
Vincent Biret (baywet)
previously approved these changes
Aug 19, 2026
dependabot
Bot
force-pushed
the
dependabot/pip/it/python/pytest-530fcb65f3
branch
5 times, most recently
from
August 21, 2026 12:00
1c9b497 to
e92564b
Compare
dependabot
Bot
force-pushed
the
dependabot/pip/it/python/pytest-530fcb65f3
branch
from
August 24, 2026 12:57
e92564b to
a4b0aa6
Compare
Vincent Biret (baywet)
approved these changes
Aug 24, 2026
dependabot
Bot
force-pushed
the
dependabot/pip/it/python/pytest-530fcb65f3
branch
5 times, most recently
from
August 28, 2026 08:33
1b90047 to
70a6b31
Compare
Bumps the pytest group with 2 updates in the /it/python directory: [astroid](https://github.com/pylint-dev/astroid) and [pylint](https://github.com/pylint-dev/pylint). Updates `astroid` from 4.0.4 to 4.3.1 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/v4.3.1/ChangeLog) - [Commits](pylint-dev/astroid@v4.0.4...v4.3.1) Updates `pylint` from 4.0.6 to 4.0.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.6...v4.0.7) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: pylint dependency-version: 4.0.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pytest ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/it/python/pytest-530fcb65f3
branch
from
August 31, 2026 08:33
70a6b31 to
6c61a10
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.
Bumps the pytest group with 2 updates in the /it/python directory: astroid and pylint.
Updates
astroidfrom 4.0.4 to 4.3.1Release notes
Sourced from astroid's releases.
... (truncated)
Changelog
Sourced from astroid's changelog.
... (truncated)
Commits
4ea15d4Bump astroid to 4.3.1, update changelog (#3225)38edf0e[Backport maintenance/4.3.x] Give a renamed namedtuple's instance the renamed...a52596aBump astroid to 4.3.0, update changelog3dfb6caRename the 4.2.0 changelog section to 4.3.0941430eIgnore typing.overload stubs in dunder lookup (#3150)1e71c7dFix crash on a namedtuple field name that changes under NFKC normalization (#...3316637Fix crash on a dataclass base that annotates init (#3206)8577346Infer the value of a data descriptor as unknown8666418Fix crash in has_known_bases() for a non-class metaclass5952c15Fix crash on non-name assignment targets in typing.NamedTuple bodyUpdates
pylintfrom 4.0.6 to 4.0.7Release notes
Sourced from pylint's releases.
... (truncated)
Commits
c6768d3Bump pylint to 4.0.7, update changelog (#11246)e96ce2bStop invalid-name from treating TypedDict instances as classes893294e[Backport maintenance/4.0.x] Fix crash in comparison-with-callable on a proxi...8cd74d4Fix a crash on calls unpacking dicts with non-string keysbc618adFix too-many-lines being reported at another module's pragma line3e1ee47[Backport maintenance/4.0.x] Fixbad-string-format-typefalse positives for...7ca8116[Backport maintenance/4.0.x] Fixuseless-parent-delegationfalse positive o...14275a1[Backport maintenance/4.0.x] Fixliteral-comparisonsuggestion corrupting i...a87eaa6[Backport maintenance/4.0.x] Fixnested-min-maxdropping arguments after th...bdd017f[Backport maintenance/4.0.x] Fixtoo-many-localscounting PEP 695 type para...