-
Notifications
You must be signed in to change notification settings - Fork 98
fix(deps): update all non-major dependencies #7272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #7272
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
dc845b1
to
fe5100d
Compare
fe5100d
to
4144dcb
Compare
200942d
into
kauki/deps/update-20250701
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tibor <9529609+Teebor-Choka@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tibor <9529609+Teebor-Choka@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tibor <9529609+Teebor-Choka@users.noreply.github.com>
This PR contains the following updates:
>=3.12.12
->>=3.12.13
=1.0.12
->=1.0.16
>=0.0.1
->>=0.0.3
v0.5.1
->v0.5.2
v3.10.0
->v3.11.1
v3.29.0
->v3.29.1
0.55.0
->0.56.0
0.2.11
->0.2.12
>=3.13,<3.14
->>=3.13.5,<3.14
>=0.11.13
->>=0.12.1
1.1.12
->1.1.13
1.1.12
->1.1.13
1.1.12
->1.1.13
v2.12.1
->v2.12.2
Release Notes
aio-libs/aiohttp (aiohttp)
v3.12.13
Compare Source
====================
Bug fixes
Fixed auto-created :py:class:
~aiohttp.TCPConnector
not using the session's event loop when :py:class:~aiohttp.ClientSession
is created without an explicit connector -- by :user:bdraco
.Related issues and pull requests on GitHub:
:issue:
11147
.alloy-rs/alloy (alloy)
v1.0.16
Compare Source
Bug Fixes
v1.0.15
Compare Source
Miscellaneous Tasks
v1.0.14
Compare Source
Features
SignerRecoverable
trait (#2626)TransactionBuilder
(#2624)TxReq
toBundle
(#2623)TxReq
toSimBlock
(#2622)Miscellaneous Tasks
v1.0.13
Compare Source
Dependencies
Documentation
Features
arbitrary_cfg
parameter (#2616)Miscellaneous Tasks
Other
jeandemeusy/api-lib (api-lib)
v0.0.3
Compare Source
What's Changed
Full Changelog: jeandemeusy/api-lib@0.0.2...0.0.3
v0.0.2
Compare Source
What's Changed
Full Changelog: jeandemeusy/api-lib@0.0.1...0.0.2
bencherdev/bencher (bencherdev/bencher)
v0.5.2
Compare Source
docker/setup-buildx-action (docker/setup-buildx-action)
v3.11.1
Compare Source
keep-state
not being respected by @crazy-max in https://github.com/docker/setup-buildx-action/pull/429Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1
v3.11.0
Compare Source
Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0
github/codeql-action (github/codeql-action)
v3.29.1
Compare Source
libp2p/rust-libp2p (libp2p)
v0.56.0
: libp2p-v0.56.0Compare Source
See individual changelogs for details.
Notably, we've removed support for
async-std
in all crates, asasync-std
has been discontinued. Users should switch to using tokio instead.For now, we've kept the abstractions for supporting alternative runtimes, although not all parts may be public. Please open an issue if you are planning to support a custom runtime and run into any issues with that..
Thanks to everyone who contributed to the release!
python/cpython (python)
v3.13.5
Compare Source
v3.13.4
Compare Source
v3.13.3
Compare Source
v3.13.2
Compare Source
v3.13.1
Compare Source
astral-sh/ruff (ruff)
v0.12.1
Compare Source
Preview features
flake8-errmsg
] ExtendEM101
to support byte strings (#18867)flake8-use-pathlib
] Add autofix forPTH202
(#18763)pygrep-hooks
] AddAsyncMock
methods toinvalid-mock-access
(PGH005
) (#18547)pylint
] Ignore__init__.py
files in (PLC0414
) (#18400)ruff
] TriggerRUF037
for empty string and byte strings (#18862).pyi
files (#18888)Bug fixes
remove_argument
(#18805)flake8-logging
] Avoid false positive forexc_info=True
outsidelogger.exception
(LOG014
) (#18737)flake8-pytest-style
] Enforcepytest
import for decorators (#18779)flake8-pytest-style
] Mark autofix forPT001
andPT023
as unsafe if there's comments in the decorator (#18792)flake8-pytest-style
]PT001
/PT023
fix makes syntax error on parenthesized decorator (#18782)flake8-raise
] Make fix unsafe if it deletes comments (RSE102
) (#18788)flake8-simplify
] FixSIM911
autofix creating a syntax error (#18793)flake8-simplify
] Fix false negatives for shadowed bindings (SIM910
,SIM911
) (#18794)flake8-simplify
] Preserve original behavior forexcept ()
and bareexcept
(SIM105
) (#18213)flake8-pyi
] FixPYI041
's fix causingTypeError
withNone | None | ...
(#18637)perflint
] FixPERF101
autofix creating a syntax error and mark autofix as unsafe if there are comments in thelist
call expr (#18803)perflint
] Fix false negative inPERF401
(#18866)pylint
] Avoid flattening nestedmin
/max
when outer call has single argument (PLW3301
) (#16885)pylint
] FixPLC2801
autofix creating a syntax error (#18857)pylint
] MarkPLE0241
autofix as unsafe if there's comments in the base classes (#18832)pylint
] SuppressPLE2510
/PLE2512
/PLE2513
/PLE2514
/PLE2515
autofix if the text contains an odd number of backslashes (#18856)refurb
] Detect more exotic float literals inFURB164
(#18925)refurb
] FixFURB163
autofix creating a syntax error foryield
expressions (#18756)refurb
] MarkFURB129
autofix as unsafe if there's comments in thereadlines
call (#18858)ruff
] Fix false positives and negatives inRUF010
(#18690)analyze.direction
variant names (#18892)Rule changes
flake8-return
] MarkRET501
fix unsafe if comments are inside (#18780)flake8-async
] Fix detection for large integer sleep durations inASYNC116
rule (#18767)flake8-async
] Mark autofix forASYNC115
as unsafe if the call expression contains comments (#18753)flake8-bugbear
] Mark autofix forB004
as unsafe if thehasattr
call expr contains comments (#18755)flake8-comprehension
] Mark autofix forC420
as unsafe if there's comments inside the dict comprehension (#18768)flake8-comprehensions
] Handle template strings for comprehension fixes (#18710)flake8-future-annotations
] Add autofix (FA100
) (#18903)pyflakes
] MarkF504
/F522
/F523
autofix as unsafe if there's a call with side effect (#18839)pylint
] Allow fix with comments and document performance implications (PLW3301
) (#18936)pylint
] Detect more exoticNaN
literals inPLW0177
(#18630)pylint
] FixPLC1802
autofix creating a syntax error and mark autofix as unsafe if there's comments in thelen
call (#18836)pyupgrade
] Extend version detection to includesys.version_info.major
(UP036
) (#18633)ruff
] Add lint ruleRUF064
for callingchmod
with non-octal integers (#18541)ruff
] Addedcls.__dict__.get('__annotations__')
check (RUF063
) (#18233)ruff
] Frozendataclass
default should be valid (RUF009
) (#18735)Server
Documentation
perflint
] Small docs improvement toPERF401
(#18786)pyupgrade
]: Usesuper()
, not__super__
in error messages (UP008
) (#18743)flake8-pie
] Small docs fix toPIE794
(#18829)flake8-pyi
] Correctcollections-named-tuple
example to use PascalCase assignment (#16884)flake8-pie
] Add note on type checking benefits tounnecessary-dict-kwargs
(PIE804
) (#18666)pycodestyle
] Clarify PEP 8 relationship towhitespace-around-operator
rules (#18870)Other changes
flake8-logging
] Add fix safety section toLOG002
(#18840)pyupgrade
] Add fix safety section toUP010
(#18838)SeaQL/sea-orm (sea-orm)
v1.1.13
Compare Source
New Features
--frontend-format
flag to generate entities in pure Rust:Enhancements
Loader
https://github.com/SeaQL/sea-orm/pull/2637step-security/harden-runner (step-security/harden-runner)
v2.12.2
Compare Source
What's Changed
Added HTTPS Monitoring for additional destinations - *.githubusercontent.com
Bug fixes:
Full Changelog: step-security/harden-runner@v2...v2.12.2
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.