build(deps-dev): bump the dev-dependencies group with 2 updates
Open
Number: #34
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
Created:
September 29, 2025 at 10:11 AM UTC
(3 days ago)
(3 days ago)
Updated:
September 29, 2025 at 10:13 AM UTC
(3 days ago)
(3 days ago)
Labels:
dependencies python
dependencies python
Description:
Bumps the dev-dependencies group with 2 updates: ruff and boto3.
Updates ruff
from 0.13.1 to 0.13.2
Release notes
Sourced from ruff's releases.
0.13.2
Release Notes
Released on 2025-09-25.
Preview features
- [
flake8-async
] Implementblocking-path-method
(ASYNC240
) (#20264)- [
flake8-bugbear
] Implementmap-without-explicit-strict
(B912
) (#20429)- [
flake8-bultins
] Detect class-scope builtin shadowing in decorators, default args, and attribute initializers (A003
) (#20178)- [
ruff
] Implementlogging-eager-conversion
(RUF065
) (#19942)- Include
.pyw
files by default when linting and formatting (#20458)Bug fixes
- Deduplicate input paths (#20105)
- [
flake8-comprehensions
] Preserve trailing commas for single-element lists (C409
) (#19571)- [
flake8-pyi
] Avoid syntax error from conflict withPIE790
(PYI021
) (#20010)- [
flake8-simplify
] Correct fix for positivemaxsplit
without separator (SIM905
) (#20056)- [
pyupgrade
] FixUP008
not to apply when__class__
is a local variable (#20497)- [
ruff
] FixB004
to skip invalidhasattr
/getattr
calls (#20486)- [
ruff
] Replace-nan
withnan
when using the value to construct aDecimal
(FURB164
) (#20391)Documentation
- Add 'Finding ways to help' to CONTRIBUTING.md (#20567)
- Update import path to
ruff-wasm-web
(#20539)- [
flake8-bandit
] Clarify the supported hashing functions (S324
) (#20534)Other changes
- [
playground
] Allow hover quick fixes to appear for overlapping diagnostics (#20527)- [
playground
] Fix non‑BMP code point handling in quick fixes and markers (#20526)Contributors
@BurntSushi
@mtshiba
@second-ed
@danparizher
@ShikChen
@PieterCK
@GDYendell
@RazerM
@TaKO8Ki
@amyreese
@ntbre
@MichaReiser
Install ruff 0.13.2
... (truncated)
Changelog
Sourced from ruff's changelog.
0.13.2
Released on 2025-09-25.
Preview features
- [
flake8-async
] Implementblocking-path-method
(ASYNC240
) (#20264)- [
flake8-bugbear
] Implementmap-without-explicit-strict
(B912
) (#20429)- [
flake8-bultins
] Detect class-scope builtin shadowing in decorators, default args, and attribute initializers (A003
) (#20178)- [
ruff
] Implementlogging-eager-conversion
(RUF065
) (#19942)- Include
.pyw
files by default when linting and formatting (#20458)Bug fixes
- Deduplicate input paths (#20105)
- [
flake8-comprehensions
] Preserve trailing commas for single-element lists (C409
) (#19571)- [
flake8-pyi
] Avoid syntax error from conflict withPIE790
(PYI021
) (#20010)- [
flake8-simplify
] Correct fix for positivemaxsplit
without separator (SIM905
) (#20056)- [
pyupgrade
] FixUP008
not to apply when__class__
is a local variable (#20497)- [
ruff
] FixB004
to skip invalidhasattr
/getattr
calls (#20486)- [
ruff
] Replace-nan
withnan
when using the value to construct aDecimal
(FURB164
) (#20391)Documentation
- Add 'Finding ways to help' to CONTRIBUTING.md (#20567)
- Update import path to
ruff-wasm-web
(#20539)- [
flake8-bandit
] Clarify the supported hashing functions (S324
) (#20534)Other changes
- [
playground
] Allow hover quick fixes to appear for overlapping diagnostics (#20527)- [
playground
] Fix non‑BMP code point handling in quick fixes and markers (#20526)Contributors
Commits
b0bdf03
Bump 0.13.2 (#20576)7331d39
Update rooster to 0.1.0 (#20575)529e5fa
[ty] Ecosystem analyzer: timing report (#20571)efbb80f
[ty] Remove hack in protocol satisfiability check (#20568)9f3cffc
Add 'Finding ways to help' to CONTRIBUTING.md (#20567)21be94a
[ty] Explicitly test assignability/subtyping between unions of nominal types ...b7d5dc9
[ty] Add tests for interactions of@classmethod
,@staticmethod
, and proto...e1bb74b
[ty] Match variadic argument to variadic parameter (#20511)edeb458
[ty] fallback to resolve_real_module in file_to_module (#20461)bea92c8
[ty] More precise type inference for dictionary literals (#20523)- Additional commits viewable in compare view
Updates boto3
from 1.40.35 to 1.40.40
Commits
3515909
Merge branch 'release-1.40.40'1e46da3
Bumping version to 1.40.4053ccfb7
Add changelog entries from botocore71cfc75
Merge branch 'release-1.40.39'd947110
Merge branch 'release-1.40.39' into develop5653e58
Bumping version to 1.40.39eaaf3b0
Add changelog entries from botocorec106f68
Merge branch 'release-1.40.38'9b063da
Merge branch 'release-1.40.38' into developcc3dc1c
Bumping version to 1.40.38- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Technical Details
ID: | 8694310 |
UUID: | 2869930083 |
Node ID: | PR_kwDOPNiOac6rD6hj |
Host: | GitHub |
Repository: | NHSDigital/terraform-aws-metrics-lambda |