@orcabus/platform-cdk-constructs 1.1.0 → 1.1.2
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.
- package/.jsii +2 -2
- package/api-gateway/api-gateway.js +1 -1
- package/deployment-stack-pipeline/artifact-bucket.js +1 -1
- package/deployment-stack-pipeline/pipeline.js +1 -1
- package/dynamodb/index.js +2 -2
- package/ecs/index.js +1 -1
- package/eventbridge-rules/sfn-slack-notification.js +1 -1
- package/lambda/index.js +1 -1
- package/lambda/layers/fastapi_tools/poetry.lock +1296 -759
- package/lambda/layers/icav2_tools/poetry.lock +686 -606
- package/lambda/layers/mart_tools/poetry.lock +157 -141
- package/lambda/layers/orcabus_api_tools/poetry.lock +300 -293
- package/lambda/layers/orcabus_api_tools/src/orcabus_api_tools/filemanager/file_helpers.py +21 -6
- package/monitored-queue/index.js +1 -1
- package/named-lambda-role/index.js +1 -1
- package/package.json +1 -1
- package/provider-function/index.js +1 -1
- package/shared-config/networking.js +2 -2
- package/shared-config/slack.js +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# This file is automatically @generated by Poetry
|
|
1
|
+
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
|
|
2
2
|
|
|
3
3
|
[[package]]
|
|
4
4
|
name = "colorama"
|
|
@@ -6,8 +6,6 @@ version = "0.4.6"
|
|
|
6
6
|
description = "Cross-platform colored terminal text."
|
|
7
7
|
optional = false
|
|
8
8
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
|
|
9
|
-
groups = ["dev"]
|
|
10
|
-
markers = "sys_platform == \"win32\""
|
|
11
9
|
files = [
|
|
12
10
|
{file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
|
|
13
11
|
{file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
|
|
@@ -15,167 +13,191 @@ files = [
|
|
|
15
13
|
|
|
16
14
|
[[package]]
|
|
17
15
|
name = "iniconfig"
|
|
18
|
-
version = "2.
|
|
16
|
+
version = "2.3.0"
|
|
19
17
|
description = "brain-dead simple config-ini parsing"
|
|
20
18
|
optional = false
|
|
21
|
-
python-versions = ">=3.
|
|
22
|
-
groups = ["dev"]
|
|
19
|
+
python-versions = ">=3.10"
|
|
23
20
|
files = [
|
|
24
|
-
{file = "iniconfig-2.
|
|
25
|
-
{file = "iniconfig-2.
|
|
21
|
+
{file = "iniconfig-2.3.0-py3-none-any.whl", hash = "sha256:f631c04d2c48c52b84d0d0549c99ff3859c98df65b3101406327ecc7d53fbf12"},
|
|
22
|
+
{file = "iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730"},
|
|
26
23
|
]
|
|
27
24
|
|
|
28
25
|
[[package]]
|
|
29
26
|
name = "mypy-boto3-secretsmanager"
|
|
30
|
-
version = "1.
|
|
31
|
-
description = "Type annotations for boto3 SecretsManager 1.
|
|
27
|
+
version = "1.42.8"
|
|
28
|
+
description = "Type annotations for boto3 SecretsManager 1.42.8 service generated with mypy-boto3-builder 8.12.0"
|
|
32
29
|
optional = false
|
|
33
|
-
python-versions = ">=3.
|
|
34
|
-
groups = ["dev"]
|
|
30
|
+
python-versions = ">=3.9"
|
|
35
31
|
files = [
|
|
36
|
-
{file = "mypy_boto3_secretsmanager-1.
|
|
37
|
-
{file = "mypy_boto3_secretsmanager-1.
|
|
32
|
+
{file = "mypy_boto3_secretsmanager-1.42.8-py3-none-any.whl", hash = "sha256:50c891a88e725a8dba7444018e47590ea63d8e938abe2b1c0b25e5413f39d51d"},
|
|
33
|
+
{file = "mypy_boto3_secretsmanager-1.42.8.tar.gz", hash = "sha256:5ab42f35ce932765ebb1684146f478a87cc4b83bef950fd1aa0e268b88d59c81"},
|
|
38
34
|
]
|
|
39
35
|
|
|
40
36
|
[[package]]
|
|
41
37
|
name = "mypy-boto3-ssm"
|
|
42
|
-
version = "1.
|
|
43
|
-
description = "Type annotations for boto3 SSM 1.
|
|
38
|
+
version = "1.42.3"
|
|
39
|
+
description = "Type annotations for boto3 SSM 1.42.3 service generated with mypy-boto3-builder 8.12.0"
|
|
44
40
|
optional = false
|
|
45
|
-
python-versions = ">=3.
|
|
46
|
-
groups = ["dev"]
|
|
41
|
+
python-versions = ">=3.9"
|
|
47
42
|
files = [
|
|
48
|
-
{file = "mypy_boto3_ssm-1.
|
|
49
|
-
{file = "mypy_boto3_ssm-1.
|
|
43
|
+
{file = "mypy_boto3_ssm-1.42.3-py3-none-any.whl", hash = "sha256:23b9fa94a832ec4ebe498e0d90fc508581bea80b5a6fed9c8aba441db01cc260"},
|
|
44
|
+
{file = "mypy_boto3_ssm-1.42.3.tar.gz", hash = "sha256:d8831e8f4f2946616ea461b75d985c8498f0050ca7a5c3c2e8b4c3df02a99237"},
|
|
50
45
|
]
|
|
51
46
|
|
|
52
47
|
[[package]]
|
|
53
48
|
name = "numpy"
|
|
54
|
-
version = "2.
|
|
49
|
+
version = "2.4.1"
|
|
55
50
|
description = "Fundamental package for array computing in Python"
|
|
56
51
|
optional = false
|
|
57
|
-
python-versions = ">=3.
|
|
58
|
-
groups = ["main"]
|
|
52
|
+
python-versions = ">=3.11"
|
|
59
53
|
files = [
|
|
60
|
-
{file = "numpy-2.
|
|
61
|
-
{file = "numpy-2.
|
|
62
|
-
{file = "numpy-2.
|
|
63
|
-
{file = "numpy-2.
|
|
64
|
-
{file = "numpy-2.
|
|
65
|
-
{file = "numpy-2.
|
|
66
|
-
{file = "numpy-2.
|
|
67
|
-
{file = "numpy-2.
|
|
68
|
-
{file = "numpy-2.
|
|
69
|
-
{file = "numpy-2.
|
|
70
|
-
{file = "numpy-2.
|
|
71
|
-
{file = "numpy-2.
|
|
72
|
-
{file = "numpy-2.
|
|
73
|
-
{file = "numpy-2.
|
|
74
|
-
{file = "numpy-2.
|
|
75
|
-
{file = "numpy-2.
|
|
76
|
-
{file = "numpy-2.
|
|
77
|
-
{file = "numpy-2.
|
|
78
|
-
{file = "numpy-2.
|
|
79
|
-
{file = "numpy-2.
|
|
80
|
-
{file = "numpy-2.
|
|
81
|
-
{file = "numpy-2.
|
|
82
|
-
{file = "numpy-2.
|
|
83
|
-
{file = "numpy-2.
|
|
84
|
-
{file = "numpy-2.
|
|
85
|
-
{file = "numpy-2.
|
|
86
|
-
{file = "numpy-2.
|
|
87
|
-
{file = "numpy-2.
|
|
88
|
-
{file = "numpy-2.
|
|
89
|
-
{file = "numpy-2.
|
|
90
|
-
{file = "numpy-2.
|
|
91
|
-
{file = "numpy-2.
|
|
92
|
-
{file = "numpy-2.
|
|
93
|
-
{file = "numpy-2.
|
|
94
|
-
{file = "numpy-2.
|
|
95
|
-
{file = "numpy-2.
|
|
96
|
-
{file = "numpy-2.
|
|
97
|
-
{file = "numpy-2.
|
|
98
|
-
{file = "numpy-2.
|
|
99
|
-
{file = "numpy-2.
|
|
100
|
-
{file = "numpy-2.
|
|
101
|
-
{file = "numpy-2.
|
|
102
|
-
{file = "numpy-2.
|
|
103
|
-
{file = "numpy-2.
|
|
104
|
-
{file = "numpy-2.
|
|
105
|
-
{file = "numpy-2.
|
|
106
|
-
{file = "numpy-2.
|
|
107
|
-
{file = "numpy-2.
|
|
108
|
-
{file = "numpy-2.
|
|
109
|
-
{file = "numpy-2.
|
|
110
|
-
{file = "numpy-2.
|
|
111
|
-
{file = "numpy-2.
|
|
112
|
-
{file = "numpy-2.
|
|
113
|
-
{file = "numpy-2.
|
|
114
|
-
{file = "numpy-2.
|
|
54
|
+
{file = "numpy-2.4.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0cce2a669e3c8ba02ee563c7835f92c153cf02edff1ae05e1823f1dde21b16a5"},
|
|
55
|
+
{file = "numpy-2.4.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:899d2c18024984814ac7e83f8f49d8e8180e2fbe1b2e252f2e7f1d06bea92425"},
|
|
56
|
+
{file = "numpy-2.4.1-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:09aa8a87e45b55a1c2c205d42e2808849ece5c484b2aab11fecabec3841cafba"},
|
|
57
|
+
{file = "numpy-2.4.1-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:edee228f76ee2dab4579fad6f51f6a305de09d444280109e0f75df247ff21501"},
|
|
58
|
+
{file = "numpy-2.4.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a92f227dbcdc9e4c3e193add1a189a9909947d4f8504c576f4a732fd0b54240a"},
|
|
59
|
+
{file = "numpy-2.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:538bf4ec353709c765ff75ae616c34d3c3dca1a68312727e8f2676ea644f8509"},
|
|
60
|
+
{file = "numpy-2.4.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ac08c63cb7779b85e9d5318e6c3518b424bc1f364ac4cb2c6136f12e5ff2dccc"},
|
|
61
|
+
{file = "numpy-2.4.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4f9c360ecef085e5841c539a9a12b883dff005fbd7ce46722f5e9cef52634d82"},
|
|
62
|
+
{file = "numpy-2.4.1-cp311-cp311-win32.whl", hash = "sha256:0f118ce6b972080ba0758c6087c3617b5ba243d806268623dc34216d69099ba0"},
|
|
63
|
+
{file = "numpy-2.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:18e14c4d09d55eef39a6ab5b08406e84bc6869c1e34eef45564804f90b7e0574"},
|
|
64
|
+
{file = "numpy-2.4.1-cp311-cp311-win_arm64.whl", hash = "sha256:6461de5113088b399d655d45c3897fa188766415d0f568f175ab071c8873bd73"},
|
|
65
|
+
{file = "numpy-2.4.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d3703409aac693fa82c0aee023a1ae06a6e9d065dba10f5e8e80f642f1e9d0a2"},
|
|
66
|
+
{file = "numpy-2.4.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7211b95ca365519d3596a1d8688a95874cc94219d417504d9ecb2df99fa7bfa8"},
|
|
67
|
+
{file = "numpy-2.4.1-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:5adf01965456a664fc727ed69cc71848f28d063217c63e1a0e200a118d5eec9a"},
|
|
68
|
+
{file = "numpy-2.4.1-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:26f0bcd9c79a00e339565b303badc74d3ea2bd6d52191eeca5f95936cad107d0"},
|
|
69
|
+
{file = "numpy-2.4.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0093e85df2960d7e4049664b26afc58b03236e967fb942354deef3208857a04c"},
|
|
70
|
+
{file = "numpy-2.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7ad270f438cbdd402c364980317fb6b117d9ec5e226fff5b4148dd9aa9fc6e02"},
|
|
71
|
+
{file = "numpy-2.4.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:297c72b1b98100c2e8f873d5d35fb551fce7040ade83d67dd51d38c8d42a2162"},
|
|
72
|
+
{file = "numpy-2.4.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:cf6470d91d34bf669f61d515499859fa7a4c2f7c36434afb70e82df7217933f9"},
|
|
73
|
+
{file = "numpy-2.4.1-cp312-cp312-win32.whl", hash = "sha256:b6bcf39112e956594b3331316d90c90c90fb961e39696bda97b89462f5f3943f"},
|
|
74
|
+
{file = "numpy-2.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:e1a27bb1b2dee45a2a53f5ca6ff2d1a7f135287883a1689e930d44d1ff296c87"},
|
|
75
|
+
{file = "numpy-2.4.1-cp312-cp312-win_arm64.whl", hash = "sha256:0e6e8f9d9ecf95399982019c01223dc130542960a12edfa8edd1122dfa66a8a8"},
|
|
76
|
+
{file = "numpy-2.4.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:d797454e37570cfd61143b73b8debd623c3c0952959adb817dd310a483d58a1b"},
|
|
77
|
+
{file = "numpy-2.4.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:82c55962006156aeef1629b953fd359064aa47e4d82cfc8e67f0918f7da3344f"},
|
|
78
|
+
{file = "numpy-2.4.1-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:71abbea030f2cfc3092a0ff9f8c8fdefdc5e0bf7d9d9c99663538bb0ecdac0b9"},
|
|
79
|
+
{file = "numpy-2.4.1-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:5b55aa56165b17aaf15520beb9cbd33c9039810e0d9643dd4379e44294c7303e"},
|
|
80
|
+
{file = "numpy-2.4.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c0faba4a331195bfa96f93dd9dfaa10b2c7aa8cda3a02b7fd635e588fe821bf5"},
|
|
81
|
+
{file = "numpy-2.4.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d3e3087f53e2b4428766b54932644d148613c5a595150533ae7f00dab2f319a8"},
|
|
82
|
+
{file = "numpy-2.4.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:49e792ec351315e16da54b543db06ca8a86985ab682602d90c60ef4ff4db2a9c"},
|
|
83
|
+
{file = "numpy-2.4.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:79e9e06c4c2379db47f3f6fc7a8652e7498251789bf8ff5bd43bf478ef314ca2"},
|
|
84
|
+
{file = "numpy-2.4.1-cp313-cp313-win32.whl", hash = "sha256:3d1a100e48cb266090a031397863ff8a30050ceefd798f686ff92c67a486753d"},
|
|
85
|
+
{file = "numpy-2.4.1-cp313-cp313-win_amd64.whl", hash = "sha256:92a0e65272fd60bfa0d9278e0484c2f52fe03b97aedc02b357f33fe752c52ffb"},
|
|
86
|
+
{file = "numpy-2.4.1-cp313-cp313-win_arm64.whl", hash = "sha256:20d4649c773f66cc2fc36f663e091f57c3b7655f936a4c681b4250855d1da8f5"},
|
|
87
|
+
{file = "numpy-2.4.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:f93bc6892fe7b0663e5ffa83b61aab510aacffd58c16e012bb9352d489d90cb7"},
|
|
88
|
+
{file = "numpy-2.4.1-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:178de8f87948163d98a4c9ab5bee4ce6519ca918926ec8df195af582de28544d"},
|
|
89
|
+
{file = "numpy-2.4.1-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:98b35775e03ab7f868908b524fc0a84d38932d8daf7b7e1c3c3a1b6c7a2c9f15"},
|
|
90
|
+
{file = "numpy-2.4.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:941c2a93313d030f219f3a71fd3d91a728b82979a5e8034eb2e60d394a2b83f9"},
|
|
91
|
+
{file = "numpy-2.4.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:529050522e983e00a6c1c6b67411083630de8b57f65e853d7b03d9281b8694d2"},
|
|
92
|
+
{file = "numpy-2.4.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:2302dc0224c1cbc49bb94f7064f3f923a971bfae45c33870dcbff63a2a550505"},
|
|
93
|
+
{file = "numpy-2.4.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:9171a42fcad32dcf3fa86f0a4faa5e9f8facefdb276f54b8b390d90447cff4e2"},
|
|
94
|
+
{file = "numpy-2.4.1-cp313-cp313t-win32.whl", hash = "sha256:382ad67d99ef49024f11d1ce5dcb5ad8432446e4246a4b014418ba3a1175a1f4"},
|
|
95
|
+
{file = "numpy-2.4.1-cp313-cp313t-win_amd64.whl", hash = "sha256:62fea415f83ad8fdb6c20840578e5fbaf5ddd65e0ec6c3c47eda0f69da172510"},
|
|
96
|
+
{file = "numpy-2.4.1-cp313-cp313t-win_arm64.whl", hash = "sha256:a7870e8c5fc11aef57d6fea4b4085e537a3a60ad2cdd14322ed531fdca68d261"},
|
|
97
|
+
{file = "numpy-2.4.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:3869ea1ee1a1edc16c29bbe3a2f2a4e515cc3a44d43903ad41e0cacdbaf733dc"},
|
|
98
|
+
{file = "numpy-2.4.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:e867df947d427cdd7a60e3e271729090b0f0df80f5f10ab7dd436f40811699c3"},
|
|
99
|
+
{file = "numpy-2.4.1-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:e3bd2cb07841166420d2fa7146c96ce00cb3410664cbc1a6be028e456c4ee220"},
|
|
100
|
+
{file = "numpy-2.4.1-cp314-cp314-macosx_14_0_x86_64.whl", hash = "sha256:f0a90aba7d521e6954670550e561a4cb925713bd944445dbe9e729b71f6cabee"},
|
|
101
|
+
{file = "numpy-2.4.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5d558123217a83b2d1ba316b986e9248a1ed1971ad495963d555ccd75dcb1556"},
|
|
102
|
+
{file = "numpy-2.4.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2f44de05659b67d20499cbc96d49f2650769afcb398b79b324bb6e297bfe3844"},
|
|
103
|
+
{file = "numpy-2.4.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:69e7419c9012c4aaf695109564e3387f1259f001b4326dfa55907b098af082d3"},
|
|
104
|
+
{file = "numpy-2.4.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2ffd257026eb1b34352e749d7cc1678b5eeec3e329ad8c9965a797e08ccba205"},
|
|
105
|
+
{file = "numpy-2.4.1-cp314-cp314-win32.whl", hash = "sha256:727c6c3275ddefa0dc078524a85e064c057b4f4e71ca5ca29a19163c607be745"},
|
|
106
|
+
{file = "numpy-2.4.1-cp314-cp314-win_amd64.whl", hash = "sha256:7d5d7999df434a038d75a748275cd6c0094b0ecdb0837342b332a82defc4dc4d"},
|
|
107
|
+
{file = "numpy-2.4.1-cp314-cp314-win_arm64.whl", hash = "sha256:ce9ce141a505053b3c7bce3216071f3bf5c182b8b28930f14cd24d43932cd2df"},
|
|
108
|
+
{file = "numpy-2.4.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:4e53170557d37ae404bf8d542ca5b7c629d6efa1117dac6a83e394142ea0a43f"},
|
|
109
|
+
{file = "numpy-2.4.1-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:a73044b752f5d34d4232f25f18160a1cc418ea4507f5f11e299d8ac36875f8a0"},
|
|
110
|
+
{file = "numpy-2.4.1-cp314-cp314t-macosx_14_0_x86_64.whl", hash = "sha256:fb1461c99de4d040666ca0444057b06541e5642f800b71c56e6ea92d6a853a0c"},
|
|
111
|
+
{file = "numpy-2.4.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:423797bdab2eeefbe608d7c1ec7b2b4fd3c58d51460f1ee26c7500a1d9c9ee93"},
|
|
112
|
+
{file = "numpy-2.4.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:52b5f61bdb323b566b528899cc7db2ba5d1015bda7ea811a8bcf3c89c331fa42"},
|
|
113
|
+
{file = "numpy-2.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:42d7dd5fa36d16d52a84f821eb96031836fd405ee6955dd732f2023724d0aa01"},
|
|
114
|
+
{file = "numpy-2.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:e7b6b5e28bbd47b7532698e5db2fe1db693d84b58c254e4389d99a27bb9b8f6b"},
|
|
115
|
+
{file = "numpy-2.4.1-cp314-cp314t-win32.whl", hash = "sha256:5de60946f14ebe15e713a6f22850c2372fa72f4ff9a432ab44aa90edcadaa65a"},
|
|
116
|
+
{file = "numpy-2.4.1-cp314-cp314t-win_amd64.whl", hash = "sha256:8f085da926c0d491ffff3096f91078cc97ea67e7e6b65e490bc8dcda65663be2"},
|
|
117
|
+
{file = "numpy-2.4.1-cp314-cp314t-win_arm64.whl", hash = "sha256:6436cffb4f2bf26c974344439439c95e152c9a527013f26b3577be6c2ca64295"},
|
|
118
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:8ad35f20be147a204e28b6a0575fbf3540c5e5f802634d4258d55b1ff5facce1"},
|
|
119
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:8097529164c0f3e32bb89412a0905d9100bf434d9692d9fc275e18dcf53c9344"},
|
|
120
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_14_0_arm64.whl", hash = "sha256:ea66d2b41ca4a1630aae5507ee0a71647d3124d1741980138aa8f28f44dac36e"},
|
|
121
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-macosx_14_0_x86_64.whl", hash = "sha256:d3f8f0df9f4b8be57b3bf74a1d087fec68f927a2fab68231fdb442bf2c12e426"},
|
|
122
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2023ef86243690c2791fd6353e5b4848eedaa88ca8a2d129f462049f6d484696"},
|
|
123
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8361ea4220d763e54cff2fbe7d8c93526b744f7cd9ddab47afeff7e14e8503be"},
|
|
124
|
+
{file = "numpy-2.4.1-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:4f1b68ff47680c2925f8063402a693ede215f0257f02596b1318ecdfb1d79e33"},
|
|
125
|
+
{file = "numpy-2.4.1.tar.gz", hash = "sha256:a1ceafc5042451a858231588a104093474c6a5c57dcc724841f5c888d237d690"},
|
|
115
126
|
]
|
|
116
127
|
|
|
117
128
|
[[package]]
|
|
118
129
|
name = "packaging"
|
|
119
|
-
version = "
|
|
130
|
+
version = "26.0"
|
|
120
131
|
description = "Core utilities for Python packages"
|
|
121
132
|
optional = false
|
|
122
133
|
python-versions = ">=3.8"
|
|
123
|
-
groups = ["dev"]
|
|
124
134
|
files = [
|
|
125
|
-
{file = "packaging-
|
|
126
|
-
{file = "packaging-
|
|
135
|
+
{file = "packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529"},
|
|
136
|
+
{file = "packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"},
|
|
127
137
|
]
|
|
128
138
|
|
|
129
139
|
[[package]]
|
|
130
140
|
name = "pandas"
|
|
131
|
-
version = "2.
|
|
141
|
+
version = "2.3.3"
|
|
132
142
|
description = "Powerful data structures for data analysis, time series, and statistics"
|
|
133
143
|
optional = false
|
|
134
144
|
python-versions = ">=3.9"
|
|
135
|
-
groups = ["main"]
|
|
136
145
|
files = [
|
|
137
|
-
{file = "pandas-2.
|
|
138
|
-
{file = "pandas-2.
|
|
139
|
-
{file = "pandas-2.
|
|
140
|
-
{file = "pandas-2.
|
|
141
|
-
{file = "pandas-2.
|
|
142
|
-
{file = "pandas-2.
|
|
143
|
-
{file = "pandas-2.
|
|
144
|
-
{file = "pandas-2.
|
|
145
|
-
{file = "pandas-2.
|
|
146
|
-
{file = "pandas-2.
|
|
147
|
-
{file = "pandas-2.
|
|
148
|
-
{file = "pandas-2.
|
|
149
|
-
{file = "pandas-2.
|
|
150
|
-
{file = "pandas-2.
|
|
151
|
-
{file = "pandas-2.
|
|
152
|
-
{file = "pandas-2.
|
|
153
|
-
{file = "pandas-2.
|
|
154
|
-
{file = "pandas-2.
|
|
155
|
-
{file = "pandas-2.
|
|
156
|
-
{file = "pandas-2.
|
|
157
|
-
{file = "pandas-2.
|
|
158
|
-
{file = "pandas-2.
|
|
159
|
-
{file = "pandas-2.
|
|
160
|
-
{file = "pandas-2.
|
|
161
|
-
{file = "pandas-2.
|
|
162
|
-
{file = "pandas-2.
|
|
163
|
-
{file = "pandas-2.
|
|
164
|
-
{file = "pandas-2.
|
|
165
|
-
{file = "pandas-2.
|
|
166
|
-
{file = "pandas-2.
|
|
167
|
-
{file = "pandas-2.
|
|
168
|
-
{file = "pandas-2.
|
|
169
|
-
{file = "pandas-2.
|
|
170
|
-
{file = "pandas-2.
|
|
171
|
-
{file = "pandas-2.
|
|
172
|
-
{file = "pandas-2.
|
|
173
|
-
{file = "pandas-2.
|
|
174
|
-
{file = "pandas-2.
|
|
175
|
-
{file = "pandas-2.
|
|
176
|
-
{file = "pandas-2.
|
|
177
|
-
{file = "pandas-2.
|
|
178
|
-
{file = "pandas-2.
|
|
146
|
+
{file = "pandas-2.3.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:376c6446ae31770764215a6c937f72d917f214b43560603cd60da6408f183b6c"},
|
|
147
|
+
{file = "pandas-2.3.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e19d192383eab2f4ceb30b412b22ea30690c9e618f78870357ae1d682912015a"},
|
|
148
|
+
{file = "pandas-2.3.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5caf26f64126b6c7aec964f74266f435afef1c1b13da3b0636c7518a1fa3e2b1"},
|
|
149
|
+
{file = "pandas-2.3.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:dd7478f1463441ae4ca7308a70e90b33470fa593429f9d4c578dd00d1fa78838"},
|
|
150
|
+
{file = "pandas-2.3.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:4793891684806ae50d1288c9bae9330293ab4e083ccd1c5e383c34549c6e4250"},
|
|
151
|
+
{file = "pandas-2.3.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:28083c648d9a99a5dd035ec125d42439c6c1c525098c58af0fc38dd1a7a1b3d4"},
|
|
152
|
+
{file = "pandas-2.3.3-cp310-cp310-win_amd64.whl", hash = "sha256:503cf027cf9940d2ceaa1a93cfb5f8c8c7e6e90720a2850378f0b3f3b1e06826"},
|
|
153
|
+
{file = "pandas-2.3.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:602b8615ebcc4a0c1751e71840428ddebeb142ec02c786e8ad6b1ce3c8dec523"},
|
|
154
|
+
{file = "pandas-2.3.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8fe25fc7b623b0ef6b5009149627e34d2a4657e880948ec3c840e9402e5c1b45"},
|
|
155
|
+
{file = "pandas-2.3.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b468d3dad6ff947df92dcb32ede5b7bd41a9b3cceef0a30ed925f6d01fb8fa66"},
|
|
156
|
+
{file = "pandas-2.3.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b98560e98cb334799c0b07ca7967ac361a47326e9b4e5a7dfb5ab2b1c9d35a1b"},
|
|
157
|
+
{file = "pandas-2.3.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1d37b5848ba49824e5c30bedb9c830ab9b7751fd049bc7914533e01c65f79791"},
|
|
158
|
+
{file = "pandas-2.3.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:db4301b2d1f926ae677a751eb2bd0e8c5f5319c9cb3f88b0becbbb0b07b34151"},
|
|
159
|
+
{file = "pandas-2.3.3-cp311-cp311-win_amd64.whl", hash = "sha256:f086f6fe114e19d92014a1966f43a3e62285109afe874f067f5abbdcbb10e59c"},
|
|
160
|
+
{file = "pandas-2.3.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6d21f6d74eb1725c2efaa71a2bfc661a0689579b58e9c0ca58a739ff0b002b53"},
|
|
161
|
+
{file = "pandas-2.3.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3fd2f887589c7aa868e02632612ba39acb0b8948faf5cc58f0850e165bd46f35"},
|
|
162
|
+
{file = "pandas-2.3.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ecaf1e12bdc03c86ad4a7ea848d66c685cb6851d807a26aa245ca3d2017a1908"},
|
|
163
|
+
{file = "pandas-2.3.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b3d11d2fda7eb164ef27ffc14b4fcab16a80e1ce67e9f57e19ec0afaf715ba89"},
|
|
164
|
+
{file = "pandas-2.3.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a68e15f780eddf2b07d242e17a04aa187a7ee12b40b930bfdd78070556550e98"},
|
|
165
|
+
{file = "pandas-2.3.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:371a4ab48e950033bcf52b6527eccb564f52dc826c02afd9a1bc0ab731bba084"},
|
|
166
|
+
{file = "pandas-2.3.3-cp312-cp312-win_amd64.whl", hash = "sha256:a16dcec078a01eeef8ee61bf64074b4e524a2a3f4b3be9326420cabe59c4778b"},
|
|
167
|
+
{file = "pandas-2.3.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:56851a737e3470de7fa88e6131f41281ed440d29a9268dcbf0002da5ac366713"},
|
|
168
|
+
{file = "pandas-2.3.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:bdcd9d1167f4885211e401b3036c0c8d9e274eee67ea8d0758a256d60704cfe8"},
|
|
169
|
+
{file = "pandas-2.3.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e32e7cc9af0f1cc15548288a51a3b681cc2a219faa838e995f7dc53dbab1062d"},
|
|
170
|
+
{file = "pandas-2.3.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:318d77e0e42a628c04dc56bcef4b40de67918f7041c2b061af1da41dcff670ac"},
|
|
171
|
+
{file = "pandas-2.3.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4e0a175408804d566144e170d0476b15d78458795bb18f1304fb94160cabf40c"},
|
|
172
|
+
{file = "pandas-2.3.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:93c2d9ab0fc11822b5eece72ec9587e172f63cff87c00b062f6e37448ced4493"},
|
|
173
|
+
{file = "pandas-2.3.3-cp313-cp313-win_amd64.whl", hash = "sha256:f8bfc0e12dc78f777f323f55c58649591b2cd0c43534e8355c51d3fede5f4dee"},
|
|
174
|
+
{file = "pandas-2.3.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:75ea25f9529fdec2d2e93a42c523962261e567d250b0013b16210e1d40d7c2e5"},
|
|
175
|
+
{file = "pandas-2.3.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:74ecdf1d301e812db96a465a525952f4dde225fdb6d8e5a521d47e1f42041e21"},
|
|
176
|
+
{file = "pandas-2.3.3-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6435cb949cb34ec11cc9860246ccb2fdc9ecd742c12d3304989017d53f039a78"},
|
|
177
|
+
{file = "pandas-2.3.3-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:900f47d8f20860de523a1ac881c4c36d65efcb2eb850e6948140fa781736e110"},
|
|
178
|
+
{file = "pandas-2.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:a45c765238e2ed7d7c608fc5bc4a6f88b642f2f01e70c0c23d2224dd21829d86"},
|
|
179
|
+
{file = "pandas-2.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:c4fc4c21971a1a9f4bdb4c73978c7f7256caa3e62b323f70d6cb80db583350bc"},
|
|
180
|
+
{file = "pandas-2.3.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:ee15f284898e7b246df8087fc82b87b01686f98ee67d85a17b7ab44143a3a9a0"},
|
|
181
|
+
{file = "pandas-2.3.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1611aedd912e1ff81ff41c745822980c49ce4a7907537be8692c8dbc31924593"},
|
|
182
|
+
{file = "pandas-2.3.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6d2cefc361461662ac48810cb14365a365ce864afe85ef1f447ff5a1e99ea81c"},
|
|
183
|
+
{file = "pandas-2.3.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ee67acbbf05014ea6c763beb097e03cd629961c8a632075eeb34247120abcb4b"},
|
|
184
|
+
{file = "pandas-2.3.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c46467899aaa4da076d5abc11084634e2d197e9460643dd455ac3db5856b24d6"},
|
|
185
|
+
{file = "pandas-2.3.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:6253c72c6a1d990a410bc7de641d34053364ef8bcd3126f7e7450125887dffe3"},
|
|
186
|
+
{file = "pandas-2.3.3-cp314-cp314-win_amd64.whl", hash = "sha256:1b07204a219b3b7350abaae088f451860223a52cfb8a6c53358e7948735158e5"},
|
|
187
|
+
{file = "pandas-2.3.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2462b1a365b6109d275250baaae7b760fd25c726aaca0054649286bcfbb3e8ec"},
|
|
188
|
+
{file = "pandas-2.3.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:0242fe9a49aa8b4d78a4fa03acb397a58833ef6199e9aa40a95f027bb3a1b6e7"},
|
|
189
|
+
{file = "pandas-2.3.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a21d830e78df0a515db2b3d2f5570610f5e6bd2e27749770e8bb7b524b89b450"},
|
|
190
|
+
{file = "pandas-2.3.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2e3ebdb170b5ef78f19bfb71b0dc5dc58775032361fa188e814959b74d726dd5"},
|
|
191
|
+
{file = "pandas-2.3.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:d051c0e065b94b7a3cea50eb1ec32e912cd96dba41647eb24104b6c6c14c5788"},
|
|
192
|
+
{file = "pandas-2.3.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:3869faf4bd07b3b66a9f462417d0ca3a9df29a9f6abd5d0d0dbab15dac7abe87"},
|
|
193
|
+
{file = "pandas-2.3.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c503ba5216814e295f40711470446bc3fd00f0faea8a086cbc688808e26f92a2"},
|
|
194
|
+
{file = "pandas-2.3.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a637c5cdfa04b6d6e2ecedcb81fc52ffb0fd78ce2ebccc9ea964df9f658de8c8"},
|
|
195
|
+
{file = "pandas-2.3.3-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:854d00d556406bffe66a4c0802f334c9ad5a96b4f1f868adf036a21b11ef13ff"},
|
|
196
|
+
{file = "pandas-2.3.3-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bf1f8a81d04ca90e32a0aceb819d34dbd378a98bf923b6398b9a3ec0bf44de29"},
|
|
197
|
+
{file = "pandas-2.3.3-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:23ebd657a4d38268c7dfbdf089fbc31ea709d82e4923c5ffd4fbd5747133ce73"},
|
|
198
|
+
{file = "pandas-2.3.3-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:5554c929ccc317d41a5e3d1234f3be588248e61f08a74dd17c9eabb535777dc9"},
|
|
199
|
+
{file = "pandas-2.3.3-cp39-cp39-win_amd64.whl", hash = "sha256:d3e28b3e83862ccf4d85ff19cf8c20b2ae7e503881711ff2d534dc8f761131aa"},
|
|
200
|
+
{file = "pandas-2.3.3.tar.gz", hash = "sha256:e05e1af93b977f7eafa636d043f9f94c7ee3ac81af99c13508215942e64c993b"},
|
|
179
201
|
]
|
|
180
202
|
|
|
181
203
|
[package.dependencies]
|
|
@@ -211,19 +233,18 @@ xml = ["lxml (>=4.9.2)"]
|
|
|
211
233
|
|
|
212
234
|
[[package]]
|
|
213
235
|
name = "pluggy"
|
|
214
|
-
version = "1.
|
|
236
|
+
version = "1.6.0"
|
|
215
237
|
description = "plugin and hook calling mechanisms for python"
|
|
216
238
|
optional = false
|
|
217
|
-
python-versions = ">=3.
|
|
218
|
-
groups = ["dev"]
|
|
239
|
+
python-versions = ">=3.9"
|
|
219
240
|
files = [
|
|
220
|
-
{file = "pluggy-1.
|
|
221
|
-
{file = "pluggy-1.
|
|
241
|
+
{file = "pluggy-1.6.0-py3-none-any.whl", hash = "sha256:e920276dd6813095e9377c0bc5566d94c932c33b27a3e3945d8389c374dd4746"},
|
|
242
|
+
{file = "pluggy-1.6.0.tar.gz", hash = "sha256:7dcc130b76258d33b90f61b658791dede3486c3e6bfb003ee5c9bfb396dd22f3"},
|
|
222
243
|
]
|
|
223
244
|
|
|
224
245
|
[package.extras]
|
|
225
246
|
dev = ["pre-commit", "tox"]
|
|
226
|
-
testing = ["pytest", "pytest-benchmark"]
|
|
247
|
+
testing = ["coverage", "pytest", "pytest-benchmark"]
|
|
227
248
|
|
|
228
249
|
[[package]]
|
|
229
250
|
name = "pytest"
|
|
@@ -231,7 +252,6 @@ version = "7.4.4"
|
|
|
231
252
|
description = "pytest: simple powerful testing with Python"
|
|
232
253
|
optional = false
|
|
233
254
|
python-versions = ">=3.7"
|
|
234
|
-
groups = ["dev"]
|
|
235
255
|
files = [
|
|
236
256
|
{file = "pytest-7.4.4-py3-none-any.whl", hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8"},
|
|
237
257
|
{file = "pytest-7.4.4.tar.gz", hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280"},
|
|
@@ -252,7 +272,6 @@ version = "2.9.0.post0"
|
|
|
252
272
|
description = "Extensions to the standard Python datetime module"
|
|
253
273
|
optional = false
|
|
254
274
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|
255
|
-
groups = ["main"]
|
|
256
275
|
files = [
|
|
257
276
|
{file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"},
|
|
258
277
|
{file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"},
|
|
@@ -267,7 +286,6 @@ version = "2025.2"
|
|
|
267
286
|
description = "World timezone definitions, modern and historical"
|
|
268
287
|
optional = false
|
|
269
288
|
python-versions = "*"
|
|
270
|
-
groups = ["main"]
|
|
271
289
|
files = [
|
|
272
290
|
{file = "pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00"},
|
|
273
291
|
{file = "pytz-2025.2.tar.gz", hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"},
|
|
@@ -279,7 +297,6 @@ version = "1.17.0"
|
|
|
279
297
|
description = "Python 2 and 3 compatibility utilities"
|
|
280
298
|
optional = false
|
|
281
299
|
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|
282
|
-
groups = ["main"]
|
|
283
300
|
files = [
|
|
284
301
|
{file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
|
|
285
302
|
{file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
|
|
@@ -287,17 +304,16 @@ files = [
|
|
|
287
304
|
|
|
288
305
|
[[package]]
|
|
289
306
|
name = "tzdata"
|
|
290
|
-
version = "2025.
|
|
307
|
+
version = "2025.3"
|
|
291
308
|
description = "Provider of IANA time zone data"
|
|
292
309
|
optional = false
|
|
293
310
|
python-versions = ">=2"
|
|
294
|
-
groups = ["main"]
|
|
295
311
|
files = [
|
|
296
|
-
{file = "tzdata-2025.
|
|
297
|
-
{file = "tzdata-2025.
|
|
312
|
+
{file = "tzdata-2025.3-py2.py3-none-any.whl", hash = "sha256:06a47e5700f3081aab02b2e513160914ff0694bce9947d6b76ebd6bf57cfc5d1"},
|
|
313
|
+
{file = "tzdata-2025.3.tar.gz", hash = "sha256:de39c2ca5dc7b0344f2eba86f49d614019d29f060fc4ebc8a417896a620b56a7"},
|
|
298
314
|
]
|
|
299
315
|
|
|
300
316
|
[metadata]
|
|
301
|
-
lock-version = "2.
|
|
317
|
+
lock-version = "2.0"
|
|
302
318
|
python-versions = "^3.14, <3.15"
|
|
303
319
|
content-hash = "9a08fc36c54147ff50b53a139cccd72f2f2d6c5498cf08fdb45e60b5d9eeb8e5"
|