build(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(5 months ago)
(5 months ago)
dependencies python
Bumps the dev-dependencies group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| mypy | 1.19.0 |
1.19.1 |
| ruff | 0.14.8 |
0.14.13 |
| black | 25.12.0 |
26.1.0 |
| boto3 | 1.42.4 |
1.42.30 |
| ipython | 9.8.0 |
9.9.0 |
Updates mypy from 1.19.0 to 1.19.1
Changelog
Sourced from mypy's changelog.
Mypy 1.19.1
- Fix noncommutative joins with bounded TypeVars (Shantanu, PR 20345)
- Respect output format for cached runs by serializing raw errors in cache metas (Ivan Levkivskyi, PR 20372)
- Allow
types.NoneTypein match cases (A5rocks, PR 20383)- Fix mypyc generator regression with empty tuple (BobTheBuidler, PR 20371)
- Fix crash involving Unpack-ed TypeVarTuple (Shantanu, PR 20323)
- Fix crash on star import of redefinition (Ivan Levkivskyi, PR 20333)
- Fix crash on typevar with forward ref used in other module (Ivan Levkivskyi, PR 20334)
- Fail with an explicit error on PyPy (Ivan Levkivskyi, PR 20389)
Acknowledgements
Thanks to all mypy contributors who contributed to this release:
- A5rocks
- BobTheBuidler
- bzoracler
- Chainfire
- Christoph Tyralla
- David Foster
- Frank Dana
- Guo Ci
- iap
- Ivan Levkivskyi
- James Hilton-Balfe
- jhance
- Joren Hammudoglu
- Jukka Lehtosalo
- KarelKenens
- Kevin Kannammalil
- Marc Mueller
- Michael Carlstrom
- Michael J. Sullivan
- Piotr Sawicki
- Randolf Scholz
- Shantanu
- Sigve Sebastian Farstad
- sobolevn
- Stanislav Terliakov
- Stephen Morton
- Theodore Ando
- Thiago J. Barbalho
- wyattscarpenter
I’d also like to thank my employer, Dropbox, for supporting mypy development.
Mypy 1.18
We’ve just uploaded mypy 1.18.1 to the Python Package Index (PyPI). Mypy is a static type checker for Python. This release includes new features, performance
... (truncated)
Commits
412c19aBump version to 1.19.120aea0aUpdate changelog for 1.19.1 (#20414)2b23b50Serialize raw errors in cache metas (#20372)f60f90fFail on PyPy in main instead of setup.py (#20389)58d485bFail with an explicit error on PyPy (#20384)a4b31a2Allowtypes.NoneTypein match cases (#20383)8a6eff4[mypyc] fix generator regression with empty tuple (#20371)70eceeaFix noncommutative joins with bounded TypeVars (#20345)3890fc4Fix crash involving Unpack-ed TypeVarTuple (#20323)c93d917Fix crash on star import of redefinition (#20333)- Additional commits viewable in compare view
Updates ruff from 0.14.8 to 0.14.13
Release notes
Sourced from ruff's releases.
0.14.13
Release Notes
Released on 2026-01-15.
This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.
0.14.12
Preview features
- [
flake8-blind-except] Allow more logging methods (BLE001) (#22057)- [
ruff] Respectlint.pydocstyle.property-decoratorsinRUF066(#22515)Bug fixes
- Fix configuration path in
--show-settings(#22478)- Respect
fmt: skipfor multiple statements on the same logical line (#22119)Rule changes
- [
pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519)- [
isort] Insert imports in alphabetical order (I002) (#22493)Documentation
- Add llms.txt support for documentation (#22463)
- Use prek in documentation and CI (#22505)
- [
flake8-pytest-style] Addcheckparameter example toPT017docs (#22546)- [
ruff] Make example error out-of-the-box (RUF103) (#22558)- [
ruff] documentRUF100trailing comment fix behavior (#22479)Other changes
- wasm: Require explicit logging initialization (#22587)
Contributors
... (truncated)
Changelog
Sourced from ruff's changelog.
0.14.13
Released on 2026-01-15.
This is a follow-up release to 0.14.12. Because of an issue publishing the WASM packages, there is no GitHub release or Git tag for 0.14.12, although the package was published to PyPI. The contents of the 0.14.13 release are identical to 0.14.12.
0.14.12
Released on 2026-01-15.
Preview features
- [
flake8-blind-except] Allow more logging methods (BLE001) (#22057)- [
ruff] Respectlint.pydocstyle.property-decoratorsinRUF066(#22515)Bug fixes
- Fix configuration path in
--show-settings(#22478)- Respect
fmt: skipfor multiple statements on the same logical line (#22119)Rule changes
- [
pydocstyle] Update Rust crate imperative to v1.0.7 (D401) (#22519)- [
isort] Insert imports in alphabetical order (I002) (#22493)Documentation
- Add llms.txt support for documentation (#22463)
- Use prek in documentation and CI (#22505)
- [
flake8-pytest-style] Addcheckparameter example toPT017docs (#22546)- [
ruff] Make example error out-of-the-box (RUF103) (#22558)- [
ruff] documentRUF100trailing comment fix behavior (#22479)Other changes
- wasm: Require explicit logging initialization (#22587)
Contributors
... (truncated)
Commits
b4b8299[ty] MakeNamedTuple(...)andnamedtuple(...)calls stricter (#22601)fd9f87dBump 0.14.13 (#22604)048f02f[ty] Remove redundant re-exports that share the same top-most modulea72af10[ty] AddModuleName::top2f34836[ty] Add test capturing redundant re-exports from pandasdb9eee7[ty] Attach origin module on to re-exported symbols2cbd68a[ty] Move fully qualified name into auto-import implementation2a09467Add trailing slashes tonpm publishpaths (#22603)eca58ca[ty] Override__file__to str when applicable on imported modules (#22333)aa9f1b2Further improvements to typing conformance script (#22596)- Additional commits viewable in compare view
Updates black from 25.12.0 to 26.1.0
Release notes
Sourced from black's releases.
26.1.0
Highlights
Introduces the 2026 stable style (#4892), stabilizing the following changes:
always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489)fix_fmt_skip_in_one_liners: Fix# fmt: skipbehavior on one-liner declarations, such asdef foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800)fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764)fix_type_expansion_split: Fix type expansions split in generic functions (#4777)multiline_string_handling: Make expressions involving multiline strings more compact (#1879)normalize_cr_newlines: Add\rstyle newlines to the potential newlines to normalize file newlines both from and to (#4710)remove_parens_around_except_types: Remove parentheses around multiple exception types inexceptandexcept*withoutas(#4720)remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)standardize_type_comments: Format type comments which have zero or more spaces between#andtype:or betweentype:and value to# type: (value)(#4645)The following change was not in any previous stable release:
- Regenerated the
_width_table.pyand added tests for the Khmer language (#4253)This release alo bumps
pathspecto v1 and fixes inconsistencies with Git's.gitignorelogic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously formatexclude/not_this/foo.pywith this.gitignore:exclude/ !exclude/not_this/Now,
exclude/not_this/foo.pywill remain ignored. To ensureexclude/not_this/and all of it's children are included in formatting (and in Git), use this.gitignore:*/exclude/* !*/exclude/not_this/This new behavior matches Git. The leading
*/are only necessary if you wish to ignore matching subdirectories (like the previous behavior did), and not just matching root
... (truncated)
Changelog
Sourced from black's changelog.
26.1.0
Highlights
Introduces the 2026 stable style (#4892), stabilizing the following changes:
always_one_newline_after_import: Always force one blank line after import statements, except when the line after the import is a comment or an import statement (#4489)fix_fmt_skip_in_one_liners: Fix# fmt: skipbehavior on one-liner declarations, such asdef foo(): return "mock" # fmt: skip, where previously the declaration would have been incorrectly collapsed (#4800)fix_module_docstring_detection: Fix module docstrings being treated as normal strings if preceded by comments (#4764)fix_type_expansion_split: Fix type expansions split in generic functions (#4777)multiline_string_handling: Make expressions involving multiline strings more compact (#1879)normalize_cr_newlines: Add\rstyle newlines to the potential newlines to normalize file newlines both from and to (#4710)remove_parens_around_except_types: Remove parentheses around multiple exception types inexceptandexcept*withoutas(#4720)remove_parens_from_assignment_lhs: Remove unnecessary parentheses from the left-hand side of assignments while preserving magic trailing commas and intentional multiline formatting (#4865)standardize_type_comments: Format type comments which have zero or more spaces between#andtype:or betweentype:and value to# type: (value)(#4645)The following change was not in any previous stable release:
- Regenerated the
_width_table.pyand added tests for the Khmer language (#4253)This release alo bumps
pathspecto v1 and fixes inconsistencies with Git's.gitignorelogic (#4958). Now, files will be ignored if a pattern matches them, even if the parent directory is directly unignored. For example, Black would previously formatexclude/not_this/foo.pywith this.gitignore:exclude/ !exclude/not_this/Now,
exclude/not_this/foo.pywill remain ignored. To ensureexclude/not_this/and all of it's children are included in formatting (and in Git), use this.gitignore:*/exclude/* !*/exclude/not_this/This new behavior matches Git. The leading
*/are only necessary if you wish to ignore
... (truncated)
Commits
6305bf1Prepare 2026.1.0 release (#4892)e71305bBump pypa/cibuildwheel from 3.3.0 to 3.3.1 (#4961)21a2a8cFix Shutdown multiprocessing Manager in schedule_formatting (#4952)e3146ceBump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#4919)fe1fbc4Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#4923)2b4b7fcBump actions/download-artifact from 6.0.0 to 7.0.0 (#4922)d745be6docs: document --force-exclude for pre-commit workflows (#4957)b41acd6Various CI and doc refactors (#4928)6f43612Handle pathspec v1 changes (#4958)200c550Bump furo from 2025.9.25 to 2025.12.19 in /docs (#4933)- Additional commits viewable in compare view
Updates boto3 from 1.42.4 to 1.42.30
Commits
b53ccbaMerge branch 'release-1.42.30'c9f5d90Bumping version to 1.42.309cf4452Add changelog entries from botocore9b45d7eMerge branch 'release-1.42.29'b0356c7Merge branch 'release-1.42.29' into develop159ed6dBumping version to 1.42.29ed728b9Add changelog entries from botocored7af36dMerge branch 'release-1.42.28'c700a35Merge branch 'release-1.42.28' into developa6c52b0Bumping version to 1.42.28- Additional commits viewable in compare view
Updates ipython from 9.8.0 to 9.9.0
Commits
0c28fe5release 9.9.0b33b134whats new 9.9 (#15113)3841c05whats new 990423da8Stop assuming that memory addresses are signed (#15111)4d0cb19Stop assuming that memory addresses are signed4d71bcfFix completions for methods starting with_(#15106)28d83b9fix-test74bf6d0add-end-to-end-teste62c4bafix-completions-for-private-attr11e1f40Add prompt_toolkit's unix_word_rubout to assignable commands for shortcuts (#...- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Package Dependencies
Technical Details
| ID: | 12885661 |
| UUID: | 3827044267 |
| Node ID: | PR_kwDOPNiOac6932SG |
| Host: | GitHub |
| Repository: | NHSDigital/terraform-aws-metrics-lambda |