From 16308e71f6c546093af6a2a2fecbe31adaa2bb94 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 14 Oct 2024 13:32:01 +0000
Subject: [PATCH 1/3] chore(deps-dev): Update mkdocs-material requirement from
~=9.5.39 to ~=9.5.40 in /gh-pages (#4666)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version.
Sourced from mkdocs-material's releases. Thanks go to Sourced from mkdocs-material's changelog. 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) mkdocs-material-9.5.33 (2024-08-23) mkdocs-material-9.5.32 (2024-08-19) mkdocs-material-9.5.31+insiders-4.53.12 (2024-08-02) ... (truncated) Sourced from mypy's changelog. We’ve just uploaded mypy 1.12 to the Python Package Index (PyPI). Mypy is a static type
checker for Python. This release includes new features, performance improvements and bug fixes.
You can install it as follows: You can read the full documentation for this release on Read the Docs. Support for the new type parameter syntax introduced in Python 3.12 is now enabled by default,
documented, and no longer experimental. It was available through a feature flag in
mypy 1.11 as an experimental feature. This example demonstrates the new syntax: reveal_type(f(1)) # Revealed type is 'int' class C[T]:
def init(self, x: T) -> None:
self.x = x c = C('a')
reveal_type(c.x) # Revealed type is 'str' type A[T] = C[list[T]]
Release notes
mkdocs-material-9.5.40
@pekkaklarck
and @klejejs
for their contributionsChangelog
Commits
921e522
Prepare 9.5.40 release829d1c8
Fixed social cards not using site name on homepage (#7608)cf2b39d
Documentation10177cc
Documentation (#7604)f0c99d8
Documentation (#7602)a9be026
Fixed file watching for Chokidar 42014b63
Fixed file watching for Chokidar 425b2107
Updated dependenciesa83d44a
Updated publishing guide (#7584)ffcabca
Merge pull request #7582 from yanyongyu/schema/validation-anchors
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 Changelog
Mypy Release Notes
Next release
Mypy 1.12
python3 -m pip install -U mypy
Support Python 3.12 Syntax for Generics (PEP 695)
# Generic function
def f[T](https://github.com/python/mypy/blob/master/x: T) -> T: ...
Generic class
Type alias
For more information, refer to the documentation.
These improvements are included:
... (truncated)
f2a39b1
Update version to 1.12.0b4ec37a
Add one more 1.12 changelog item (#17936)cc1c679
Better handling of generic functions in partial plugin (#17925)d65a013
Add latest 1.12 changes to changelog (#17921)2e38965
Fix union callees with functools.partial (#17903)c5d3673
Document ReadOnly (PEP 705) (#17905)964a7a5
Make ReadOnly TypedDict items covariant (#17904)24bfb34
Include CHANGELOG.md in sdists (#17882)21d46ed
documentation for TypeIs (#17821)c692943
Improvements to functools.partial of types (#17898)