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
Changelog

Sourced from coverage's changelog.

Version 7.6.4 — 2024-10-20

.. _issue 1880: nedbat/coveragepy#1880

.. _changes_7-6-3:

Commits

Updates `mkdocs-macros-plugin` from 1.3.6 to 1.3.7
Changelog

Sourced from mkdocs-macros-plugin's changelog.

Changelog: Mkdocs-Dacros

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.

Commits

Updates `mkdocs-material` from 9.5.41 to 9.5.42
Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.42

Changelog

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)

Commits

Updates `mypy` from 1.12.1 to 1.13.0
Changelog

Sourced from mypy's changelog.

Mypy Release Notes

Next release

Mypy 1.13

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:

python3 -m pip install -U mypy

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.

Improved performance

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 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]

Mypy may depend on orjson by default in the future.

These improvements were contributed by Shantanu.

List of changes:

Acknowledgements

Thanks to all mypy contributors who contributed to this release:

Mypy 1.12

We’ve just uploaded mypy 1.12 to the Python Package Index (PyPI). Mypy is a static type

... (truncated)

Commits

Updates `rich` from 13.9.2 to 13.9.3
Release notes

Sourced from rich's releases.

The irregular expression release

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.

[13.9.3] - 2024-10-22

Fixed

Changelog

Sourced from rich's 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

Sourced from ruff's releases.

0.7.1

Release Notes

Preview features

Rule changes

Server

Bug fixes

Other changes

Contributors

Install ruff 0.7.1

Install prebuilt binaries via shell script

... (truncated)

Changelog

Sourced from ruff's changelog.

0.7.1

Preview features

Rule changes

Server

Bug fixes

Other changes

Commits

Updates `tinycss2` from 1.3.0 to 1.4.0
Release notes

Sourced from tinycss2's releases.

v1.4.0

Changelog

Sourced from tinycss2's changelog.

Version 1.4.0

Released on 2024-10-24

Commits

Updates `tox` from 4.23.0 to 4.23.2
Release notes

Sourced from tox's releases.

4.23.2

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.23.1...4.23.2

4.23.1

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/tox/compare/4.23.0...4.23.1

Changelog

Sourced from tox's changelog.

v4.23.2 (2024-10-22)

Misc - 4.23.2

- :issue:`3415`

v4.23.1 (2024-10-21)

Improved Documentation - 4.23.1

Commits

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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .config/constraints.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index 933d8bcfc..b8e117119 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -27,7 +27,7 @@ check-jsonschema==0.29.4 click==8.1.7 click-help-colors==0.9.4 colorama==0.4.6 -coverage==7.6.3 +coverage==7.6.4 cryptography==43.0.3 csscompressor==0.9.5 cssselect2==0.7.0 @@ -67,14 +67,14 @@ mkdocs-autorefs==1.2.0 mkdocs-gen-files==0.5.0 mkdocs-get-deps==0.2.0 mkdocs-htmlproofer-plugin==1.3.0 -mkdocs-macros-plugin==1.3.6 -mkdocs-material==9.5.41 +mkdocs-macros-plugin==1.3.7 +mkdocs-material==9.5.42 mkdocs-material-extensions==1.3.1 mkdocs-minify-plugin==0.8.0 mkdocs-monorepo-plugin==1.1.0 mkdocstrings==0.26.2 mkdocstrings-python==1.12.2 -mypy==1.12.1 +mypy==1.13.0 mypy-extensions==1.0.0 nodeenv==1.9.1 packaging==24.1 @@ -109,21 +109,21 @@ regex==2024.9.11 regress==2024.8.1 requests==2.32.3 resolvelib==1.0.1 -rich==13.9.2 +rich==13.9.3 rpds-py==0.20.0 ruamel-yaml==0.18.6 -ruamel-yaml-clib==0.2.8 -ruff==0.7.0 +ruamel-yaml-clib==0.2.12 +ruff==0.7.1 six==1.16.0 soupsieve==2.6 subprocess-tee==0.4.2 termcolor==2.5.0 text-unidecode==1.3 -tinycss2==1.3.0 +tinycss2==1.4.0 toml-sort==0.23.1 tomli==2.0.2 tomlkit==0.13.2 -tox==4.23.0 +tox==4.23.2 types-jsonschema==4.23.0.20240813 types-pexpect==4.9.0.20240806 types-pyyaml==6.0.12.20240917