fix(deps): update all non-major dependencies #175
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.11.2
->==2.12.0
v3.0.1
->v3.0.2
==1.13.3
->==1.14.1
==2.3.1
->==2.3.2
==8.29.0
->==8.32.0
1.13.0
->1.14.1
==3.3.1
->==3.3.4
Release Notes
scrapy/scrapy (Scrapy)
v2.12.0
Compare Source
start_requests
can now yield itemsscrapy.http.JsonResponse
CLOSESPIDER_PAGECOUNT_NO_ITEM
settingSee the full changelog.
abatilo/actions-poetry (abatilo/actions-poetry)
v3.0.2
Compare Source
Reverts
hhatto/autopep8 (autopep8)
v2.3.2
Compare Source
What's Changed
New Contributors
Full Changelog: hhatto/autopep8@v2.3.1...v2.3.2
ipython/ipython (ipython)
v8.32.0
Compare Source
v8.31.0
Compare Source
v8.30.0
Compare Source
python/mypy (mypy)
v1.14.1
Compare Source
v1.14.0
Compare Source
pylint-dev/pylint (pylint)
v3.3.4
: 3.3.4Compare Source
Other Bug Fixes
Fixes "skipped files" count calculation; the previous method was displaying an arbitrary number.
Closes #10073
Fixes a crash that occurred when pylint was run in a container on a host with cgroupsv2 and restrictions on CPU usage.
Closes #10103
Relaxed the requirements for isort so pylint can benefit from isort 6.
Closes #10203
v3.3.3
Compare Source
What's new in Pylint 3.3.3?
Release date: 2024-12-23
False Positives Fixed
Fix false positives for
undefined-variable
for classes using Python 3.12generic type syntax.
Closes #9335
Fix a false positive for
use-implicit-booleaness-not-len
. No lint should be emitted forgenerators (
len
is not defined for generators).Refs #10100
Other Bug Fixes
Fix
Unable to import 'collections.abc' (import-error)
on Python 3.13.1.Closes #10112
v3.3.2
Compare Source
False Positives Fixed
Fix a false positive for
potential-index-error
when an indexed iterablecontains a starred element that evaluates to more than one item.
Closes #10076
Other Bug Fixes
Fixes the issue with --source-root option not working when the source files are in a subdirectory of the source root (e.g. when using a /src layout).
Closes #10026
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" in timezone Asia/Singapore, 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.