From 860adb6c936c1becf21074d73f97eaaa9867b43b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 27 Oct 2024 05:50:59 +0000
Subject: [PATCH] Bump the dependencies group in /.config with 9 updates
(#4308)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group in /.config with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.3` | `7.6.4` |
| [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin)
| `1.3.6` | `1.3.7` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.5.41` | `9.5.42` |
| [mypy](https://github.com/python/mypy) | `1.12.1` | `1.13.0` |
| [rich](https://github.com/Textualize/rich) | `13.9.2` | `13.9.3` |
| ruamel-yaml-clib | `0.2.8` | `0.2.12` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.0` | `0.7.1` |
| [tinycss2](https://github.com/Kozea/tinycss2) | `1.3.0` | `1.4.0` |
| [tox](https://github.com/tox-dev/tox) | `4.23.0` | `4.23.2` |
Updates `coverage` from 7.6.3 to 7.6.4
Sourced from coverage's
changelog. .. _issue 1880: nedbat/coveragepy#1880 .. _changes_7-6-3: Sourced from mkdocs-macros-plugin's
changelog. All notable changes to this project are documented in this file. The format is based on Keep a Changelog and
this project adheres to Semantic Versioning. Sourced from mkdocs-material's
changelog. mkdocs-material-9.5.42 (2024-10-20) mkdocs-material-9.5.41 (2024-10-15) mkdocs-material-9.5.40 (2024-10-10) mkdocs-material-9.5.39+insiders-4.53.14 (2024-09-29) mkdocs-material-9.5.39 (2024-09-29) mkdocs-material-9.5.38 (2024-09-26) mkdocs-material-9.5.37 (2024-09-25) mkdocs-material-9.5.36 (2024-09-21) mkdocs-material-9.5.35 (2024-09-18) mkdocs-material-9.5.34+insiders-4.53.13 (2024-09-14) mkdocs-material-9.5.34 (2024-08-31) ... (truncated) Sourced from mypy's
changelog. We’ve just uploaded mypy 1.13 to the Python Package Index (PyPI).
Mypy is a static type checker for Python. You can install it as
follows: You can read the full documentation for this release on Read the Docs. Note that unlike typical releases, Mypy 1.13 does not have any
changes to type checking semantics
from 1.12.1. Mypy 1.13 contains several performance improvements. Users can expect
mypy to be 5-20% faster.
In environments with long search paths (such as environments using many
editable installs), mypy
can be significantly faster, e.g. 2.2x faster in the use case targeted
by these improvements. Mypy 1.13 allows use of the Mypy may depend on These improvements were contributed by Shantanu. List of changes: Thanks to all mypy contributors who contributed to this release: We’ve just uploaded mypy 1.12 to the Python Package Index (PyPI). Mypy is a static
type ... (truncated) Sourced from rich's
releases. Fix a broken regex that resulted in the slow path being chosen for
some operations. This fix should result in notable speedups for some
operations, such as wrapping text. Sourced from rich's
changelog. Sourced from ruff's
releases. ... (truncated) Sourced from ruff's
changelog. Sourced from tinycss2's
changelog. Released on 2024-10-24 Sourced from tox's
releases. Full Changelog: https://github.com/tox-dev/tox/compare/4.23.1...4.23.2 Full Changelog: https://github.com/tox-dev/tox/compare/4.23.0...4.23.1 Sourced from tox's
changelog. Misc - 4.23.2 Improved Documentation - 4.23.1
Changelog
Version 7.6.4 — 2024-10-20
with
statements could cause contained
branches to be
incorrectly marked as missing (issue 1880
_). This is now
fixed.Commits
f24f76b
docs: sample HTML for 7.6.496e10f7
docs: prep for 7.6.4b8c236a
fix: multi-line with-statements exit correctly. #188064b7a45
docs: another discord reference68d7427
docs: Python Discord43adcea
build: include 3.14 in the usual Pythonsfb2b49f
build: github_releases can update older releases, and pauses to get the
sorti...ca550ca
3.0b2 wasn't correctly titleddebcc77
build: bump version
Updates `mkdocs-macros-plugin` from 1.3.6 to 1.3.7
Changelog
Changelog: Mkdocs-Dacros
Commits
b906a36
Bump version number5641806
Fixed incompatibility with d2 module (#249)
Updates `mkdocs-material` from 9.5.41 to 9.5.42
Changelog
Commits
Updates `mypy` from 1.12.1 to 1.13.0
Changelog
Mypy Release Notes
Next release
Mypy 1.13
python3 -m pip install -U mypy
Improved performance
orjson
library for handling
the cache instead of the stdlib json
,
for improved performance. You can ensure the presence of
orjson
using the faster-cache
extra:python3 -m pip install -U mypy[faster-cache]
orjson
by default in the future.
Acknowledgements
Mypy 1.12
Commits
eb31034
Bump version to 1.13.02eeb588
Update changelog for 1.12.1 (#17999)bc0386b
Changelog for 1.13 (#18000)5c4d2db
Add faster-cache extra, test in CI (#17978)854ad18
Make is_sub_path faster (#17962)50aa4ca
Speed up stubs suggestions (#17965)7c27808
Use orjson instead of json, when available (#17955)2cd2406
Use fast path in modulefinder more often (#17950)e20aaee
Let mypyc optimise os.path.join (#17949)159974c
Use sha1 for hashing (#17953)
Updates `rich` from 13.9.2 to 13.9.3
Release notes
The irregular expression release
[13.9.3] - 2024-10-22
Fixed
Changelog
[13.9.3] - 2024-10-22
Fixed
Commits
Updates `ruamel-yaml-clib` from 0.2.8 to 0.2.12
Updates `ruff` from 0.7.0 to 0.7.1
Release notes
0.7.1
Release Notes
Preview features
E221
and E222
to flag missing or extra
whitespace around ==
operator (#13890)pylint
] Restrict iteration-over-set
to
only work on sets of literals (PLC0208
) (#13731)Rule changes
flake8-type-checking
] Support auto-quoting when
annotations contain quotes (#11811)Server
Bug fixes
ARG002
compatible with EM101
when
raising NotImplementedError
(#13714)Other changes
Contributors
@Aditya-PS-05
@AlexWaygood
@Glyphack
@Lexxxzy
@MichaReiser
@TomerBin
@Watercycle
@cake-monotone
@carljm
@dhruvmanila
@diceroll123
@mihaic
@ndmitchell
@pilleye
@renovate
@rtpg
@samypr100
@sharkdp
Install ruff 0.7.1
Install prebuilt binaries via shell script
Changelog
0.7.1
Preview features
E221
and E222
to flag missing or extra
whitespace around ==
operator (#13890)pylint
] Restrict iteration-over-set
to
only work on sets of literals (PLC0208
) (#13731)Rule changes
flake8-type-checking
] Support auto-quoting when
annotations contain quotes (#11811)Server
Bug fixes
ARG002
compatible with EM101
when
raising NotImplementedError
(#13714)Other changes
Commits
337af83
Bump version to 0.7.1 (#13913)113ce84
Fix normalize
arguments when
fstring_formatting
is disabled (#13910)7272f83
Fix preview style name in can_omit_parentheses
to
is_f_string_formatting_en...3eb4546
[red-knot] Format mdtest Python snippets more concisely (#13905)77ae0cc
[red-knot] Infer subscript expression types for bytes literals (#13901)73ee72b
Join implicit concatenated strings when they fit on a line (#13663)e402e27
Use referencial equality in traversal
helper methods (#13895)de4181d
Remove "default" remark from ruff check
(#13900)2c57c2d
[red-knot] Type narrowing for isinstance
checks (#13894)72c18c8
Fix E221 and E222 to flag missing or extra whitespace around
==
operator (#...
Updates `tinycss2` from 1.3.0 to 1.4.0
Changelog
Version 1.4.0
Commits
c35b34e
Version 1.4.058e4fa2
Merge pull request #53 from
Kozea/color4ebef899
List supported combinations for color space conversiona2f4d22
Move color conversion code to the bottom of the file56c498b
Use degrees and radians functions instead of manual conversion95d681f
Don’t use too recent math.cbrta9d5371
Update tests for color specifications2c4233d
WIP911de48
Support color function3ffe0e6
Handle None values
Updates `tox` from 4.23.0 to 4.23.2
Release notes
4.23.2
What's Changed
@mbra
in tox-dev/tox#3422New Contributors
@mbra
made their
first contribution in tox-dev/tox#34224.23.1
What's Changed
@robsdedude
in tox-dev/tox#3417@gaborbernat
in
tox-dev/tox#3421New Contributors
@robsdedude
made
their first contribution in tox-dev/tox#3417Changelog
v4.23.2 (2024-10-22)
- :issue:`3415`
v4.23.1 (2024-10-21)
gaborbernat
. (:issue:3240
)0447036
release 4.23.2f0799ac
Support external tox.pytest usage via "test" extra (#3422)ec88713
Fix docs link check962bc59
release 4.23.15916cc9
Fix example docs (#3421)e9cb93a
[pre-commit.ci] pre-commit autoupdate (#3418)88c1b99
Docs: adjusting EOL Python version testing remarks (#3417)