taskcluster 99.2.1__tar.gz → 100.1.0__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.
- {taskcluster-99.2.1 → taskcluster-100.1.0}/PKG-INFO +1 -1
- {taskcluster-99.2.1 → taskcluster-100.1.0}/pyproject.toml +1 -1
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/queue.py +1 -1
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/queue.py +1 -1
- {taskcluster-99.2.1 → taskcluster-100.1.0}/uv.lock +39 -23
- {taskcluster-99.2.1 → taskcluster-100.1.0}/.gitignore +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/CODE_OF_CONDUCT.md +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/CONTRIBUTING.md +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/LICENSE +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/Makefile +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/README.md +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/lint.sh +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/release.sh +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/__init__.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/__init__.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/asyncclient.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/asyncutils.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/auth.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/authevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/awsprovisioner.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/download.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/ec2manager.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/github.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/githubevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/hooks.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/hooksevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/index.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/login.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/notify.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/notifyevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/purgecache.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/queue.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/queueevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/reader_writer.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/retry.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/secrets.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/upload.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/workermanager.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/aio/workermanagerevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/auth.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/authevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/awsprovisioner.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/client.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/download.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/ec2manager.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/exceptions.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/__init__.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/_client_importer.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/__init__.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/_client_importer.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/auth.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/authevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/github.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/githubevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/hooks.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/hooksevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/index.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/notify.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/notifyevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/object.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/purgecache.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/queueevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/secrets.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/webserver.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/workermanager.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/aio/workermanagerevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/auth.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/authevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/github.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/githubevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/hooks.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/hooksevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/index.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/notify.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/notifyevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/object.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/purgecache.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/queueevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/secrets.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/webserver.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/workermanager.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/generated/workermanagerevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/github.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/githubevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/helper.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/hooks.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/hooksevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/index.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/login.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/notify.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/notifyevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/purgecache.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/queue.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/queueevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/retry.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/secrets.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/upload.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/utils.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/workermanager.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/taskcluster/workermanagerevents.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/aio/__init__.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/aio/test_client.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/aio/test_reader_writer.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/aio/test_upload_download.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/aio/test_upload_download_real.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/base.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/conftest.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/public.key +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/secret.key +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/test_client.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/test_exceptions.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/test_imports.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/test_upload_download.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/test_upload_download_real.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test/test_utils.py +0 -0
- {taskcluster-99.2.1 → taskcluster-100.1.0}/test.sh +0 -0
|
@@ -32,7 +32,7 @@ class Queue(AsyncBaseClient):
|
|
|
32
32
|
* **Error artifacts**, only consists of meta-data which the queue will
|
|
33
33
|
store for you. These artifacts are only meant to indicate that you the
|
|
34
34
|
worker or the task failed to generate a specific artifact, that you
|
|
35
|
-
would otherwise have uploaded. For example
|
|
35
|
+
would otherwise have uploaded. For example generic-worker will upload an
|
|
36
36
|
error artifact, if the file it was supposed to upload doesn't exists or
|
|
37
37
|
turns out to be a directory. Clients requesting an error artifact will
|
|
38
38
|
get a `424` (Failed Dependency) response. This is mainly designed to
|
|
@@ -32,7 +32,7 @@ class Queue(BaseClient):
|
|
|
32
32
|
* **Error artifacts**, only consists of meta-data which the queue will
|
|
33
33
|
store for you. These artifacts are only meant to indicate that you the
|
|
34
34
|
worker or the task failed to generate a specific artifact, that you
|
|
35
|
-
would otherwise have uploaded. For example
|
|
35
|
+
would otherwise have uploaded. For example generic-worker will upload an
|
|
36
36
|
error artifact, if the file it was supposed to upload doesn't exists or
|
|
37
37
|
turns out to be a directory. Clients requesting an error artifact will
|
|
38
38
|
get a `424` (Failed Dependency) response. This is mainly designed to
|
|
@@ -1558,7 +1558,8 @@ dependencies = [
|
|
|
1558
1558
|
{ name = "certifi" },
|
|
1559
1559
|
{ name = "charset-normalizer" },
|
|
1560
1560
|
{ name = "idna" },
|
|
1561
|
-
{ name = "urllib3" },
|
|
1561
|
+
{ name = "urllib3", version = "2.6.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10'" },
|
|
1562
|
+
{ name = "urllib3", version = "2.7.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10'" },
|
|
1562
1563
|
]
|
|
1563
1564
|
sdist = { url = "https://files.pythonhosted.org/packages/c9/74/b3ff8e6c8446842c3f5c837e9c3dfcfe2018ea6ecef224c710c85ef728f4/requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf", size = 134517, upload-time = "2025-08-18T20:46:02.573Z" }
|
|
1564
1565
|
wheels = [
|
|
@@ -1567,27 +1568,27 @@ wheels = [
|
|
|
1567
1568
|
|
|
1568
1569
|
[[package]]
|
|
1569
1570
|
name = "ruff"
|
|
1570
|
-
version = "0.15.
|
|
1571
|
-
source = { registry = "https://pypi.org/simple" }
|
|
1572
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1573
|
-
wheels = [
|
|
1574
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1575
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1576
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1577
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1578
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1579
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1580
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1581
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1582
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1583
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1584
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1585
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1586
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1587
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1588
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1589
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1590
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1571
|
+
version = "0.15.11"
|
|
1572
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1573
|
+
sdist = { url = "https://files.pythonhosted.org/packages/e4/8d/192f3d7103816158dfd5ea50d098ef2aec19194e6cbccd4b3485bdb2eb2d/ruff-0.15.11.tar.gz", hash = "sha256:f092b21708bf0e7437ce9ada249dfe688ff9a0954fc94abab05dcea7dcd29c33", size = 4637264, upload-time = "2026-04-16T18:46:26.58Z" }
|
|
1574
|
+
wheels = [
|
|
1575
|
+
{ url = "https://files.pythonhosted.org/packages/02/1e/6aca3427f751295ab011828e15e9bf452200ac74484f1db4be0197b8170b/ruff-0.15.11-py3-none-linux_armv6l.whl", hash = "sha256:e927cfff503135c558eb581a0c9792264aae9507904eb27809cdcff2f2c847b7", size = 10607943, upload-time = "2026-04-16T18:46:05.967Z" },
|
|
1576
|
+
{ url = "https://files.pythonhosted.org/packages/e7/26/1341c262e74f36d4e84f3d6f4df0ac68cd53331a66bfc5080daa17c84c0b/ruff-0.15.11-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:7a1b5b2938d8f890b76084d4fa843604d787a912541eae85fd7e233398bbb73e", size = 10988592, upload-time = "2026-04-16T18:46:00.742Z" },
|
|
1577
|
+
{ url = "https://files.pythonhosted.org/packages/03/71/850b1d6ffa9564fbb6740429bad53df1094082fe515c8c1e74b6d8d05f18/ruff-0.15.11-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d4176f3d194afbdaee6e41b9ccb1a2c287dba8700047df474abfbe773825d1cb", size = 10338501, upload-time = "2026-04-16T18:46:03.723Z" },
|
|
1578
|
+
{ url = "https://files.pythonhosted.org/packages/f2/11/cc1284d3e298c45a817a6aadb6c3e1d70b45c9b36d8d9cce3387b495a03a/ruff-0.15.11-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3b17c886fb88203ced3afe7f14e8d5ae96e9d2f4ccc0ee66aa19f2c2675a27e4", size = 10670693, upload-time = "2026-04-16T18:46:41.941Z" },
|
|
1579
|
+
{ url = "https://files.pythonhosted.org/packages/ce/9e/f8288b034ab72b371513c13f9a41d9ba3effac54e24bfb467b007daee2ca/ruff-0.15.11-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:49fafa220220afe7758a487b048de4c8f9f767f37dfefad46b9dd06759d003eb", size = 10416177, upload-time = "2026-04-16T18:46:21.717Z" },
|
|
1580
|
+
{ url = "https://files.pythonhosted.org/packages/85/71/504d79abfd3d92532ba6bbe3d1c19fada03e494332a59e37c7c2dabae427/ruff-0.15.11-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f2ab8427e74a00d93b8bda1307b1e60970d40f304af38bccb218e056c220120d", size = 11221886, upload-time = "2026-04-16T18:46:15.086Z" },
|
|
1581
|
+
{ url = "https://files.pythonhosted.org/packages/43/5a/947e6ab7a5ad603d65b474be15a4cbc6d29832db5d762cd142e4e3a74164/ruff-0.15.11-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:195072c0c8e1fc8f940652073df082e37a5d9cb43b4ab1e4d0566ab8977a13b7", size = 12075183, upload-time = "2026-04-16T18:46:07.944Z" },
|
|
1582
|
+
{ url = "https://files.pythonhosted.org/packages/9f/a1/0b7bb6268775fdd3a0818aee8efd8f5b4e231d24dd4d528ced2534023182/ruff-0.15.11-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a3a0996d486af3920dec930a2e7daed4847dfc12649b537a9335585ada163e9e", size = 11516575, upload-time = "2026-04-16T18:46:31.687Z" },
|
|
1583
|
+
{ url = "https://files.pythonhosted.org/packages/30/c3/bb5168fc4d233cc06e95f482770d0f3c87945a0cd9f614b90ea8dc2f2833/ruff-0.15.11-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1bef2cb556d509259f1fe440bb9cd33c756222cf0a7afe90d15edf0866702431", size = 11306537, upload-time = "2026-04-16T18:46:36.988Z" },
|
|
1584
|
+
{ url = "https://files.pythonhosted.org/packages/e4/92/4cfae6441f3967317946f3b788136eecf093729b94d6561f963ed810c82e/ruff-0.15.11-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:030d921a836d7d4a12cf6e8d984a88b66094ccb0e0f17ddd55067c331191bf19", size = 11296813, upload-time = "2026-04-16T18:46:24.182Z" },
|
|
1585
|
+
{ url = "https://files.pythonhosted.org/packages/43/26/972784c5dde8313acde8ac71ba8ac65475b85db4a2352a76c9934361f9bc/ruff-0.15.11-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:0e783b599b4577788dbbb66b9addcef87e9a8832f4ce0c19e34bf55543a2f890", size = 10633136, upload-time = "2026-04-16T18:46:39.802Z" },
|
|
1586
|
+
{ url = "https://files.pythonhosted.org/packages/5b/53/3985a4f185020c2f367f2e08a103032e12564829742a1b417980ce1514a0/ruff-0.15.11-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:ae90592246625ba4a34349d68ec28d4400d75182b71baa196ddb9f82db025ef5", size = 10424701, upload-time = "2026-04-16T18:46:10.381Z" },
|
|
1587
|
+
{ url = "https://files.pythonhosted.org/packages/d3/57/bf0dfb32241b56c83bb663a826133da4bf17f682ba8c096973065f6e6a68/ruff-0.15.11-py3-none-musllinux_1_2_i686.whl", hash = "sha256:1f111d62e3c983ed20e0ca2e800f8d77433a5b1161947df99a5c2a3fb60514f0", size = 10873887, upload-time = "2026-04-16T18:46:29.157Z" },
|
|
1588
|
+
{ url = "https://files.pythonhosted.org/packages/02/05/e48076b2a57dc33ee8c7a957296f97c744ca891a8ffb4ffb1aaa3b3f517d/ruff-0.15.11-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:06f483d6646f59eaffba9ae30956370d3a886625f511a3108994000480621d1c", size = 11404316, upload-time = "2026-04-16T18:46:19.462Z" },
|
|
1589
|
+
{ url = "https://files.pythonhosted.org/packages/88/27/0195d15fe7a897cbcba0904792c4b7c9fdd958456c3a17d2ea6093716a9a/ruff-0.15.11-py3-none-win32.whl", hash = "sha256:476a2aa56b7da0b73a3ee80b6b2f0e19cce544245479adde7baa65466664d5f3", size = 10655535, upload-time = "2026-04-16T18:46:12.47Z" },
|
|
1590
|
+
{ url = "https://files.pythonhosted.org/packages/3a/5e/c927b325bd4c1d3620211a4b96f47864633199feed60fa936025ab27e090/ruff-0.15.11-py3-none-win_amd64.whl", hash = "sha256:8b6756d88d7e234fb0c98c91511aae3cd519d5e3ed271cae31b20f39cb2a12a3", size = 11779692, upload-time = "2026-04-16T18:46:17.268Z" },
|
|
1591
|
+
{ url = "https://files.pythonhosted.org/packages/63/b6/aeadee5443e49baa2facd51131159fd6301cc4ccfc1541e4df7b021c37dd/ruff-0.15.11-py3-none-win_arm64.whl", hash = "sha256:063fed18cc1bbe0ee7393957284a6fe8b588c6a406a285af3ee3f46da2391ee4", size = 11032614, upload-time = "2026-04-16T18:46:34.487Z" },
|
|
1591
1592
|
]
|
|
1592
1593
|
|
|
1593
1594
|
[[package]]
|
|
@@ -1619,7 +1620,7 @@ wheels = [
|
|
|
1619
1620
|
|
|
1620
1621
|
[[package]]
|
|
1621
1622
|
name = "taskcluster"
|
|
1622
|
-
version = "
|
|
1623
|
+
version = "100.1.0"
|
|
1623
1624
|
source = { editable = "." }
|
|
1624
1625
|
dependencies = [
|
|
1625
1626
|
{ name = "aiohttp" },
|
|
@@ -1753,11 +1754,26 @@ wheels = [
|
|
|
1753
1754
|
name = "urllib3"
|
|
1754
1755
|
version = "2.6.3"
|
|
1755
1756
|
source = { registry = "https://pypi.org/simple" }
|
|
1757
|
+
resolution-markers = [
|
|
1758
|
+
"python_full_version < '3.10'",
|
|
1759
|
+
]
|
|
1756
1760
|
sdist = { url = "https://files.pythonhosted.org/packages/c7/24/5f1b3bdffd70275f6661c76461e25f024d5a38a46f04aaca912426a2b1d3/urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", size = 435556, upload-time = "2026-01-07T16:24:43.925Z" }
|
|
1757
1761
|
wheels = [
|
|
1758
1762
|
{ url = "https://files.pythonhosted.org/packages/39/08/aaaad47bc4e9dc8c725e68f9d04865dbcb2052843ff09c97b08904852d84/urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4", size = 131584, upload-time = "2026-01-07T16:24:42.685Z" },
|
|
1759
1763
|
]
|
|
1760
1764
|
|
|
1765
|
+
[[package]]
|
|
1766
|
+
name = "urllib3"
|
|
1767
|
+
version = "2.7.0"
|
|
1768
|
+
source = { registry = "https://pypi.org/simple" }
|
|
1769
|
+
resolution-markers = [
|
|
1770
|
+
"python_full_version >= '3.10'",
|
|
1771
|
+
]
|
|
1772
|
+
sdist = { url = "https://files.pythonhosted.org/packages/53/0c/06f8b233b8fd13b9e5ee11424ef85419ba0d8ba0b3138bf360be2ff56953/urllib3-2.7.0.tar.gz", hash = "sha256:231e0ec3b63ceb14667c67be60f2f2c40a518cb38b03af60abc813da26505f4c", size = 433602, upload-time = "2026-05-07T16:13:18.596Z" }
|
|
1773
|
+
wheels = [
|
|
1774
|
+
{ url = "https://files.pythonhosted.org/packages/7f/3e/5db95bcf282c52709639744ca2a8b149baccf648e39c8cc87553df9eae0c/urllib3-2.7.0-py3-none-any.whl", hash = "sha256:9fb4c81ebbb1ce9531cce37674bbc6f1360472bc18ca9a553ede278ef7276897", size = 131087, upload-time = "2026-05-07T16:13:17.151Z" },
|
|
1775
|
+
]
|
|
1776
|
+
|
|
1761
1777
|
[[package]]
|
|
1762
1778
|
name = "werkzeug"
|
|
1763
1779
|
version = "3.1.6"
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|