async-kernel 0.20.1__tar.gz → 0.20.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.pre-commit-config.yaml +1 -1
- {async_kernel-0.20.1 → async_kernel-0.20.2}/CHANGELOG.md +21 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/PKG-INFO +1 -1
- {async_kernel-0.20.1 → async_kernel-0.20.2}/_version.py +2 -2
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/comm.py +9 -8
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/interface/base.py +20 -18
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_encryption.py +1 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_message_spec.py +1 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/uv.lock +113 -113
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.github/dependabot.yaml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.github/release.yml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.github/workflows/ci.yml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.github/workflows/enforce-label.yml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.github/workflows/new_release.yml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.github/workflows/pre-commit.yml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.github/workflows/publish-docs.yml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.github/workflows/publish-to-pypi.yml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.gitignore +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.vscode/launch.json +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.vscode/settings.json +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/.vscode/spellright.dict +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/CONTRIBUTING.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/IPYTHON_LICENSE +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/LICENSE +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/README.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/cliff.toml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/about/changelog.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/about/contributing.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/about/index.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/about/license.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/index.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/javascripts/extra.js +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/notebooks/caller.ipynb +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/notebooks/concurrency.ipynb +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/notebooks/custom_kernel.ipynb +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/overrides/main.html +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/caller.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/comm.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/command.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/common.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/debugger.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/event_loop.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/index.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/interface.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/ipshell.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/kernel.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/kernelspec.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/pending.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/shell.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/typing.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/reference/utils.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/stylesheets/extra.css +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/thread_safety.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/usage/commands.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/docs/usage/index.md +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/hatch_build.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/mkdocs.yml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/pyproject.toml +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/__init__.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/__main__.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/caller.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/command.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/common.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/compat/attr_docs.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/compat/json.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/compiler.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/debugger.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/event_loop/__init__.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/event_loop/asyncio_guest.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/event_loop/qt_host.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/event_loop/run.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/event_loop/tk_host.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/interface/__init__.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/interface/callable.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/interface/ip_app.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/interface/zmq.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/kernel.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/kernelspec.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/pending.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/py.typed +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/resources/logo-32x32.png +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/resources/logo-64x64.png +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/resources/logo-svg.svg +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/shell/__init__.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/shell/base.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/shell/ipshell.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/typing.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/src/async_kernel/utils.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/__init__.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/conftest.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/references.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_base_interface.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_callable_interface.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_caller.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_comm.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_command.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_common.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_compat.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_debugger.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_debugger_static.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_enter_kernel.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_event_loop.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_iostream.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_kernel_ipshell.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_kernelspec.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_pending.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_subclass.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_typing.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_utils.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_zmq_interface.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/test_zmq_interface_ip.py +0 -0
- {async_kernel-0.20.1 → async_kernel-0.20.2}/tests/utils.py +0 -0
|
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [0.20.2] - 2026-06-29
|
|
9
|
+
|
|
10
|
+
### <!-- 5 --> 📝 Documentation
|
|
11
|
+
|
|
12
|
+
- Update docstrings for BaseInterface. [#508](https://github.com/fleming79/async-kernel/pull/508)
|
|
13
|
+
|
|
14
|
+
### <!-- 6 --> 🌀 Miscellaneous
|
|
15
|
+
|
|
16
|
+
- Avoid attribute error in Comm.publish_msg in case the parent is gc before the object. [#511](https://github.com/fleming79/async-kernel/pull/511)
|
|
17
|
+
|
|
18
|
+
- Update uv.lock and pre-commit-config.yaml [#510](https://github.com/fleming79/async-kernel/pull/510)
|
|
19
|
+
|
|
20
|
+
- Add more clear_iopub to tests that use utils.check_pub_message. [#509](https://github.com/fleming79/async-kernel/pull/509)
|
|
21
|
+
|
|
22
|
+
- Swap async_sleep_forever for create_async_waiter in [#507](https://github.com/fleming79/async-kernel/pull/507)
|
|
23
|
+
|
|
24
|
+
- Refactor BaseInterface context and stop. [#506](https://github.com/fleming79/async-kernel/pull/506)
|
|
25
|
+
|
|
8
26
|
## [0.20.1] - 2026-06-22
|
|
9
27
|
|
|
10
28
|
### <!-- 2 --> 🐛 Fixes
|
|
@@ -13,6 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
31
|
|
|
14
32
|
### <!-- 6 --> 🌀 Miscellaneous
|
|
15
33
|
|
|
34
|
+
- Prepare for release v0.20.1 [#505](https://github.com/fleming79/async-kernel/pull/505)
|
|
35
|
+
|
|
16
36
|
- Bump actions/checkout from 6 to 7 in the actions group [#503](https://github.com/fleming79/async-kernel/pull/503)
|
|
17
37
|
|
|
18
38
|
## [0.20.0] - 2026-06-22
|
|
@@ -1399,6 +1419,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1399
1419
|
|
|
1400
1420
|
- Bump the actions group across 1 directory with 2 updates [#3](https://github.com/fleming79/async-kernel/pull/3)
|
|
1401
1421
|
|
|
1422
|
+
[0.20.2]: https://github.com/fleming79/async-kernel/compare/v0.20.1..v0.20.2
|
|
1402
1423
|
[0.20.1]: https://github.com/fleming79/async-kernel/compare/v0.20.0..v0.20.1
|
|
1403
1424
|
[0.20.0]: https://github.com/fleming79/async-kernel/compare/v0.19.2..v0.20.0
|
|
1404
1425
|
[0.19.2]: https://github.com/fleming79/async-kernel/compare/v0.19.1..v0.19.2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: async-kernel
|
|
3
|
-
Version: 0.20.
|
|
3
|
+
Version: 0.20.2
|
|
4
4
|
Summary: A concurrent python kernel for Jupyter supporting AnyIO, AsyncIO and Trio.
|
|
5
5
|
Project-URL: Homepage, https://fleming79.github.io/async-kernel
|
|
6
6
|
Project-URL: Documentation, https://fleming79.github.io/async-kernel
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.20.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 20,
|
|
21
|
+
__version__ = version = '0.20.2'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 20, 2)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -34,14 +34,15 @@ class Comm(HasInterface, BaseComm):
|
|
|
34
34
|
) -> None:
|
|
35
35
|
"""Helper for sending a comm message on IOPub."""
|
|
36
36
|
content = {"data": {} if data is None else data, "comm_id": self.comm_id} | keys
|
|
37
|
-
self.parent
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
37
|
+
if parent := self.parent:
|
|
38
|
+
parent.iopub_send(
|
|
39
|
+
msg_or_type=msg_type,
|
|
40
|
+
content=content,
|
|
41
|
+
metadata=metadata,
|
|
42
|
+
parent=None,
|
|
43
|
+
ident=self.topic,
|
|
44
|
+
buffers=buffers,
|
|
45
|
+
)
|
|
45
46
|
|
|
46
47
|
@override
|
|
47
48
|
def handle_msg(self, msg: comm.base_comm.MessageType) -> None:
|
|
@@ -14,7 +14,7 @@ from typing import TYPE_CHECKING, Any, Generic, Literal, Self, final
|
|
|
14
14
|
from uuid import uuid4
|
|
15
15
|
|
|
16
16
|
import anyio
|
|
17
|
-
from aiologic.lowlevel import AsyncLibraryNotFoundError, current_async_library
|
|
17
|
+
from aiologic.lowlevel import AsyncLibraryNotFoundError, async_sleep_forever, current_async_library
|
|
18
18
|
from traitlets import traitlets
|
|
19
19
|
from traitlets.config import Config, Configurable
|
|
20
20
|
from traitlets.config.application import Application, ClassesType
|
|
@@ -32,6 +32,7 @@ from async_kernel.typing import (
|
|
|
32
32
|
Hosts,
|
|
33
33
|
Message,
|
|
34
34
|
MsgHeader,
|
|
35
|
+
MsgType,
|
|
35
36
|
NoValue,
|
|
36
37
|
RunSettings,
|
|
37
38
|
T,
|
|
@@ -82,10 +83,12 @@ class DictValueLiteralEval(traitlets.Dict):
|
|
|
82
83
|
|
|
83
84
|
class BaseInterface(Application, anyio.AsyncContextManagerMixin, Generic[T_shell_co]):
|
|
84
85
|
"""
|
|
85
|
-
The base class for
|
|
86
|
+
The base class for kernel interface (singleton).
|
|
86
87
|
|
|
87
|
-
|
|
88
|
-
|
|
88
|
+
The interface creates the kernel and provides external communication. It is also
|
|
89
|
+
the parent object for all objects that subclass from `HasInterface`. Configurable
|
|
90
|
+
objects that subclass from `HasInterface` inherit their configuration from the
|
|
91
|
+
interface (Application).
|
|
89
92
|
|
|
90
93
|
Usage:
|
|
91
94
|
launch:
|
|
@@ -95,6 +98,7 @@ class BaseInterface(Application, anyio.AsyncContextManagerMixin, Generic[T_shell
|
|
|
95
98
|
async context:
|
|
96
99
|
```python
|
|
97
100
|
async with Interface() as interface:
|
|
101
|
+
interface.kernel
|
|
98
102
|
...
|
|
99
103
|
```
|
|
100
104
|
"""
|
|
@@ -304,7 +308,8 @@ class BaseInterface(Application, anyio.AsyncContextManagerMixin, Generic[T_shell
|
|
|
304
308
|
|
|
305
309
|
Warning:
|
|
306
310
|
- Running in a thread other than the 'MainThread' is permitted, but discouraged.
|
|
307
|
-
- Blocking calls can only be interrupted in the 'MainThread' because
|
|
311
|
+
- Blocking calls can only be interrupted in the 'MainThread' because
|
|
312
|
+
[*'threads cannot be destroyed, stopped, suspended, resumed, or interrupted'*](https://docs.python.org/3/library/threading.html#module-threading).
|
|
308
313
|
- Some libraries may assume the call is occurring in the 'MainThread'.
|
|
309
314
|
- If there is an `asyncio` or `trio` event loop already running in the desired thread;
|
|
310
315
|
start asynchronously instead (`async with interface: ...`).
|
|
@@ -353,7 +358,12 @@ class BaseInterface(Application, anyio.AsyncContextManagerMixin, Generic[T_shell
|
|
|
353
358
|
try:
|
|
354
359
|
async with caller:
|
|
355
360
|
with anyio.CancelScope() as scope:
|
|
356
|
-
|
|
361
|
+
|
|
362
|
+
def stop(_):
|
|
363
|
+
self.log.info("Stopping kernel")
|
|
364
|
+
caller.call_later(0.5, scope.cancel, "Stopping kernel")
|
|
365
|
+
|
|
366
|
+
self.stopping.add_done_callback(stop)
|
|
357
367
|
try:
|
|
358
368
|
async with self.kernel.running():
|
|
359
369
|
if set_started:
|
|
@@ -381,21 +391,17 @@ class BaseInterface(Application, anyio.AsyncContextManagerMixin, Generic[T_shell
|
|
|
381
391
|
"""
|
|
382
392
|
try:
|
|
383
393
|
async with self:
|
|
384
|
-
|
|
385
|
-
|
|
394
|
+
# Wait forever. This will exit when stop is called.
|
|
395
|
+
await async_sleep_forever()
|
|
386
396
|
finally:
|
|
387
397
|
if stopped:
|
|
388
398
|
stopped()
|
|
389
399
|
|
|
390
400
|
def stop(self) -> None:
|
|
391
401
|
"""
|
|
392
|
-
Stop the kernel.
|
|
402
|
+
Stop the kernel and this interface.
|
|
393
403
|
"""
|
|
394
404
|
self.stopping.set_result(None)
|
|
395
|
-
if scope := getattr(self, "_scope", None):
|
|
396
|
-
del self._scope
|
|
397
|
-
self.log.info("Stopping kernel")
|
|
398
|
-
self.callers[Channel.shell].call_later(0.5, scope.cancel, "Stopping kernel")
|
|
399
405
|
if not self.started.done():
|
|
400
406
|
self.started.cancel("Stopped early")
|
|
401
407
|
if BaseInterface._instance is self:
|
|
@@ -413,7 +419,7 @@ class BaseInterface(Application, anyio.AsyncContextManagerMixin, Generic[T_shell
|
|
|
413
419
|
|
|
414
420
|
def msg(
|
|
415
421
|
self,
|
|
416
|
-
msg_type: str,
|
|
422
|
+
msg_type: str | MsgType,
|
|
417
423
|
*,
|
|
418
424
|
content: T | None = None,
|
|
419
425
|
parent: Message | dict[str, Any] | None = None,
|
|
@@ -423,10 +429,6 @@ class BaseInterface(Application, anyio.AsyncContextManagerMixin, Generic[T_shell
|
|
|
423
429
|
) -> Message[T]:
|
|
424
430
|
"""
|
|
425
431
|
Create a new message.
|
|
426
|
-
|
|
427
|
-
This format is different from what is sent over the wire. The
|
|
428
|
-
serialize/deserialize methods converts this nested message dict to the wire
|
|
429
|
-
format, which is a list of message parts.
|
|
430
432
|
"""
|
|
431
433
|
parent = parent or utils.get_parent_message()
|
|
432
434
|
if header is None:
|
|
@@ -17,6 +17,7 @@ def encryption(request):
|
|
|
17
17
|
|
|
18
18
|
async def test_curve_encryption(subprocess_kernels_client: AsyncKernelClient, encryption: str):
|
|
19
19
|
client = subprocess_kernels_client
|
|
20
|
+
await utils.clear_iopub(client)
|
|
20
21
|
if encryption == "curve":
|
|
21
22
|
assert client.curve_publickey
|
|
22
23
|
assert client.curve_secretkey
|
|
@@ -23,6 +23,7 @@ async def test_execute(client: AsyncKernelClient, kernel: Kernel):
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
async def test_execute_suppress(client: AsyncKernelClient, kernel: Kernel):
|
|
26
|
+
await utils.clear_iopub(client)
|
|
26
27
|
for mode in ["normal", "suppress"]:
|
|
27
28
|
msg_id = client.execute(code="123" if mode == "normal" else "123;")
|
|
28
29
|
reply = await utils.get_reply(client, msg_id, clear_pub=False)
|
|
@@ -29,15 +29,15 @@ wheels = [
|
|
|
29
29
|
|
|
30
30
|
[[package]]
|
|
31
31
|
name = "anyio"
|
|
32
|
-
version = "4.14.
|
|
32
|
+
version = "4.14.1"
|
|
33
33
|
source = { registry = "https://pypi.org/simple" }
|
|
34
34
|
dependencies = [
|
|
35
35
|
{ name = "idna" },
|
|
36
36
|
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
37
37
|
]
|
|
38
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
38
|
+
sdist = { url = "https://files.pythonhosted.org/packages/3b/72/5562aabb8dd7181e8e860622a38bea08d17842b99ecd4c91f84ac95251b0/anyio-4.14.1.tar.gz", hash = "sha256:8d648a3544c1a700e3ff78615cd679e4c5c3f149904287e73687b2596963629e", size = 254831, upload-time = "2026-06-24T20:56:06.017Z" }
|
|
39
39
|
wheels = [
|
|
40
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
40
|
+
{ url = "https://files.pythonhosted.org/packages/b0/7b/90df4a0a816d98d6ea26f559d87836d494a2cf1fcf063be67df50a7bcc30/anyio-4.14.1-py3-none-any.whl", hash = "sha256:4e5533c5b8ff0a24f5d7a176cbe6877129cd183893f66b537f8f227d10527d72", size = 124875, upload-time = "2026-06-24T20:56:04.413Z" },
|
|
41
41
|
]
|
|
42
42
|
|
|
43
43
|
[[package]]
|
|
@@ -496,14 +496,14 @@ wheels = [
|
|
|
496
496
|
|
|
497
497
|
[[package]]
|
|
498
498
|
name = "click"
|
|
499
|
-
version = "8.4.
|
|
499
|
+
version = "8.4.2"
|
|
500
500
|
source = { registry = "https://pypi.org/simple" }
|
|
501
501
|
dependencies = [
|
|
502
502
|
{ name = "colorama", marker = "sys_platform == 'win32'" },
|
|
503
503
|
]
|
|
504
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
504
|
+
sdist = { url = "https://files.pythonhosted.org/packages/76/d4/81420972a676e8ffea40450d8c8c92943e7218a78fe9b64359836cc9876b/click-8.4.2.tar.gz", hash = "sha256:9a6cea6e60b17ebe0a44c5cc636d94f09bd66142c1cd7d8b4cd731c4917a15f6", size = 338000, upload-time = "2026-06-24T17:45:15.148Z" }
|
|
505
505
|
wheels = [
|
|
506
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
506
|
+
{ url = "https://files.pythonhosted.org/packages/fb/e2/79c688af8b210d232694e31e59da9f6ec747bae31c3f5946e4e9b98860d5/click-8.4.2-py3-none-any.whl", hash = "sha256:e6f9f66136c816745b9d65817da91d61d957fb16e02e4dcd0552553c5a197b76", size = 119243, upload-time = "2026-06-24T17:45:13.73Z" },
|
|
507
507
|
]
|
|
508
508
|
|
|
509
509
|
[[package]]
|
|
@@ -609,86 +609,86 @@ wheels = [
|
|
|
609
609
|
|
|
610
610
|
[[package]]
|
|
611
611
|
name = "coverage"
|
|
612
|
-
version = "7.14.
|
|
613
|
-
source = { registry = "https://pypi.org/simple" }
|
|
614
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
615
|
-
wheels = [
|
|
616
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
617
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
618
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
619
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
620
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
621
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
622
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
623
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
624
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
625
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
626
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
627
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
628
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
629
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
630
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
631
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
632
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
633
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
634
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
635
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
636
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
637
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
638
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
639
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
640
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
641
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
642
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
643
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
644
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
645
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
646
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
647
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
648
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
649
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
650
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
651
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
652
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
653
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
654
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
655
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
656
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
657
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
658
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
659
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
660
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
661
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
662
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
663
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
664
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
665
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
666
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
667
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
668
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
669
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
670
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
671
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
672
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
673
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
674
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
675
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
676
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
677
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
678
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
679
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
680
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
681
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
682
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
683
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
684
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
685
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
686
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
687
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
688
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
689
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
690
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
691
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
612
|
+
version = "7.14.3"
|
|
613
|
+
source = { registry = "https://pypi.org/simple" }
|
|
614
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b4/91/0a7c28934e50d8ac9a7b117712d176f2953c3170bccced5eaacfa3e96175/coverage-7.14.3.tar.gz", hash = "sha256:1a7563a443f3d53fdeb040ec8c9f7466aed7ca3dc5891aa09d3ca3625fa4387f", size = 924398, upload-time = "2026-06-22T23:10:25.584Z" }
|
|
615
|
+
wheels = [
|
|
616
|
+
{ url = "https://files.pythonhosted.org/packages/f1/24/efb17eb94018dd3415d0e8a76a4786a866e8964aa9c50f033399d23939c2/coverage-7.14.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e574801e1d643561594aa021206c46d80b257e9853087090ba97bed8b0a509d3", size = 220501, upload-time = "2026-06-22T23:08:02.182Z" },
|
|
617
|
+
{ url = "https://files.pythonhosted.org/packages/76/93/32f1bfca6cdd34259c8af42820a034b7a28dfb44969a13ed38c17e0ba5b0/coverage-7.14.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f82b6bb7d75a2613e85d07cefa3a8c973d0544a8993337f6e2728e4a1e94c305", size = 221008, upload-time = "2026-06-22T23:08:03.701Z" },
|
|
618
|
+
{ url = "https://files.pythonhosted.org/packages/eb/88/0d0f974855ff905d15a64f7873d00bdc4182e2736267486c6634f4af293c/coverage-7.14.3-cp311-cp311-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:a2335ea5fed26af2e831094964fa3f8fae60b45f7e37fcc2d3b615b2add3ad87", size = 251420, upload-time = "2026-06-22T23:08:05.211Z" },
|
|
619
|
+
{ url = "https://files.pythonhosted.org/packages/39/7f/117dd2ec65e4140576f8ef991d88220f9b806769f7a8c20e0550c0f924e2/coverage-7.14.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:fbb8c3a98e779013786ae01d229662aeacbc77100efbd3f2f245219ace5af700", size = 253331, upload-time = "2026-06-22T23:08:06.672Z" },
|
|
620
|
+
{ url = "https://files.pythonhosted.org/packages/87/55/f0bd6d6538e3f16829fb8a44b6c0d2fe9da638bbfdd6a20f8b5da8f4fa81/coverage-7.14.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ac082660de8f429ba0ea363595abb838998570b9a7546777c60f413ab902bbde", size = 255441, upload-time = "2026-06-22T23:08:08.208Z" },
|
|
621
|
+
{ url = "https://files.pythonhosted.org/packages/1e/98/aa71f7879019c846a8a9662579ea4484b0202cf1e252ffeed647075e7eca/coverage-7.14.3-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8ac012839ff7e396030f1e94e10553a431d14e4de2ab65cb3acb72bbd5628ca2", size = 257398, upload-time = "2026-06-22T23:08:09.749Z" },
|
|
622
|
+
{ url = "https://files.pythonhosted.org/packages/f3/4f/5fd367e59844190f5965015d7bee899e67a89d13eb2760118479bf836f2f/coverage-7.14.3-cp311-cp311-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:5952f8c1bda2a5347154450379316e6dfa4d934d62ca35f6784451e6f55074fb", size = 251558, upload-time = "2026-06-22T23:08:11.37Z" },
|
|
623
|
+
{ url = "https://files.pythonhosted.org/packages/8f/de/5383a6ee5a6376701fe07d980fa8e4a66c0c377fead16712720340d701a3/coverage-7.14.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:8cf0f2509acb4619e2471a1951089054dd58ebea7a912066d2ea56dd4c24ca4a", size = 253134, upload-time = "2026-06-22T23:08:13.04Z" },
|
|
624
|
+
{ url = "https://files.pythonhosted.org/packages/01/99/09542b1a99f788e3daec7f0fadc288821e71aca9ea298d51bfa1ba79fed5/coverage-7.14.3-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:2e41fd3aab806770008279a93879b0924b16247e09ab537c043d08bbca53b4ab", size = 251195, upload-time = "2026-06-22T23:08:14.606Z" },
|
|
625
|
+
{ url = "https://files.pythonhosted.org/packages/02/9d/722fe8c13f0fbb064491b9e8656e56a606286792e5068c47ca1042e773e8/coverage-7.14.3-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:f0a47095963cfe054e0df178daca95aec21e680d6076da807c3add28dfe920f7", size = 254959, upload-time = "2026-06-22T23:08:16.431Z" },
|
|
626
|
+
{ url = "https://files.pythonhosted.org/packages/fb/58/943627179ff1d82da9e54d0a5b0bb907bb19cf19515599ccd921de50b469/coverage-7.14.3-cp311-cp311-musllinux_1_2_riscv64.whl", hash = "sha256:a090cbf9521e78ffdb2fcf448b72902afe9f5923ff6a12d5c0d0120200348af9", size = 250914, upload-time = "2026-06-22T23:08:18.03Z" },
|
|
627
|
+
{ url = "https://files.pythonhosted.org/packages/a5/d4/803efcbf9ae5567454a0c71e983589529448e2704ee0da2dc0163d482f18/coverage-7.14.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4d310baf69a4fbe8a098ce727e4808a34866ac718a6f759ae659cbd3221358bc", size = 251824, upload-time = "2026-06-22T23:08:19.704Z" },
|
|
628
|
+
{ url = "https://files.pythonhosted.org/packages/32/79/3f78ea9563132746eed5cecb75d2e576f9d8fec45a47242b5ae0950b82a3/coverage-7.14.3-cp311-cp311-win32.whl", hash = "sha256:74fdd718d88fe144f4579b8747873a07ec3f04cb837d5faec5a25d9e22fa31a8", size = 222594, upload-time = "2026-06-22T23:08:21.311Z" },
|
|
629
|
+
{ url = "https://files.pythonhosted.org/packages/85/22/9ebbc5a2ab42ac5d0eea1f48648629e1de9bbe41ec243ed6b93d55a5a53f/coverage-7.14.3-cp311-cp311-win_amd64.whl", hash = "sha256:cc96aa922e21d4bc5d5ed3c915cef27dfcbc13686f47d5e378d647fbfba655a2", size = 223073, upload-time = "2026-06-22T23:08:23.318Z" },
|
|
630
|
+
{ url = "https://files.pythonhosted.org/packages/71/af/69d5fcc16cb555153f99cec5467922f226be0369f7335a9506856d2a7bd0/coverage-7.14.3-cp311-cp311-win_arm64.whl", hash = "sha256:c66f9f9d4f1e9712eb9b1de5310f881d4e2188cfcba5065e1a8490f38687f2c4", size = 222617, upload-time = "2026-06-22T23:08:25.054Z" },
|
|
631
|
+
{ url = "https://files.pythonhosted.org/packages/bd/b0/8a911f6ffe6974dac4df95b468ab9a2899d0e59f0f99a489afeec39f00bc/coverage-7.14.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:3d74ff26299c4879ce3a4d826f9d3d4d556fd285fde7bbce3c0ef5a8ab1cec24", size = 220672, upload-time = "2026-06-22T23:08:26.621Z" },
|
|
632
|
+
{ url = "https://files.pythonhosted.org/packages/36/16/0fc0cb52538783dbbae0934b834f5a58fd5354380ee6cad4a07b15dc845d/coverage-7.14.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:96150a9cf3468ea20f0bc5d0e21b3df8972c31480ef90fa7614b773cc6429665", size = 221035, upload-time = "2026-06-22T23:08:28.372Z" },
|
|
633
|
+
{ url = "https://files.pythonhosted.org/packages/77/e2/421ccfbb48335ac49e93301478cf5d623b0c2bf1c0cadd8e2b2fc6c0c710/coverage-7.14.3-cp312-cp312-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:27d07a46500ba23515b838dbcf52512026af04090755cf6cc64166d88c9b9a1a", size = 252540, upload-time = "2026-06-22T23:08:30.226Z" },
|
|
634
|
+
{ url = "https://files.pythonhosted.org/packages/06/c2/05b8c890097c61a7f4406b35396b997a635200ded0339eda83dfbe526c5f/coverage-7.14.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:621e13c6108234d7960aaf5762ab5c3c00f33c30c15af06dcbff0c73bf112727", size = 255274, upload-time = "2026-06-22T23:08:31.876Z" },
|
|
635
|
+
{ url = "https://files.pythonhosted.org/packages/dc/be/b6d9efe447f8ba3c3c854195f326bd64c54b907d936cd2fdebf8767ec72e/coverage-7.14.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4b60ca6d8af70473491a15a343cbabab2e8f9ea66a4376e81c7aa24876a6f977", size = 256389, upload-time = "2026-06-22T23:08:33.843Z" },
|
|
636
|
+
{ url = "https://files.pythonhosted.org/packages/d4/3c/f26e50acc429e608bc534ac06f0a3c169019c798178ec5e9de3dbc0df9c9/coverage-7.14.3-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c90a7cdd5e380e1ce02f19792e2ac2fbfbf177e35a27e69fd3e873b30d895c0c", size = 258648, upload-time = "2026-06-22T23:08:35.481Z" },
|
|
637
|
+
{ url = "https://files.pythonhosted.org/packages/9e/a2/01c1fabf816c8e1dae197e258edf878a3d3ddc86fbda34b76e5794277d8f/coverage-7.14.3-cp312-cp312-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:5d788e5fd55347eef06ca0732c77d04a264de67e8ff24631270cdff3767a60cf", size = 252949, upload-time = "2026-06-22T23:08:37.562Z" },
|
|
638
|
+
{ url = "https://files.pythonhosted.org/packages/89/c6/941166dd79c31fd44a13063780ae8d552eee0089a0a0930b9bdb7df554ed/coverage-7.14.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:62c7f79db2851c95ef020e5d28b97afde3daf9f7febcd35b53e05638f729063f", size = 254310, upload-time = "2026-06-22T23:08:39.174Z" },
|
|
639
|
+
{ url = "https://files.pythonhosted.org/packages/10/31/80b1fd028201a961033ce95be3cd1e39e521b3762e6b4a1ac1616cb291e7/coverage-7.14.3-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:90f7608aeb5d9b60b523b9fb2a4ee1973867cc4865a3f26fe6c7577073b70205", size = 252453, upload-time = "2026-06-22T23:08:40.84Z" },
|
|
640
|
+
{ url = "https://files.pythonhosted.org/packages/5f/85/c3d9addd94c4b524f3f4af0232075f5fe7170ce99a1386edff803e5934db/coverage-7.14.3-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:1e3b91f9c4740aeb571ecf82e5e8d8e4ab62d34fcb5a5d4e5baa38c6f7d2857c", size = 256522, upload-time = "2026-06-22T23:08:42.494Z" },
|
|
641
|
+
{ url = "https://files.pythonhosted.org/packages/91/14/e5a0575f73795af3a7a9ae13dadf812e17d32422896839987dc3f86947e1/coverage-7.14.3-cp312-cp312-musllinux_1_2_riscv64.whl", hash = "sha256:c946099774a7699de03cbd0ff0a64e21aed4525eed9d959adde4afe6d15758ef", size = 252023, upload-time = "2026-06-22T23:08:44.243Z" },
|
|
642
|
+
{ url = "https://files.pythonhosted.org/packages/38/9b/9652ee531937ce3b8a63a8896885b2b4a2d56adc30e53c9540c666286d88/coverage-7.14.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:16b206e521feb8b7133a45754643dead0538489cf8b783b90cf5f4e3299625fd", size = 253893, upload-time = "2026-06-22T23:08:46.113Z" },
|
|
643
|
+
{ url = "https://files.pythonhosted.org/packages/b1/05/42678841c8c38e4b08bdfc48269f5a16dfbf5806000fe6a89b4cece3c691/coverage-7.14.3-cp312-cp312-win32.whl", hash = "sha256:ea3169c7116eb6cdf7608c6c7da9ecfcb3da40688e3a510fac2d1d2bafd6dc35", size = 222734, upload-time = "2026-06-22T23:08:47.858Z" },
|
|
644
|
+
{ url = "https://files.pythonhosted.org/packages/df/87/07a4fcee55177a25f1b52331a8e92cf4f2c53b1a9c75ce2981fd59c684ad/coverage-7.14.3-cp312-cp312-win_amd64.whl", hash = "sha256:7ea52fc08f007bcc494d4bb3df3851e95843d881860ba38fe2c64dc100db5e7d", size = 223266, upload-time = "2026-06-22T23:08:49.494Z" },
|
|
645
|
+
{ url = "https://files.pythonhosted.org/packages/aa/34/2b8b66a989282ea7b370beb49f50bab29470dc30bb0b03935b6b802782f7/coverage-7.14.3-cp312-cp312-win_arm64.whl", hash = "sha256:8cec0ad652ec57790970d817490105bd917d783c2f7b38d6b58a0ca312e1a336", size = 222655, upload-time = "2026-06-22T23:08:51.766Z" },
|
|
646
|
+
{ url = "https://files.pythonhosted.org/packages/a9/83/7fefbf5df23ed2b7f489907564a7b34b9b07098128e12e0fdfa92626e456/coverage-7.14.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:47968988b367990ae4ab17523790c38cd125e02c6bfd379b6022be2d40bdc38c", size = 220699, upload-time = "2026-06-22T23:08:53.522Z" },
|
|
647
|
+
{ url = "https://files.pythonhosted.org/packages/31/e6/38c3653ff6d56d704b29241362387ca824e38e15b76fdcb7096538195790/coverage-7.14.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0ee68f5c34812780f3a7063382c0a9fcbb99985b7ddcdcaa626e4f3fb2e0783a", size = 221068, upload-time = "2026-06-22T23:08:55.571Z" },
|
|
648
|
+
{ url = "https://files.pythonhosted.org/packages/20/86/4f5c45d51c5cd10a128933f0fd235393c9146abbfd2ce2dfa68b3267ead3/coverage-7.14.3-cp313-cp313-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:fa9e5c6857a7e80fa22ace5cf3550ae392bbfc322f1d8dd2d2d5a8be38cec027", size = 252060, upload-time = "2026-06-22T23:08:57.464Z" },
|
|
649
|
+
{ url = "https://files.pythonhosted.org/packages/82/50/dfce42eff2cecabcd5a9bbad5489449c87db3415f408d23ffee417ce01f6/coverage-7.14.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:98a0859b0e98e43e1178a9402e19c8127766b14f7109a374d976e5a62c0e5c73", size = 254657, upload-time = "2026-06-22T23:08:59.453Z" },
|
|
650
|
+
{ url = "https://files.pythonhosted.org/packages/ba/d2/639ceb1bc8038fd0d66768278d5dc22df3391918b8278c2a21aa2602a531/coverage-7.14.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:69918344541ed9c8368566c2adc03c0e33d4550d7faa87d1b35e49b6a3286ea9", size = 255892, upload-time = "2026-06-22T23:09:01.291Z" },
|
|
651
|
+
{ url = "https://files.pythonhosted.org/packages/8b/96/002094a10e113512500dc1e10430a449417e17b0f90f7d496bcb820208b7/coverage-7.14.3-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:b7f300ac92cd4b570724c8ffbbd0c130fee298d2447f41d5a3abf58976fae1de", size = 258026, upload-time = "2026-06-22T23:09:03.017Z" },
|
|
652
|
+
{ url = "https://files.pythonhosted.org/packages/0b/ec/286a5d2fad9c4bee59bd724feeb7d5bf8303c6c9200b51d1dd945a9c72b0/coverage-7.14.3-cp313-cp313-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:11a7ec9f97ab950f4c5af62229befc7faf208fdbc0116d3902d7e306cf2c5abd", size = 252285, upload-time = "2026-06-22T23:09:04.773Z" },
|
|
653
|
+
{ url = "https://files.pythonhosted.org/packages/d9/7d/a17753a0b12dd48d0d50f5fab079ad99d3be1eac790494d89f3a417ca0b9/coverage-7.14.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a571bd889cd36c5922ce8e42e059f9d37d02301531d11374afa4c87a578625d5", size = 254023, upload-time = "2026-06-22T23:09:06.513Z" },
|
|
654
|
+
{ url = "https://files.pythonhosted.org/packages/86/ef/a76c6ceba6a2c313f905310abf2701d534cada22d372db11731831e9e209/coverage-7.14.3-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:de76caefc8deabb0dd1678b6a980be97d14c8d87e213ac194dbf8b09e96d63fb", size = 251989, upload-time = "2026-06-22T23:09:08.382Z" },
|
|
655
|
+
{ url = "https://files.pythonhosted.org/packages/d9/39/353013a75fec0fb49f7553519f9d52b4441e902e5178c93f38eb6c07cedb/coverage-7.14.3-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:d20a15c622194234161535459affa8f7905830391c9ccfa060d495dbfe3a1c7f", size = 256144, upload-time = "2026-06-22T23:09:10.369Z" },
|
|
656
|
+
{ url = "https://files.pythonhosted.org/packages/29/0e/613878555d734def11c5b20a2701a15cb3781b9e9ea749da27c5f436e928/coverage-7.14.3-cp313-cp313-musllinux_1_2_riscv64.whl", hash = "sha256:b488bd4b23397db62e7a9459129d01ff06a846582a732efd24834b24a6ada498", size = 251808, upload-time = "2026-06-22T23:09:12.057Z" },
|
|
657
|
+
{ url = "https://files.pythonhosted.org/packages/af/76/359c058c9cfdcf1e8b107663881225b03b364a320017eda24a2a66e55102/coverage-7.14.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6a3693b4153394d265f44fb855fdc80e72403024d4d6f91c4871b334d028e4e0", size = 253579, upload-time = "2026-06-22T23:09:13.858Z" },
|
|
658
|
+
{ url = "https://files.pythonhosted.org/packages/1d/d9/4ba2f060933a30ebe363cef9f67a365b0a317e580c0d5d9169d56a73ef1c/coverage-7.14.3-cp313-cp313-win32.whl", hash = "sha256:338b19131ab1a6b767b462bfcbaa692e7ae22f24463e39d49b02a83410ff6b37", size = 222741, upload-time = "2026-06-22T23:09:15.636Z" },
|
|
659
|
+
{ url = "https://files.pythonhosted.org/packages/76/e8/196ebc25d8f34c06d43a6e9c8513c9266ef8dbf3b5672beb1a00cf5e29fa/coverage-7.14.3-cp313-cp313-win_amd64.whl", hash = "sha256:b3d77f7f196abdef7e01415de1bce09f216189e83e58159cfeef2b92d0464994", size = 223283, upload-time = "2026-06-22T23:09:17.478Z" },
|
|
660
|
+
{ url = "https://files.pythonhosted.org/packages/7c/af/51d2aac6417523a286f10fb25f09eb9518a84df9f1151e93ff6871f34849/coverage-7.14.3-cp313-cp313-win_arm64.whl", hash = "sha256:e6230e688c7c3e65cedd41a774eb4ec221adc6bfee13768231015b702d5e4150", size = 222678, upload-time = "2026-06-22T23:09:19.7Z" },
|
|
661
|
+
{ url = "https://files.pythonhosted.org/packages/61/56/14e3b97facbfa1304dd19e676e26599ad359f04714bed32f7f1c5a88efdc/coverage-7.14.3-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:605ab2b566a22bd94834529d66d295c364aba84afd3e5498285c7a524017b1fc", size = 220741, upload-time = "2026-06-22T23:09:21.616Z" },
|
|
662
|
+
{ url = "https://files.pythonhosted.org/packages/12/1d/db378b5cca433b90b893f26dab728b280ddd89f272a1fdfed4aeaa05c686/coverage-7.14.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:a3c2134809e80fac091bfed18a6991b5a5eb5df5ae32b17ac4f4f99864b73dd7", size = 221068, upload-time = "2026-06-22T23:09:23.452Z" },
|
|
663
|
+
{ url = "https://files.pythonhosted.org/packages/47/f0/3f8421b20d9c4fcd39be9a8ca3c3fda8bc204b44efbd09fede153afd3e2f/coverage-7.14.3-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:c02efd507227bde9969cab0db8f48890eb3b5dcad6afac57a4792df4133543ce", size = 252117, upload-time = "2026-06-22T23:09:25.458Z" },
|
|
664
|
+
{ url = "https://files.pythonhosted.org/packages/27/ca/59ea35fb99743549ec8b37eff141ece4431fea590c89e536ed8032ef45cf/coverage-7.14.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:1bb93c2aa61d2a5b38f1526546d95cf4132cb681e541a337bf8dfd092be816e5", size = 254622, upload-time = "2026-06-22T23:09:27.523Z" },
|
|
665
|
+
{ url = "https://files.pythonhosted.org/packages/c8/25/ec6de51ae7493b92a1cf74d1b763121c29636759167e2a593ba4db5881e4/coverage-7.14.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f502e948e03e866538048bba081c075caaa62e5bda6ea5b7432e45f587eb462a", size = 255968, upload-time = "2026-06-22T23:09:29.43Z" },
|
|
666
|
+
{ url = "https://files.pythonhosted.org/packages/5d/05/c8bfc77823f42b4664fb25842f13b567022f6f84a4c83c8ecbb16734b7cb/coverage-7.14.3-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:9973ef2463f8e6cfb61a6324126bb3e17d67a85f22f58d856e583ea2e3ca6501", size = 258284, upload-time = "2026-06-22T23:09:31.397Z" },
|
|
667
|
+
{ url = "https://files.pythonhosted.org/packages/f6/15/1d1b242027124a32b26ef01f82018b8c4ef34ef174aa6aeba7b1eeef48e8/coverage-7.14.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:9be4e7d4c5ca0427889f8f9d614bd630c2be741b1de7699bca3b2b6c0e41003e", size = 252143, upload-time = "2026-06-22T23:09:33.256Z" },
|
|
668
|
+
{ url = "https://files.pythonhosted.org/packages/74/b6/d2a9842fd2a5d7d27f1ac851c043a734a494ad75402c5331db3da79ed691/coverage-7.14.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:a574912f3bde4b0619f6e97d01aa590b70998859244793769eb3a6df78ee56d3", size = 253976, upload-time = "2026-06-22T23:09:35.351Z" },
|
|
669
|
+
{ url = "https://files.pythonhosted.org/packages/fd/30/e1600ddf7e226db5558bb5323d2186fff00f505c4b764643ec89ce5d8175/coverage-7.14.3-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:e343fb086c9cd780b38622fea7c369acd64c1a0724312149b5d769c387a2b1f5", size = 251942, upload-time = "2026-06-22T23:09:37.313Z" },
|
|
670
|
+
{ url = "https://files.pythonhosted.org/packages/d9/2c/9159de64f9dd648e324328d588a44cfab1e331eb5259ce1141afe2a92dfb/coverage-7.14.3-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:3c68df8e61f1e09633fefc7538297145623957a048534368c9d212782aa5e845", size = 256220, upload-time = "2026-06-22T23:09:39.165Z" },
|
|
671
|
+
{ url = "https://files.pythonhosted.org/packages/91/67/b7f536cc2c124f48e91b22fbb741d2261f4e3d310faf6f76007f47566e5d/coverage-7.14.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:3e5b550a128419373c2f6cec28a244207013ef15f5cbcff6a5ca09d1dfaaf027", size = 251756, upload-time = "2026-06-22T23:09:41.056Z" },
|
|
672
|
+
{ url = "https://files.pythonhosted.org/packages/dd/ec/f3718038e2d4860c715a55428377ca7f6c75872caf98cabd982e1d76967d/coverage-7.14.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2bfc4dd0a912329eccc7484a7d0b2a38032b38c40663b1e1ac595f10c457954b", size = 253413, upload-time = "2026-06-22T23:09:43.306Z" },
|
|
673
|
+
{ url = "https://files.pythonhosted.org/packages/b8/a5/91f11efeef89b3cc9b30461128db15b0511ef813ab889a7b7ab636b3a497/coverage-7.14.3-cp314-cp314-win32.whl", hash = "sha256:0423d64c013057a06e70f070f073cec4b0cbc7d2b27f3c7007292f2ff1d52965", size = 222946, upload-time = "2026-06-22T23:09:45.261Z" },
|
|
674
|
+
{ url = "https://files.pythonhosted.org/packages/58/fd/98ac9f524d9ec378de831c034dbdeb544ca7ef7d2d9c9996daf232a037fd/coverage-7.14.3-cp314-cp314-win_amd64.whl", hash = "sha256:92c22e19ce64ca3f2ad751f16f14df1468b4c231bd6af97185063a9c292a0cb3", size = 223436, upload-time = "2026-06-22T23:09:47.177Z" },
|
|
675
|
+
{ url = "https://files.pythonhosted.org/packages/b4/a0/7cd612d650a772a0ae80144443406bf61981c896c3d57c9e6e79fb2cdbd1/coverage-7.14.3-cp314-cp314-win_arm64.whl", hash = "sha256:41de778bd41780586e2b04912079c73089ab5d839624e28db3bdb26de638da92", size = 222861, upload-time = "2026-06-22T23:09:49.384Z" },
|
|
676
|
+
{ url = "https://files.pythonhosted.org/packages/55/57/017353fab573779c0d00448e47d102edd36c792f7b6f233a4d89a7a08384/coverage-7.14.3-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:8427f370ca67db4c975d2a26acfc0e5783ca0b52444dbc50278ace0f35445949", size = 221474, upload-time = "2026-06-22T23:09:51.417Z" },
|
|
677
|
+
{ url = "https://files.pythonhosted.org/packages/69/92/90cf1f1a5c468a9c1b7ba2716e0e205293ad9b02f5f573a6de4318b15ba1/coverage-7.14.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:d8e88f335544a47e22ae2e45b344772925ec65166555c958720d5ed971880891", size = 221738, upload-time = "2026-06-22T23:09:53.487Z" },
|
|
678
|
+
{ url = "https://files.pythonhosted.org/packages/a4/c0/4df964fa539f8399fd7679c09c472d73744de334686fd3f01e3a2465ce4e/coverage-7.14.3-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:beaab199b9e5ceaf5a225e16a9d4df136f2a1eae0a5c20de1e277c8a5225f388", size = 263101, upload-time = "2026-06-22T23:09:55.895Z" },
|
|
679
|
+
{ url = "https://files.pythonhosted.org/packages/06/76/e5d33b2576ae3bf2be2058cd1cae57774b61e400f2c3c58f3783dc2ffb4a/coverage-7.14.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:b3ff255799f5a1676c71c1c32ec01fd043aa09d57b3d95764b24992757184784", size = 265225, upload-time = "2026-06-22T23:09:57.904Z" },
|
|
680
|
+
{ url = "https://files.pythonhosted.org/packages/61/d2/e52419afe391a39ba27fdefaf0737d8e34bf03faef6ab3b3006545bbd0d0/coverage-7.14.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:878832eaac515b62decfa76965aed558775f86bf1fc8cca76993c0c84ae31aed", size = 267643, upload-time = "2026-06-22T23:09:59.938Z" },
|
|
681
|
+
{ url = "https://files.pythonhosted.org/packages/58/7a/f2625d8d5006b6b20fba5afaef00b24a763fe96476ea798a3076cbc1f84e/coverage-7.14.3-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:611e62cb9386096d81b63e0a05330750268617231e7bd598e1fe77482a2c58a5", size = 268762, upload-time = "2026-06-22T23:10:01.943Z" },
|
|
682
|
+
{ url = "https://files.pythonhosted.org/packages/7d/bf/908024006bba57127354d74e938954b9c3cd765cc2e0412dc9c37b415cda/coverage-7.14.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:02c41de2a88011b893050fc9830267d927a50a215f7ad5ec17349db7090ccf26", size = 262208, upload-time = "2026-06-22T23:10:03.954Z" },
|
|
683
|
+
{ url = "https://files.pythonhosted.org/packages/34/a0/d4f9296441b909817442fdb26bd77a698f08272ec683a7394b00eb2e47a0/coverage-7.14.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:526ce9721116af23b1065089f0b75046fe521e7772ab94b641cd66b7a0421889", size = 265096, upload-time = "2026-06-22T23:10:05.936Z" },
|
|
684
|
+
{ url = "https://files.pythonhosted.org/packages/e8/da/4ae4f3f4e477b56a4ce1e5c48a35eff38a94b50130ce5bdc897024741cfc/coverage-7.14.3-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:e4ed44705ca4bead6fc977a8b741f2145608289b33c8a9b42a95d0f15aedbf4d", size = 262699, upload-time = "2026-06-22T23:10:07.973Z" },
|
|
685
|
+
{ url = "https://files.pythonhosted.org/packages/d8/7a/6927148073ff32856d78baa77b4ddc07a9be7e90020f9db0661c4ca523a1/coverage-7.14.3-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:2415902f385a23dcc4ccd26e0ba803249a169af6a930c003a4c715eeb9a5444e", size = 266433, upload-time = "2026-06-22T23:10:10.145Z" },
|
|
686
|
+
{ url = "https://files.pythonhosted.org/packages/f7/a7/774f658dbe9c4c3f5daa86a87e0459ac3832e4e3cc67affe078547f727b9/coverage-7.14.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:b75ee850fc2d7c831e883220c445b035f2224de2ba6103f1e56dbd237ab913f7", size = 261547, upload-time = "2026-06-22T23:10:12.191Z" },
|
|
687
|
+
{ url = "https://files.pythonhosted.org/packages/3d/14/a0c18c0376c43cbf973f43ef6ca20019c950597180e6396232f7b6a27102/coverage-7.14.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:dc9b4e35e7c3920e925ba7f14886fd5fbe481232754624e832ddba66c7535635", size = 263859, upload-time = "2026-06-22T23:10:14.492Z" },
|
|
688
|
+
{ url = "https://files.pythonhosted.org/packages/10/ac/43a3d0f460af524b131a6191805bc5d18b806ab4e828fbf82e8c8c3af446/coverage-7.14.3-cp314-cp314t-win32.whl", hash = "sha256:7b27c822a8161afbe48e99f1adfb098d270ae7e0f7d7b0555ce110529bdb69cc", size = 223250, upload-time = "2026-06-22T23:10:16.758Z" },
|
|
689
|
+
{ url = "https://files.pythonhosted.org/packages/3f/5f/d5e5c56b0712e96ce8f69fe7dbf229ff938b437bc50862743c8a0d2cea84/coverage-7.14.3-cp314-cp314t-win_amd64.whl", hash = "sha256:39e1dbbb6ff2c338e0196a482558a792a1de3aa64261196f5cdb3da016ad9cda", size = 224082, upload-time = "2026-06-22T23:10:19.23Z" },
|
|
690
|
+
{ url = "https://files.pythonhosted.org/packages/62/35/947cbd5be1d3bcbbdc43d6791de8a56c6501903311d42915ae06a82815f0/coverage-7.14.3-cp314-cp314t-win_arm64.whl", hash = "sha256:68520c90babfa2d560eca6d497921ed3a4f469623bd709733124491b2aa8ef3f", size = 223400, upload-time = "2026-06-22T23:10:21.24Z" },
|
|
691
|
+
{ url = "https://files.pythonhosted.org/packages/eb/e3/a0aa32bfa3a081951f60a23bc0e7b512891ef0eecda1153cf1d8ba36c6b1/coverage-7.14.3-py3-none-any.whl", hash = "sha256:fb7e18afb6e903c1a92401a2f0501ac277dca527bb9ca6fe1f691a8a0026a0e8", size = 212469, upload-time = "2026-06-22T23:10:23.405Z" },
|
|
692
692
|
]
|
|
693
693
|
|
|
694
694
|
[package.optional-dependencies]
|
|
@@ -1618,11 +1618,11 @@ wheels = [
|
|
|
1618
1618
|
|
|
1619
1619
|
[[package]]
|
|
1620
1620
|
name = "mistune"
|
|
1621
|
-
version = "3.3.
|
|
1621
|
+
version = "3.3.2"
|
|
1622
1622
|
source = { registry = "https://pypi.org/simple" }
|
|
1623
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1623
|
+
sdist = { url = "https://files.pythonhosted.org/packages/04/5f/007786743f962224423753b78f7d7acb0f2ade46d1604f2e0fa2bedf9020/mistune-3.3.2.tar.gz", hash = "sha256:e12ee4f1e74336e91aa1141e35f913b337c40bdf7c0cc49f21fb853a27e8b62f", size = 111284, upload-time = "2026-06-23T00:29:28.568Z" }
|
|
1624
1624
|
wheels = [
|
|
1625
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1625
|
+
{ url = "https://files.pythonhosted.org/packages/44/43/894c2cbbcbdf53b57d1257a249811abe2ee9ab7ef76af301b40f1c054533/mistune-3.3.2-py3-none-any.whl", hash = "sha256:a678a56387d487db7368ede4647cb2ba1deff22ce61f92343e4ebe0ddfce4f2d", size = 61554, upload-time = "2026-06-23T00:29:27.088Z" },
|
|
1626
1626
|
]
|
|
1627
1627
|
|
|
1628
1628
|
[[package]]
|
|
@@ -2353,15 +2353,15 @@ wheels = [
|
|
|
2353
2353
|
|
|
2354
2354
|
[[package]]
|
|
2355
2355
|
name = "pymdown-extensions"
|
|
2356
|
-
version = "
|
|
2356
|
+
version = "11.0"
|
|
2357
2357
|
source = { registry = "https://pypi.org/simple" }
|
|
2358
2358
|
dependencies = [
|
|
2359
2359
|
{ name = "markdown" },
|
|
2360
2360
|
{ name = "pyyaml" },
|
|
2361
2361
|
]
|
|
2362
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2362
|
+
sdist = { url = "https://files.pythonhosted.org/packages/47/67/f1e79672a5f91985577c7984c9709ca110e4fd37fe7fd167b60422e6ccc2/pymdown_extensions-11.0.tar.gz", hash = "sha256:8269cef0247f9e2d0a62fcea10860aba05c1cbab5470fd4b63230b96434dc589", size = 857049, upload-time = "2026-06-23T02:27:45.146Z" }
|
|
2363
2363
|
wheels = [
|
|
2364
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2364
|
+
{ url = "https://files.pythonhosted.org/packages/af/b6/1ae53367e28b9cffa3be7574e13fbe4589694272fd47710fbdbafd3d63c6/pymdown_extensions-11.0-py3-none-any.whl", hash = "sha256:fbc4acb641814fa9d17521bbd21a5240ef739a662f11c06330c4b78c93e954d6", size = 269415, upload-time = "2026-06-23T02:27:43.826Z" },
|
|
2365
2365
|
]
|
|
2366
2366
|
|
|
2367
2367
|
[[package]]
|
|
@@ -2797,27 +2797,27 @@ wheels = [
|
|
|
2797
2797
|
|
|
2798
2798
|
[[package]]
|
|
2799
2799
|
name = "ruff"
|
|
2800
|
-
version = "0.15.
|
|
2801
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2802
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2803
|
-
wheels = [
|
|
2804
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2805
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2806
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2807
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2808
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2809
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2810
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2811
|
-
{ url = "https://files.pythonhosted.org/packages/0a/
|
|
2812
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2813
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2814
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2815
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2816
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2817
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2818
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2819
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2820
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2800
|
+
version = "0.15.19"
|
|
2801
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2802
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d5/e6/15800dfde183a1a106594016c912b4c12d050a301989d1aca6cb63759fe8/ruff-0.15.19.tar.gz", hash = "sha256:edc27f7172a93b32b102687009d6a588508815072141543ae603a8b9b0823063", size = 4772071, upload-time = "2026-06-24T01:10:46.942Z" }
|
|
2803
|
+
wheels = [
|
|
2804
|
+
{ url = "https://files.pythonhosted.org/packages/88/4c/9ded7626c39a0440c575bf69e2bf500d443388272c842662c59852ee7fcd/ruff-0.15.19-py3-none-linux_armv6l.whl", hash = "sha256:922d1eb283161564759bd49f507e91dc6112c15da8bd5b84ed714e086243cf86", size = 10950859, upload-time = "2026-06-24T01:10:38.491Z" },
|
|
2805
|
+
{ url = "https://files.pythonhosted.org/packages/fb/ef/c211505ece1d00ef493d58e54e3b6383c946a21e9874774eb531f2512cf3/ruff-0.15.19-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:4d190d8f62a0b94aba8f721116538a9ee29b1e74d26650846ba9b99f0ae21c40", size = 11294529, upload-time = "2026-06-24T01:10:36.481Z" },
|
|
2806
|
+
{ url = "https://files.pythonhosted.org/packages/fe/93/78d462e7d39968e58094dc57be7d09ffb14ce37da5b68ed70338a35a1f21/ruff-0.15.19-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5a2c86ba6870dd415a9d9eb8be94d7924ebec6a26ffc7958ec7ca29d4bff967d", size = 10641416, upload-time = "2026-06-24T01:10:48.923Z" },
|
|
2807
|
+
{ url = "https://files.pythonhosted.org/packages/76/c4/5cb66cfd1f865d5cca908b86c93ac785e7f572193d3c7426079ca6643e24/ruff-0.15.19-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82b432bc087264aea70fd25ac198918b70bd9e2aa0db4297b0bb91bbfbbc63ce", size = 11015582, upload-time = "2026-06-24T01:10:30.089Z" },
|
|
2808
|
+
{ url = "https://files.pythonhosted.org/packages/51/9f/8ecfaec10cf5eecd28fbc00ff4fb867db90a1be54bf3d39ebf93f893cd52/ruff-0.15.19-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:8530a09d03b3a8c994f8b559a7dcdabc690bcd3f78ef276c38c83166798ebf56", size = 10744059, upload-time = "2026-06-24T01:10:32.48Z" },
|
|
2809
|
+
{ url = "https://files.pythonhosted.org/packages/35/6b/983249d04562bc2d590edd75f32455cdb473affb3ba4bc8d883e939c697d/ruff-0.15.19-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:87bf21fb3875fe69f0eacc825411657e2e85589cce633c35c0adf1113649c62b", size = 11568461, upload-time = "2026-06-24T01:10:17.435Z" },
|
|
2810
|
+
{ url = "https://files.pythonhosted.org/packages/eb/39/bc7794f127b18f492a3b4ee82bba5a900c985ff13b72b46f46e3c171ba34/ruff-0.15.19-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f9b229cb3ef56ecc2c1c8ebeca64b7a7740ccaef40a9eb097e78dde5a8560b83", size = 12429690, upload-time = "2026-06-24T01:10:40.638Z" },
|
|
2811
|
+
{ url = "https://files.pythonhosted.org/packages/0a/3b/0de6859e698ed11c8a49e765196c8d333599b6a546c0715df39b6ba1aa2e/ruff-0.15.19-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c6c754515be7b76afe6e7e62df7776709571bcfc1631183828afcf3bafa869e3", size = 11693067, upload-time = "2026-06-24T01:10:25.681Z" },
|
|
2812
|
+
{ url = "https://files.pythonhosted.org/packages/89/3d/0b1f30f84bee9ae6ae8d349c2ba8b6f4b040966744efdd3acc804ae7c024/ruff-0.15.19-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6a498f82e0f4d8904c4e0aea5139cdfac1f39d19a3c51d491292f63a36e83b2e", size = 11616911, upload-time = "2026-06-24T01:10:44.809Z" },
|
|
2813
|
+
{ url = "https://files.pythonhosted.org/packages/4d/eb/c90bd3dfc12eed9032c2c1bfe05105b93a1b2c8bce555db6308315b853ce/ruff-0.15.19-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:d48caa34488fb521fd0ef4aea2b0e8fe758298df044138f0d67b687a6a0d07ed", size = 11649343, upload-time = "2026-06-24T01:10:23.472Z" },
|
|
2814
|
+
{ url = "https://files.pythonhosted.org/packages/82/91/01caa13602a2f12fae5edbe8caf78b3c1e6db1293132aee6959eecce095c/ruff-0.15.19-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:4171b6613effa9363cd46dd4f75bd1827b6d1b946b5e278ed0c600d305379445", size = 10977610, upload-time = "2026-06-24T01:10:50.892Z" },
|
|
2815
|
+
{ url = "https://files.pythonhosted.org/packages/3c/51/acb817922feab9ecbb3201377d4dbe7a25f1395e46545820061973f03468/ruff-0.15.19-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:27c15b2a241dd4d995557949a094fe78b8ad99122a38ccae1595849bcc947b3f", size = 10744900, upload-time = "2026-06-24T01:10:42.726Z" },
|
|
2816
|
+
{ url = "https://files.pythonhosted.org/packages/84/bc/5c8ca46b8a7a3f2b16cfbec88721d772b1c93912904e8f8c2e49470fea63/ruff-0.15.19-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ed03b7862d68f0a8771d50ee129980cbf1b113f96e250b73954bc292f689e0bb", size = 11293560, upload-time = "2026-06-24T01:10:21.262Z" },
|
|
2817
|
+
{ url = "https://files.pythonhosted.org/packages/81/e0/4a888cbe4d5523b3f77a2b1fa043f46cfeba1b32eac35dcfadee0578fa8a/ruff-0.15.19-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:08143f0685ae278b30727ea72e90c61e5bd9c31b91aac4f5bb989538f73d24b8", size = 11696533, upload-time = "2026-06-24T01:10:53.046Z" },
|
|
2818
|
+
{ url = "https://files.pythonhosted.org/packages/98/43/c34b2fcd79262a85161764a97aaca89c3e4f574340ab61430cefa2bdd2c1/ruff-0.15.19-py3-none-win32.whl", hash = "sha256:8f47f0f92952af2557212bb10cf3e695cd4cf28b2c6e42cdb18ec6c9ebfa19da", size = 10986299, upload-time = "2026-06-24T01:10:55.185Z" },
|
|
2819
|
+
{ url = "https://files.pythonhosted.org/packages/22/e8/15fd23e02b2442b56b2026b455977bc3057aa34b26e6323d1e99e8531a9f/ruff-0.15.19-py3-none-win_amd64.whl", hash = "sha256:efeca47ee3f9d4a7162655a3b8e6ee4a878646044233978d4d2c1ff8cdd914f0", size = 12123473, upload-time = "2026-06-24T01:10:27.74Z" },
|
|
2820
|
+
{ url = "https://files.pythonhosted.org/packages/30/66/9a73695e31eaee04f35d8475998bf8ab354465f9c638936d76111603dcc5/ruff-0.15.19-py3-none-win_arm64.whl", hash = "sha256:6c6b607466e47349332eb1d9be52fb1467423fc07c217341af41cd0f3f0573be", size = 11376779, upload-time = "2026-06-24T01:10:34.465Z" },
|
|
2821
2821
|
]
|
|
2822
2822
|
|
|
2823
2823
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|