From 833c5bcb48ef5d056840067680bcbb0ea1a70b44 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 16 Feb 2025 05:38:08 +0000
Subject: [PATCH] Bump the dependencies group in /.config with 9 updates
(#4395)
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 |
| --- | --- | --- |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.5` | `0.9.6` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.11` | `7.6.12`
|
| [cryptography](https://github.com/pyca/cryptography) | `44.0.0` |
`44.0.1` |
| [griffe](https://github.com/mkdocstrings/griffe) | `1.5.6` | `1.5.7` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.3.0`
| `1.3.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.6.3` | `9.6.4` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) |
`0.28.0` | `0.28.1` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) |
`1.14.6` | `1.15.0` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.29.1` |
`20.29.2` |
Updates `ruff` from 0.9.5 to 0.9.6
Sourced from ruff's
releases. ... (truncated) Sourced from ruff's
changelog. Sourced from coverage's
changelog. .. _issue 1927: nedbat/coveragepy#1927 .. _changes_7-6-11: Sourced from cryptography's
changelog. 44.0.1 - 2025-02-11 .. _v44-0-0:
Release notes
0.9.6
Release Notes
Preview features
airflow
] Add external_task.{ExternalTaskMarker,
ExternalTaskSensor}
for AIR302
(#16014)flake8-builtins
] Make strict module name comparison
optional (A005
) (#15951)flake8-pyi
] Extend fix to Python <= 3.9 for
redundant-none-literal
(PYI061
) (#16044)pylint
] Also report when the object isn't a literal
(PLE1310
) (#15985)ruff
] Implement indented-form-feed
(RUF054
) (#16049)ruff
] Skip type definitions for
missing-f-string-syntax
(RUF027
) (#16054)Rule changes
flake8-annotations
] Correct syntax for
typing.Union
in suggested return type fixes for
ANN20x
rules (#16025)flake8-builtins
] Match upstream module name comparison
(A005
) (#16006)flake8-comprehensions
] Detect overshadowed
list
/set
/dict
, ignore variadics
and named expressions (C417
) (#15955)flake8-pie
] Remove following comma correctly when the
unpacked dictionary is empty (PIE800
) (#16008)flake8-simplify
] Only trigger SIM401
on
known dictionaries (#15995)pylint
] Do not report calls when object type and
argument type mismatch, remove custom escape handling logic
(PLE1310
) (#15984)pyupgrade
] Comments within parenthesized value ranges
should not affect applicability (UP040
) (#16027)pyupgrade
] Don't introduce invalid syntax when
upgrading old-style type aliases with parenthesized multiline values
(UP040
) (#16026)pyupgrade
] Ensure we do not rename two type parameters
to the same name (UP049
) (#16038)pyupgrade
] [ruff
] Don't apply renamings
if the new name is shadowed in a scope of one of the references to the
binding (UP049
, RUF052
) (#16032)ruff
] Update RUF009
to behave similar to
B008
and ignore attributes with immutable types (#16048)Server
Bug fixes
flake8-datetime
] Ignore .replace()
calls
while looking for .astimezone
(#16050)flake8-type-checking
] Avoid TC004
false
positive where the runtime definition is provided by
__getattr__
(#16052)Documentation
Contributors
Changelog
0.9.6
Preview features
airflow
] Add external_task.{ExternalTaskMarker,
ExternalTaskSensor}
for AIR302
(#16014)flake8-builtins
] Make strict module name comparison
optional (A005
) (#15951)flake8-pyi
] Extend fix to Python <= 3.9 for
redundant-none-literal
(PYI061
) (#16044)pylint
] Also report when the object isn't a literal
(PLE1310
) (#15985)ruff
] Implement indented-form-feed
(RUF054
) (#16049)ruff
] Skip type definitions for
missing-f-string-syntax
(RUF027
) (#16054)Rule changes
flake8-annotations
] Correct syntax for
typing.Union
in suggested return type fixes for
ANN20x
rules (#16025)flake8-builtins
] Match upstream module name comparison
(A005
) (#16006)flake8-comprehensions
] Detect overshadowed
list
/set
/dict
, ignore variadics
and named expressions (C417
) (#15955)flake8-pie
] Remove following comma correctly when the
unpacked dictionary is empty (PIE800
) (#16008)flake8-simplify
] Only trigger SIM401
on
known dictionaries (#15995)pylint
] Do not report calls when object type and
argument type mismatch, remove custom escape handling logic
(PLE1310
) (#15984)pyupgrade
] Comments within parenthesized value ranges
should not affect applicability (UP040
) (#16027)pyupgrade
] Don't introduce invalid syntax when
upgrading old-style type aliases with parenthesized multiline values
(UP040
) (#16026)pyupgrade
] Ensure we do not rename two type parameters
to the same name (UP049
) (#16038)pyupgrade
] [ruff
] Don't apply renamings
if the new name is shadowed in a scope of one of the references to the
binding (UP049
, RUF052
) (#16032)ruff
] Update RUF009
to behave similar to
B008
and ignore attributes with immutable types (#16048)Server
Bug fixes
flake8-datetime
] Ignore .replace()
calls
while looking for .astimezone
(#16050)flake8-type-checking
] Avoid TC004
false
positive where the runtime definition is provided by
__getattr__
(#16052)Documentation
Commits
524cf6e
Bump version to 0.9.6 (#16074)857cf0d
Revert tailwindcss v4 update (#16075)0f1eb1e
Improve migration document (#16072)b69eb90
Fix reference definition labels for backtick-quoted shortcut links (#16035)d2f661f
RUF009 should behave similar to B008 and ignore attributes with
immutable typ...07cf885
[pylint
] Also report when the object isn't a literal
(PLE1310
) (#15985)c089896
Update Rust crate rustc-hash to v2.1.1 (#16060)869a954
Root exclusions in the server to project root (#16043)cc0a5dd
Directly include Settings
struct for the server (#16042)b54e390
Update Rust crate clap to v4.5.28 (#16059)
Updates `coverage` from 7.6.11 to 7.6.12
Changelog
Version 7.6.12 — 2025-02-11
issue
1927
_). These are now
building reliably.Commits
7e5373e
docs: sample HTML for 7.6.12a4ed38b
docs: prep for 7.6.12ce4efdc
build: fix aarch64 kits #1927a1f3192
build: don't publish if kit building failedbb68f99
chore: bump the action-dependencies group with 2 updates (#1926)f3d6b4a
refactor: check for more kinds of constant tests67899ea
refactor: we no longer care what kind of constant the compile-time
constants arec850f20
refactor: macOS is MACOS, not OSXa1b2c1a
build: there are always tweaks to howto.txt9c03039
build: bump version to 7.6.12
Updates `cryptography` from 44.0.0 to 44.0.1
Changelog
* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL
3.4.1.
* We now build ``armv7l`` ``manylinux`` wheels and publish them to PyPI.
* We now build ``manylinux_2_34`` wheels and publish them to PyPI.
5d2c44f
chore: Prepare release 1.5.74791b0b
fix: Don't conflate passed argument with class member (instance
attribute)da6a070
chore: Upgrade mkdocstrings and mkdocstrings-python versions97bee0f
docs: Enable instant previewe35ce91
chore: Prepare release 1.3.1243ad35
fix: Always resolve secondary URLs to closest (don't log warnings)dcc7868
tests: Increase minimum pymdown-extensions versionSourced from mkdocs-material's changelog.
mkdocs-material-9.6.4 (2025-02-12)
- Fixed #7985: Blog content sometimes not stretching to full width
- Fixed #7978: Navigation rendering bug in Safari 18.3
mkdocs-material-9.6.3 (2025-02-07)
- Fixed rendering of arrow heads in Mermaid.js class diagrams
- Fixed #7960: Tags plugin crashes on numeric metadata titles
mkdocs-material-9.6.2 (2025-02-03)
- Fixed #7955: Excessively long words don't break on narrow screens
- Fixed #7947: Scope setting interferes with outdated version banner
mkdocs-material-9.6.1 (2025-01-31)
- Fixed #7943: Tags plugin crashing due to merge error
mkdocs-material-9.6.0 (2025-01-31)
- Added meta plugin
- Rewrite of the tags plugin
- Added support for allow lists in tags plugin
- Added support for and custom sorting in tags plugin
- Added support for related links in blog plugin
- Added support for custom index pages in blog plugin
- Added support for navigation subtitles
- Fixed #7924: Anchors might require two clicks when using instant navigation
mkdocs-material-9.5.50 (2025-01-18)
- Fixed #7913: Social plugin renders attribute lists in page title
mkdocs-material-9.5.49+insiders-4.53.15 (2025-01-15)
- Fixed #7896: Scoped tags listings not rendering in subsections
mkdocs-material-9.5.49 (2024-12-16)
- Adjusted title color in dark mode for all supported Mermaid.js diagrams
- Fixed #7803: Privacy plugin crashes on generated files
- Fixed #7781: Mermaid.js flow chart title not visible in dark mode
mkdocs-material-9.5.48 (2024-12-08)
- Fixed #7774: Disabling social cards doesn't work
mkdocs-material-9.5.47 (2024-12-01)
... (truncated)
9b0f482
Prepare 9.6.4 releasea9bae7f
Fixed navigation spacing in Safari 18.3 (#7979)9be17e7
Documentation (#7989)8a57610
Fixed blog post content sometimes not stretching10dd004
Added warning on using Docker in production (#7977)cd2ec69
Fixed wrong value type for enabled setting in GitHub Actions (#7980)Sourced from mkdocstrings's releases.
0.28.1
0.28.1 - 2025-02-14
Bug Fixes
- Renew MkDocs'
relpath
processor instead of using same instance (4ab180d by Timothée Mazzucotelli). Issue-mkdocs-3919
Sourced from mkdocstrings's changelog.
0.28.1 - 2025-02-14
Bug Fixes
- Renew MkDocs'
relpath
processor instead of using same instance (4ab180d by Timothée Mazzucotelli). Issue-mkdocs-3919
145954c
chore: Prepare release 0.28.14ab180d
fix: Renew MkDocs' relpath
processor instead of using same
instanceede1941
chore: Increase mkdocstrings-python lower bound againe1eb99c
docs: Use inventories
instead of import
for
Python example926dd7e
docs: Remove trailing spaces698a321
chore: Update mkdocstrings-python dev-dep to force uv to install it1cb9177
chore: Update location of the Python handler's JSON schemaSourced from mkdocstrings-python's releases.
1.15.0
1.15.0 - 2025-02-11
Features
- Support cross-referencing constructor parameters in instance attribute values (f07bf58 by Timothée Mazzucotelli).
Sourced from mkdocstrings-python's changelog.
1.15.0 - 2025-02-11
Features
- Support cross-referencing constructor parameters in instance attribute values (f07bf58 by Timothée Mazzucotelli).
ab3b227
chore: Prepare release 1.15.0f07bf58
feat: Support cross-referencing constructor parameters in instance
attribute ...24afd5d
docs: Wrap schema input configuration under a python
propertySourced from virtualenv's releases.
20.29.2
What's Changed
- release 20.29.1 by
@gaborbernat
in pypa/virtualenv#2828- Remove old virtualenv wheel by
@gaborbernat
in pypa/virtualenv#2842- Bump pip to 25.0.1 by
@gaborbernat
in pypa/virtualenv#2843Full Changelog: https://github.com/pypa/virtualenv/compare/20.29.1...20.29.2
Sourced from virtualenv's changelog.
v20.29.2 (2025-02-10)
Bugfixes - 20.29.2
- Remove old virtualenv wheel from the source distribution - by :user:`gaborbernat`. (:issue:`2841`) - Upgrade embedded wheel pip to ``25.0.1`` from ``24.3.1`` - by :user:`gaborbernat`. (:issue:`2843`)
ca670cd
release 20.29.2a2d2c3e
Merge pull request #2843
from gaborbernat/bump-2-106203457
Merge pull request #2842
from gaborbernat/remove-whld8a68e6
Bump pip to 25.0.17b8fde4
Remove old virtualenv wheelcb02b4f
Merge pull request #2837
from pypa/pre-commit-ci-update-config8332db8
[pre-commit.ci] pre-commit autoupdate192cef7
[pre-commit.ci] pre-commit autoupdate (#2833)a6a5c45
[pre-commit.ci] pre-commit autoupdate (#2830)d409f6a
release 20.29.1 (#2828)