diff --git a/dev/bench/data.js b/dev/bench/data.js
index 0ce8f5f287..0254037cc7 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1728908907777,
+ "lastUpdate": 1728912650115,
"repoUrl": "https://github.com/aws/jsii",
"entries": {
"jsii Benchmark": [
@@ -34081,6 +34081,44 @@ window.BENCHMARK_DATA = {
"extra": "Compile aws-cdk-lib@v2.31.0 (tsc) averaged 38738.2880718 milliseconds over 20 runs"
}
]
+ },
+ {
+ "commit": {
+ "author": {
+ "email": "49699333+dependabot[bot]@users.noreply.github.com",
+ "name": "dependabot[bot]",
+ "username": "dependabot[bot]"
+ },
+ "committer": {
+ "email": "noreply@github.com",
+ "name": "GitHub",
+ "username": "web-flow"
+ },
+ "distinct": true,
+ "id": "2af903a55d4e98424facde33d325ccf34962402c",
+ "message": "chore(deps): Bump mypy from 1.11.2 to 1.12.0 in /packages/@jsii/python-runtime (#4665)\n\nBumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0.\n Sourced from mypy's changelog. We’ve just uploaded mypy 1.12 to the Python Package Index (PyPI). Mypy is a static type\nchecker for Python. This release includes new features, performance improvements and bug fixes.\nYou 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,\ndocumented, and no longer experimental. It was available through a feature flag in\nmypy 1.11 as an experimental feature. This example demonstrates the new syntax: reveal_type(f(1)) # Revealed type is 'int' class C[T]:\ndef init(self, x: T) -> None:\nself.x = x c = C('a')\nreveal_type(c.x) # Revealed type is 'str' type A[T] = C[list[T]]\nChangelog
\n\n
Mypy Release Notes
\nNext release
\nMypy 1.12
\n
\npython3 -m pip install -U mypy\n
Support Python 3.12 Syntax for Generics (PEP 695)
\n# Generic function\ndef f[T](https://github.com/python/mypy/blob/master/x: T) -> T: ...\n
Generic class
\nType alias
\n
For more information, refer to the documentation.
\nThese improvements are included:
\n... (truncated)
\n\nf2a39b1
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)