dkist-processing-ops 1.9.6__tar.gz → 1.9.7__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.
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/PKG-INFO +12 -12
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops.egg-info/PKG-INFO +12 -12
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops.egg-info/requires.txt +11 -11
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/pyproject.toml +13 -13
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/.gitignore +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/.snyk +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/README.rst +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.7
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==12.4.
|
|
14
|
+
Requires-Dist: dkist-processing-common==12.4.3
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.2.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -42,8 +42,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
42
42
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
43
43
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
44
44
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
45
|
-
Requires-Dist: apache-airflow==3.1.
|
|
46
|
-
Requires-Dist: apache-airflow-core==3.1.
|
|
45
|
+
Requires-Dist: apache-airflow==3.1.7; extra == "frozen"
|
|
46
|
+
Requires-Dist: apache-airflow-core==3.1.7; extra == "frozen"
|
|
47
47
|
Requires-Dist: apache-airflow-providers-celery==3.15.2; extra == "frozen"
|
|
48
48
|
Requires-Dist: apache-airflow-providers-common-compat==1.13.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: apache-airflow-providers-common-io==1.7.1; extra == "frozen"
|
|
@@ -51,7 +51,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.30.4; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: apache-airflow-providers-postgres==6.5.3; extra == "frozen"
|
|
52
52
|
Requires-Dist: apache-airflow-providers-smtp==2.4.2; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-providers-standard==1.11.0; extra == "frozen"
|
|
54
|
-
Requires-Dist: apache-airflow-task-sdk==1.1.
|
|
54
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.7; extra == "frozen"
|
|
55
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
56
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
57
57
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
@@ -64,8 +64,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.47; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.47; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -85,9 +85,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
85
85
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
88
|
-
Requires-Dist: dkist-processing-common==12.4.
|
|
89
|
-
Requires-Dist: dkist-processing-core==7.0.
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.9.
|
|
88
|
+
Requires-Dist: dkist-processing-common==12.4.3; extra == "frozen"
|
|
89
|
+
Requires-Dist: dkist-processing-core==7.0.2; extra == "frozen"
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.9.7; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-service-configuration==4.2.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -173,7 +173,7 @@ Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
|
173
173
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
174
174
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
175
175
|
Requires-Dist: pip==26.0.1; extra == "frozen"
|
|
176
|
-
Requires-Dist: platformdirs==4.
|
|
176
|
+
Requires-Dist: platformdirs==4.6.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
178
178
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
179
179
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
@@ -201,7 +201,7 @@ Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
|
201
201
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
202
202
|
Requires-Dist: rich==14.3.2; extra == "frozen"
|
|
203
203
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
204
|
-
Requires-Dist: rich-toolkit==0.19.
|
|
204
|
+
Requires-Dist: rich-toolkit==0.19.4; extra == "frozen"
|
|
205
205
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
206
206
|
Requires-Dist: s3transfer==0.16.0; extra == "frozen"
|
|
207
207
|
Requires-Dist: scipy==1.17.0; extra == "frozen"
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.9.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 9,
|
|
31
|
+
__version__ = version = '1.9.7'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 9, 7)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'g9b30addf4'
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.7
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==12.4.
|
|
14
|
+
Requires-Dist: dkist-processing-common==12.4.3
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.2.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -42,8 +42,8 @@ Requires-Dist: amqp==5.3.1; extra == "frozen"
|
|
|
42
42
|
Requires-Dist: annotated-doc==0.0.4; extra == "frozen"
|
|
43
43
|
Requires-Dist: annotated-types==0.7.0; extra == "frozen"
|
|
44
44
|
Requires-Dist: anyio==4.12.1; extra == "frozen"
|
|
45
|
-
Requires-Dist: apache-airflow==3.1.
|
|
46
|
-
Requires-Dist: apache-airflow-core==3.1.
|
|
45
|
+
Requires-Dist: apache-airflow==3.1.7; extra == "frozen"
|
|
46
|
+
Requires-Dist: apache-airflow-core==3.1.7; extra == "frozen"
|
|
47
47
|
Requires-Dist: apache-airflow-providers-celery==3.15.2; extra == "frozen"
|
|
48
48
|
Requires-Dist: apache-airflow-providers-common-compat==1.13.0; extra == "frozen"
|
|
49
49
|
Requires-Dist: apache-airflow-providers-common-io==1.7.1; extra == "frozen"
|
|
@@ -51,7 +51,7 @@ Requires-Dist: apache-airflow-providers-common-sql==1.30.4; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: apache-airflow-providers-postgres==6.5.3; extra == "frozen"
|
|
52
52
|
Requires-Dist: apache-airflow-providers-smtp==2.4.2; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-providers-standard==1.11.0; extra == "frozen"
|
|
54
|
-
Requires-Dist: apache-airflow-task-sdk==1.1.
|
|
54
|
+
Requires-Dist: apache-airflow-task-sdk==1.1.7; extra == "frozen"
|
|
55
55
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
56
|
Requires-Dist: asdf==3.5.0; extra == "frozen"
|
|
57
57
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
@@ -64,8 +64,8 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==25.4.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.47; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.47; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.2; extra == "frozen"
|
|
71
71
|
Requires-Dist: certifi==2026.1.4; extra == "frozen"
|
|
@@ -85,9 +85,9 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
85
85
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
87
87
|
Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
|
|
88
|
-
Requires-Dist: dkist-processing-common==12.4.
|
|
89
|
-
Requires-Dist: dkist-processing-core==7.0.
|
|
90
|
-
Requires-Dist: dkist-processing-ops==1.9.
|
|
88
|
+
Requires-Dist: dkist-processing-common==12.4.3; extra == "frozen"
|
|
89
|
+
Requires-Dist: dkist-processing-core==7.0.2; extra == "frozen"
|
|
90
|
+
Requires-Dist: dkist-processing-ops==1.9.7; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-service-configuration==4.2.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
|
|
@@ -173,7 +173,7 @@ Requires-Dist: pendulum==3.2.0; extra == "frozen"
|
|
|
173
173
|
Requires-Dist: pika==1.3.2; extra == "frozen"
|
|
174
174
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
175
175
|
Requires-Dist: pip==26.0.1; extra == "frozen"
|
|
176
|
-
Requires-Dist: platformdirs==4.
|
|
176
|
+
Requires-Dist: platformdirs==4.6.0; extra == "frozen"
|
|
177
177
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
178
178
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
179
179
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
@@ -201,7 +201,7 @@ Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
|
201
201
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
202
202
|
Requires-Dist: rich==14.3.2; extra == "frozen"
|
|
203
203
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
204
|
-
Requires-Dist: rich-toolkit==0.19.
|
|
204
|
+
Requires-Dist: rich-toolkit==0.19.4; extra == "frozen"
|
|
205
205
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
206
206
|
Requires-Dist: s3transfer==0.16.0; extra == "frozen"
|
|
207
207
|
Requires-Dist: scipy==1.17.0; extra == "frozen"
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops.egg-info/requires.txt
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==12.4.
|
|
1
|
+
dkist-processing-common==12.4.3
|
|
2
2
|
dkist-service-configuration==4.2.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -26,8 +26,8 @@ amqp==5.3.1
|
|
|
26
26
|
annotated-doc==0.0.4
|
|
27
27
|
annotated-types==0.7.0
|
|
28
28
|
anyio==4.12.1
|
|
29
|
-
apache-airflow==3.1.
|
|
30
|
-
apache-airflow-core==3.1.
|
|
29
|
+
apache-airflow==3.1.7
|
|
30
|
+
apache-airflow-core==3.1.7
|
|
31
31
|
apache-airflow-providers-celery==3.15.2
|
|
32
32
|
apache-airflow-providers-common-compat==1.13.0
|
|
33
33
|
apache-airflow-providers-common-io==1.7.1
|
|
@@ -35,7 +35,7 @@ apache-airflow-providers-common-sql==1.30.4
|
|
|
35
35
|
apache-airflow-providers-postgres==6.5.3
|
|
36
36
|
apache-airflow-providers-smtp==2.4.2
|
|
37
37
|
apache-airflow-providers-standard==1.11.0
|
|
38
|
-
apache-airflow-task-sdk==1.1.
|
|
38
|
+
apache-airflow-task-sdk==1.1.7
|
|
39
39
|
argcomplete==3.6.3
|
|
40
40
|
asdf==3.5.0
|
|
41
41
|
asdf_standard==1.5.0
|
|
@@ -48,8 +48,8 @@ asyncpg==0.31.0
|
|
|
48
48
|
attrs==25.4.0
|
|
49
49
|
babel==2.18.0
|
|
50
50
|
billiard==4.2.4
|
|
51
|
-
boto3==1.42.
|
|
52
|
-
botocore==1.42.
|
|
51
|
+
boto3==1.42.47
|
|
52
|
+
botocore==1.42.47
|
|
53
53
|
cadwyn==5.4.6
|
|
54
54
|
celery==5.6.2
|
|
55
55
|
certifi==2026.1.4
|
|
@@ -69,9 +69,9 @@ dacite==1.9.2
|
|
|
69
69
|
decorator==5.2.1
|
|
70
70
|
dill==0.4.1
|
|
71
71
|
dkist-header-validator==5.3.0
|
|
72
|
-
dkist-processing-common==12.4.
|
|
73
|
-
dkist-processing-core==7.0.
|
|
74
|
-
dkist-processing-ops==1.9.
|
|
72
|
+
dkist-processing-common==12.4.3
|
|
73
|
+
dkist-processing-core==7.0.2
|
|
74
|
+
dkist-processing-ops==1.9.7
|
|
75
75
|
dkist-processing-pac==3.1.1
|
|
76
76
|
dkist-service-configuration==4.2.0
|
|
77
77
|
dkist-spectral-lines==3.0.0
|
|
@@ -157,7 +157,7 @@ pendulum==3.2.0
|
|
|
157
157
|
pika==1.3.2
|
|
158
158
|
pillow==11.3.0
|
|
159
159
|
pip==26.0.1
|
|
160
|
-
platformdirs==4.
|
|
160
|
+
platformdirs==4.6.0
|
|
161
161
|
pluggy==1.6.0
|
|
162
162
|
pooch==1.9.0
|
|
163
163
|
proglog==0.1.12
|
|
@@ -185,7 +185,7 @@ referencing==0.37.0
|
|
|
185
185
|
requests==2.32.5
|
|
186
186
|
rich==14.3.2
|
|
187
187
|
rich-argparse==1.7.2
|
|
188
|
-
rich-toolkit==0.19.
|
|
188
|
+
rich-toolkit==0.19.4
|
|
189
189
|
rpds-py==0.30.0
|
|
190
190
|
s3transfer==0.16.0
|
|
191
191
|
scipy==1.17.0
|
|
@@ -6,8 +6,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
6
6
|
|
|
7
7
|
[tool.dkist-dev-tools]
|
|
8
8
|
# Most recently frozen version by dkist-dev-tools
|
|
9
|
-
version = "1.9.
|
|
10
|
-
date = 2026-02-
|
|
9
|
+
version = "1.9.7"
|
|
10
|
+
date = 2026-02-12T10:05:59.724996
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -25,7 +25,7 @@ authors = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dkist-processing-common==12.4.
|
|
28
|
+
"dkist-processing-common==12.4.3",
|
|
29
29
|
"dkist-service-configuration==4.2.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -63,8 +63,8 @@ frozen = [
|
|
|
63
63
|
"annotated-doc == 0.0.4",
|
|
64
64
|
"annotated-types == 0.7.0",
|
|
65
65
|
"anyio == 4.12.1",
|
|
66
|
-
"apache-airflow == 3.1.
|
|
67
|
-
"apache-airflow-core == 3.1.
|
|
66
|
+
"apache-airflow == 3.1.7",
|
|
67
|
+
"apache-airflow-core == 3.1.7",
|
|
68
68
|
"apache-airflow-providers-celery == 3.15.2",
|
|
69
69
|
"apache-airflow-providers-common-compat == 1.13.0",
|
|
70
70
|
"apache-airflow-providers-common-io == 1.7.1",
|
|
@@ -72,7 +72,7 @@ frozen = [
|
|
|
72
72
|
"apache-airflow-providers-postgres == 6.5.3",
|
|
73
73
|
"apache-airflow-providers-smtp == 2.4.2",
|
|
74
74
|
"apache-airflow-providers-standard == 1.11.0",
|
|
75
|
-
"apache-airflow-task-sdk == 1.1.
|
|
75
|
+
"apache-airflow-task-sdk == 1.1.7",
|
|
76
76
|
"argcomplete == 3.6.3",
|
|
77
77
|
"asdf == 3.5.0",
|
|
78
78
|
"asdf_standard == 1.5.0",
|
|
@@ -85,8 +85,8 @@ frozen = [
|
|
|
85
85
|
"attrs == 25.4.0",
|
|
86
86
|
"babel == 2.18.0",
|
|
87
87
|
"billiard == 4.2.4",
|
|
88
|
-
"boto3 == 1.42.
|
|
89
|
-
"botocore == 1.42.
|
|
88
|
+
"boto3 == 1.42.47",
|
|
89
|
+
"botocore == 1.42.47",
|
|
90
90
|
"cadwyn == 5.4.6",
|
|
91
91
|
"celery == 5.6.2",
|
|
92
92
|
"certifi == 2026.1.4",
|
|
@@ -106,9 +106,9 @@ frozen = [
|
|
|
106
106
|
"decorator == 5.2.1",
|
|
107
107
|
"dill == 0.4.1",
|
|
108
108
|
"dkist-header-validator == 5.3.0",
|
|
109
|
-
"dkist-processing-common == 12.4.
|
|
110
|
-
"dkist-processing-core == 7.0.
|
|
111
|
-
"dkist-processing-ops == 1.9.
|
|
109
|
+
"dkist-processing-common == 12.4.3",
|
|
110
|
+
"dkist-processing-core == 7.0.2",
|
|
111
|
+
"dkist-processing-ops == 1.9.7",
|
|
112
112
|
"dkist-processing-pac == 3.1.1",
|
|
113
113
|
"dkist-service-configuration == 4.2.0",
|
|
114
114
|
"dkist-spectral-lines == 3.0.0",
|
|
@@ -194,7 +194,7 @@ frozen = [
|
|
|
194
194
|
"pika == 1.3.2",
|
|
195
195
|
"pillow == 11.3.0",
|
|
196
196
|
"pip == 26.0.1",
|
|
197
|
-
"platformdirs == 4.
|
|
197
|
+
"platformdirs == 4.6.0",
|
|
198
198
|
"pluggy == 1.6.0",
|
|
199
199
|
"pooch == 1.9.0",
|
|
200
200
|
"proglog == 0.1.12",
|
|
@@ -222,7 +222,7 @@ frozen = [
|
|
|
222
222
|
"requests == 2.32.5",
|
|
223
223
|
"rich == 14.3.2",
|
|
224
224
|
"rich-argparse == 1.7.2",
|
|
225
|
-
"rich-toolkit == 0.19.
|
|
225
|
+
"rich-toolkit == 0.19.4",
|
|
226
226
|
"rpds-py == 0.30.0",
|
|
227
227
|
"s3transfer == 0.16.0",
|
|
228
228
|
"scipy == 1.17.0",
|
|
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
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/workflows/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.9.6 → dkist_processing_ops-1.9.7}/dkist_processing_ops.egg-info/not-zip-safe
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|