dkist-processing-test 1.42.1rc1__tar.gz → 1.42.3__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.
Files changed (45) hide show
  1. {dkist_processing_test-1.42.1rc1/dkist_processing_test.egg-info → dkist_processing_test-1.42.3}/PKG-INFO +49 -49
  2. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/write_l1.py +5 -0
  3. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3/dkist_processing_test.egg-info}/PKG-INFO +49 -49
  4. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test.egg-info/requires.txt +48 -48
  5. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/pyproject.toml +50 -50
  6. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/.gitignore +0 -0
  7. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/.pre-commit-config.yaml +0 -0
  8. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/.snyk +0 -0
  9. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/README.rst +0 -0
  10. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/bitbucket-pipelines.yml +0 -0
  11. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/__init__.py +0 -0
  12. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/config.py +0 -0
  13. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/models/__init__.py +0 -0
  14. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/models/constants.py +0 -0
  15. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/models/parameters.py +0 -0
  16. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/parsers/__init__.py +0 -0
  17. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
  18. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/parsers/time.py +0 -0
  19. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/__init__.py +0 -0
  20. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
  21. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  22. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/fail.py +0 -0
  23. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/fake_science.py +0 -0
  24. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/high_memory.py +0 -0
  25. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/manual.py +0 -0
  26. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/movie.py +0 -0
  27. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/noop.py +0 -0
  28. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/parse.py +0 -0
  29. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tasks/quality.py +0 -0
  30. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tests/__init__.py +0 -0
  31. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tests/conftest.py +0 -0
  32. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tests/test_tasks.py +0 -0
  33. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/tests/test_workflows.py +0 -0
  34. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/__init__.py +0 -0
  35. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/common_tasks.py +0 -0
  36. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/end_to_end.py +0 -0
  37. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  38. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/fail.py +0 -0
  39. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/noop.py +0 -0
  40. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/resource_queue.py +0 -0
  41. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  42. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  43. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  44. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/dkist_processing_test.egg-info/top_level.txt +0 -0
  45. {dkist_processing_test-1.42.1rc1 → dkist_processing_test-1.42.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.42.1rc1
3
+ Version: 1.42.3
4
4
  Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD-3-Clause
@@ -12,10 +12,10 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.13
13
13
  Requires-Python: >=3.13
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==14.0.1rc1
15
+ Requires-Dist: dkist-processing-common==14.0.1
16
16
  Requires-Dist: dkist-header-validator==5.3.1
17
17
  Requires-Dist: dkist-service-configuration==4.3.0
18
- Requires-Dist: dkist-fits-specifications==4.24.1
18
+ Requires-Dist: dkist-fits-specifications==4.25.0
19
19
  Requires-Dist: numba==0.61.2
20
20
  Requires-Dist: astropy==7.0.2
21
21
  Requires-Dist: numpy==2.2.5
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
31
31
  Requires-Dist: dkist-processing-test[quality]; extra == "test"
32
32
  Provides-Extra: inventory
33
33
  Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
34
- Requires-Dist: dkist-inventory==1.11.6rc3; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.11.6; extra == "inventory"
35
35
  Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
- Requires-Dist: dkist-inventory[asdf]==1.11.6rc3; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.11.6; extra == "asdf"
38
38
  Provides-Extra: quality
39
39
  Requires-Dist: dkist-quality==2.0.1; extra == "quality"
40
40
  Provides-Extra: frozen
@@ -67,9 +67,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
67
67
  Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
68
68
  Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
69
69
  Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
70
- Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
70
+ Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
71
71
  Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
72
- Requires-Dist: apache-airflow-providers-smtp==2.4.5; extra == "frozen"
72
+ Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
73
73
  Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
74
74
  Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
75
75
  Requires-Dist: argcomplete==3.6.3; extra == "frozen"
@@ -79,13 +79,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
79
79
  Requires-Dist: asgiref==3.11.1; extra == "frozen"
80
80
  Requires-Dist: asteval==1.0.8; extra == "frozen"
81
81
  Requires-Dist: astropy==7.0.2; extra == "frozen"
82
- Requires-Dist: astropy-iers-data==0.2026.4.20.0.58.15; extra == "frozen"
82
+ Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
83
83
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
84
84
  Requires-Dist: attrs==26.1.0; extra == "frozen"
85
85
  Requires-Dist: babel==2.18.0; extra == "frozen"
86
86
  Requires-Dist: billiard==4.2.4; extra == "frozen"
87
- Requires-Dist: boto3==1.42.93; extra == "frozen"
88
- Requires-Dist: botocore==1.42.93; extra == "frozen"
87
+ Requires-Dist: boto3==1.42.97; extra == "frozen"
88
+ Requires-Dist: botocore==1.42.97; extra == "frozen"
89
89
  Requires-Dist: cadwyn==5.4.6; extra == "frozen"
90
90
  Requires-Dist: celery==5.6.3; extra == "frozen"
91
91
  Requires-Dist: certifi==2026.4.22; extra == "frozen"
@@ -99,18 +99,18 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
99
99
  Requires-Dist: contourpy==1.3.3; extra == "frozen"
100
100
  Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
101
101
  Requires-Dist: croniter==6.2.2; extra == "frozen"
102
- Requires-Dist: cryptography==46.0.7; extra == "frozen"
102
+ Requires-Dist: cryptography==47.0.0; extra == "frozen"
103
103
  Requires-Dist: cycler==0.12.1; extra == "frozen"
104
104
  Requires-Dist: decorator==5.2.1; extra == "frozen"
105
105
  Requires-Dist: dill==0.4.1; extra == "frozen"
106
106
  Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
107
- Requires-Dist: dkist-processing-common==14.0.1rc1; extra == "frozen"
107
+ Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
108
108
  Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
109
- Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
110
- Requires-Dist: dkist-processing-test==1.42.1rc1; extra == "frozen"
109
+ Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
110
+ Requires-Dist: dkist-processing-test==1.42.3; extra == "frozen"
111
111
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
112
112
  Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
113
- Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
113
+ Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
114
114
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
115
115
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
116
116
  Requires-Dist: fastapi==0.117.1; extra == "frozen"
@@ -124,14 +124,14 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
124
124
  Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
125
125
  Requires-Dist: gqlclient==2.0.0; extra == "frozen"
126
126
  Requires-Dist: greenback==1.3.0; extra == "frozen"
127
- Requires-Dist: greenlet==3.4.0; extra == "frozen"
127
+ Requires-Dist: greenlet==3.5.0; extra == "frozen"
128
128
  Requires-Dist: grpcio==1.80.0; extra == "frozen"
129
129
  Requires-Dist: h11==0.16.0; extra == "frozen"
130
130
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
131
131
  Requires-Dist: httptools==0.7.1; extra == "frozen"
132
132
  Requires-Dist: httpx==0.28.1; extra == "frozen"
133
133
  Requires-Dist: humanize==4.15.0; extra == "frozen"
134
- Requires-Dist: idna==3.12; extra == "frozen"
134
+ Requires-Dist: idna==3.13; extra == "frozen"
135
135
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
136
136
  Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
137
137
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
@@ -149,7 +149,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
149
149
  Requires-Dist: lockfile==0.12.2; extra == "frozen"
150
150
  Requires-Dist: loguru==0.7.3; extra == "frozen"
151
151
  Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
152
- Requires-Dist: matplotlib==3.10.8; extra == "frozen"
152
+ Requires-Dist: matplotlib==3.10.9; extra == "frozen"
153
153
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
154
154
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
155
155
  Requires-Dist: more-itertools==11.0.2; extra == "frozen"
@@ -161,39 +161,39 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
161
161
  Requires-Dist: numba==0.61.2; extra == "frozen"
162
162
  Requires-Dist: numpy==2.2.5; extra == "frozen"
163
163
  Requires-Dist: object-clerk==1.0.0; extra == "frozen"
164
- Requires-Dist: opentelemetry-api==1.41.0; extra == "frozen"
165
- Requires-Dist: opentelemetry-exporter-otlp==1.41.0; extra == "frozen"
166
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.0; extra == "frozen"
167
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.0; extra == "frozen"
168
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.0; extra == "frozen"
169
- Requires-Dist: opentelemetry-instrumentation==0.62b0; extra == "frozen"
170
- Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b0; extra == "frozen"
171
- Requires-Dist: opentelemetry-instrumentation-asgi==0.62b0; extra == "frozen"
172
- Requires-Dist: opentelemetry-instrumentation-botocore==0.62b0; extra == "frozen"
173
- Requires-Dist: opentelemetry-instrumentation-celery==0.62b0; extra == "frozen"
174
- Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b0; extra == "frozen"
175
- Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b0; extra == "frozen"
176
- Requires-Dist: opentelemetry-instrumentation-pika==0.62b0; extra == "frozen"
177
- Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b0; extra == "frozen"
178
- Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b0; extra == "frozen"
179
- Requires-Dist: opentelemetry-instrumentation-redis==0.62b0; extra == "frozen"
180
- Requires-Dist: opentelemetry-instrumentation-requests==0.62b0; extra == "frozen"
181
- Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b0; extra == "frozen"
182
- Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b0; extra == "frozen"
164
+ Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
165
+ Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
166
+ Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
167
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
168
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
169
+ Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
170
+ Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
171
+ Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
172
+ Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
173
+ Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
174
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
175
+ Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
176
+ Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
177
+ Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
178
+ Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
179
+ Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
180
+ Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
181
+ Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
182
+ Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
183
183
  Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
184
- Requires-Dist: opentelemetry-proto==1.41.0; extra == "frozen"
185
- Requires-Dist: opentelemetry-sdk==1.41.0; extra == "frozen"
186
- Requires-Dist: opentelemetry-semantic-conventions==0.62b0; extra == "frozen"
187
- Requires-Dist: opentelemetry-util-http==0.62b0; extra == "frozen"
184
+ Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
185
+ Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
186
+ Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
187
+ Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
188
188
  Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
189
- Requires-Dist: packaging==26.1; extra == "frozen"
189
+ Requires-Dist: packaging==26.2; extra == "frozen"
190
190
  Requires-Dist: pandas==3.0.2; extra == "frozen"
191
191
  Requires-Dist: parfive==2.3.1; extra == "frozen"
192
- Requires-Dist: pathspec==1.0.4; extra == "frozen"
192
+ Requires-Dist: pathspec==1.1.1; extra == "frozen"
193
193
  Requires-Dist: pendulum==3.2.0; extra == "frozen"
194
194
  Requires-Dist: pika==1.3.2; extra == "frozen"
195
195
  Requires-Dist: pillow==11.3.0; extra == "frozen"
196
- Requires-Dist: pip==26.0.1; extra == "frozen"
196
+ Requires-Dist: pip==26.1; extra == "frozen"
197
197
  Requires-Dist: platformdirs==4.9.6; extra == "frozen"
198
198
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
199
199
  Requires-Dist: pooch==1.9.0; extra == "frozen"
@@ -214,7 +214,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
214
214
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
215
215
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
216
216
  Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
217
- Requires-Dist: python-multipart==0.0.26; extra == "frozen"
217
+ Requires-Dist: python-multipart==0.0.27; extra == "frozen"
218
218
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
219
219
  Requires-Dist: pytz==2026.1.post1; extra == "frozen"
220
220
  Requires-Dist: redis==6.4.0; extra == "frozen"
@@ -224,7 +224,7 @@ Requires-Dist: rich==15.0.0; extra == "frozen"
224
224
  Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
225
225
  Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
226
226
  Requires-Dist: rpds-py==0.30.0; extra == "frozen"
227
- Requires-Dist: s3transfer==0.16.0; extra == "frozen"
227
+ Requires-Dist: s3transfer==0.16.1; extra == "frozen"
228
228
  Requires-Dist: scipy==1.17.1; extra == "frozen"
229
229
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
230
230
  Requires-Dist: setproctitle==1.3.7; extra == "frozen"
@@ -246,17 +246,17 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
246
246
  Requires-Dist: tornado==6.5.5; extra == "frozen"
247
247
  Requires-Dist: tqdm==4.67.3; extra == "frozen"
248
248
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
249
- Requires-Dist: typer==0.24.1; extra == "frozen"
249
+ Requires-Dist: typer==0.25.0; extra == "frozen"
250
250
  Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
251
251
  Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
252
- Requires-Dist: tzdata==2026.1; extra == "frozen"
252
+ Requires-Dist: tzdata==2026.2; extra == "frozen"
253
253
  Requires-Dist: tzlocal==5.3.1; extra == "frozen"
254
254
  Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
255
255
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
256
256
  Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
257
257
  Requires-Dist: urllib3==2.6.3; extra == "frozen"
258
258
  Requires-Dist: uuid6==2025.0.1; extra == "frozen"
259
- Requires-Dist: uvicorn==0.45.0; extra == "frozen"
259
+ Requires-Dist: uvicorn==0.46.0; extra == "frozen"
260
260
  Requires-Dist: uvloop==0.22.1; extra == "frozen"
261
261
  Requires-Dist: vine==5.1.0; extra == "frozen"
262
262
  Requires-Dist: voluptuous==0.16.0; extra == "frozen"
@@ -41,6 +41,11 @@ class WriteL1Data(WriteL1Frame):
41
41
  for i in range(1, header["NAXIS"] + 1):
42
42
  header[f"NBIN{i}"] = 1
43
43
 
44
+ # VBI stats header
45
+ header["VBICRI"] = 0.5
46
+ header["VBICRLEN"] = 300
47
+ header["VBICRMSC"] = 0.25
48
+
44
49
  return header
45
50
 
46
51
  def calculate_date_end(self, header: fits.Header) -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.42.1rc1
3
+ Version: 1.42.3
4
4
  Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD-3-Clause
@@ -12,10 +12,10 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.13
13
13
  Requires-Python: >=3.13
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==14.0.1rc1
15
+ Requires-Dist: dkist-processing-common==14.0.1
16
16
  Requires-Dist: dkist-header-validator==5.3.1
17
17
  Requires-Dist: dkist-service-configuration==4.3.0
18
- Requires-Dist: dkist-fits-specifications==4.24.1
18
+ Requires-Dist: dkist-fits-specifications==4.25.0
19
19
  Requires-Dist: numba==0.61.2
20
20
  Requires-Dist: astropy==7.0.2
21
21
  Requires-Dist: numpy==2.2.5
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
31
31
  Requires-Dist: dkist-processing-test[quality]; extra == "test"
32
32
  Provides-Extra: inventory
33
33
  Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
34
- Requires-Dist: dkist-inventory==1.11.6rc3; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.11.6; extra == "inventory"
35
35
  Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
- Requires-Dist: dkist-inventory[asdf]==1.11.6rc3; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.11.6; extra == "asdf"
38
38
  Provides-Extra: quality
39
39
  Requires-Dist: dkist-quality==2.0.1; extra == "quality"
40
40
  Provides-Extra: frozen
@@ -67,9 +67,9 @@ Requires-Dist: apache-airflow-core==3.1.8; extra == "frozen"
67
67
  Requires-Dist: apache-airflow-providers-celery==3.18.0; extra == "frozen"
68
68
  Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
69
69
  Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
70
- Requires-Dist: apache-airflow-providers-common-sql==1.34.0; extra == "frozen"
70
+ Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
71
71
  Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
72
- Requires-Dist: apache-airflow-providers-smtp==2.4.5; extra == "frozen"
72
+ Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
73
73
  Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
74
74
  Requires-Dist: apache-airflow-task-sdk==1.1.8; extra == "frozen"
75
75
  Requires-Dist: argcomplete==3.6.3; extra == "frozen"
@@ -79,13 +79,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
79
79
  Requires-Dist: asgiref==3.11.1; extra == "frozen"
80
80
  Requires-Dist: asteval==1.0.8; extra == "frozen"
81
81
  Requires-Dist: astropy==7.0.2; extra == "frozen"
82
- Requires-Dist: astropy-iers-data==0.2026.4.20.0.58.15; extra == "frozen"
82
+ Requires-Dist: astropy-iers-data==0.2026.4.27.1.3.2; extra == "frozen"
83
83
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
84
84
  Requires-Dist: attrs==26.1.0; extra == "frozen"
85
85
  Requires-Dist: babel==2.18.0; extra == "frozen"
86
86
  Requires-Dist: billiard==4.2.4; extra == "frozen"
87
- Requires-Dist: boto3==1.42.93; extra == "frozen"
88
- Requires-Dist: botocore==1.42.93; extra == "frozen"
87
+ Requires-Dist: boto3==1.42.97; extra == "frozen"
88
+ Requires-Dist: botocore==1.42.97; extra == "frozen"
89
89
  Requires-Dist: cadwyn==5.4.6; extra == "frozen"
90
90
  Requires-Dist: celery==5.6.3; extra == "frozen"
91
91
  Requires-Dist: certifi==2026.4.22; extra == "frozen"
@@ -99,18 +99,18 @@ Requires-Dist: colorlog==6.10.1; extra == "frozen"
99
99
  Requires-Dist: contourpy==1.3.3; extra == "frozen"
100
100
  Requires-Dist: cron_descriptor==2.0.8; extra == "frozen"
101
101
  Requires-Dist: croniter==6.2.2; extra == "frozen"
102
- Requires-Dist: cryptography==46.0.7; extra == "frozen"
102
+ Requires-Dist: cryptography==47.0.0; extra == "frozen"
103
103
  Requires-Dist: cycler==0.12.1; extra == "frozen"
104
104
  Requires-Dist: decorator==5.2.1; extra == "frozen"
105
105
  Requires-Dist: dill==0.4.1; extra == "frozen"
106
106
  Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
107
- Requires-Dist: dkist-processing-common==14.0.1rc1; extra == "frozen"
107
+ Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
108
108
  Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
109
- Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
110
- Requires-Dist: dkist-processing-test==1.42.1rc1; extra == "frozen"
109
+ Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
110
+ Requires-Dist: dkist-processing-test==1.42.3; extra == "frozen"
111
111
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
112
112
  Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
113
- Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
113
+ Requires-Dist: dkist_fits_specifications==4.25.0; extra == "frozen"
114
114
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
115
115
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
116
116
  Requires-Dist: fastapi==0.117.1; extra == "frozen"
@@ -124,14 +124,14 @@ Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
124
124
  Requires-Dist: googleapis-common-protos==1.74.0; extra == "frozen"
125
125
  Requires-Dist: gqlclient==2.0.0; extra == "frozen"
126
126
  Requires-Dist: greenback==1.3.0; extra == "frozen"
127
- Requires-Dist: greenlet==3.4.0; extra == "frozen"
127
+ Requires-Dist: greenlet==3.5.0; extra == "frozen"
128
128
  Requires-Dist: grpcio==1.80.0; extra == "frozen"
129
129
  Requires-Dist: h11==0.16.0; extra == "frozen"
130
130
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
131
131
  Requires-Dist: httptools==0.7.1; extra == "frozen"
132
132
  Requires-Dist: httpx==0.28.1; extra == "frozen"
133
133
  Requires-Dist: humanize==4.15.0; extra == "frozen"
134
- Requires-Dist: idna==3.12; extra == "frozen"
134
+ Requires-Dist: idna==3.13; extra == "frozen"
135
135
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
136
136
  Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
137
137
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
@@ -149,7 +149,7 @@ Requires-Dist: lmfit==1.3.4; extra == "frozen"
149
149
  Requires-Dist: lockfile==0.12.2; extra == "frozen"
150
150
  Requires-Dist: loguru==0.7.3; extra == "frozen"
151
151
  Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
152
- Requires-Dist: matplotlib==3.10.8; extra == "frozen"
152
+ Requires-Dist: matplotlib==3.10.9; extra == "frozen"
153
153
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
154
154
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
155
155
  Requires-Dist: more-itertools==11.0.2; extra == "frozen"
@@ -161,39 +161,39 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
161
161
  Requires-Dist: numba==0.61.2; extra == "frozen"
162
162
  Requires-Dist: numpy==2.2.5; extra == "frozen"
163
163
  Requires-Dist: object-clerk==1.0.0; extra == "frozen"
164
- Requires-Dist: opentelemetry-api==1.41.0; extra == "frozen"
165
- Requires-Dist: opentelemetry-exporter-otlp==1.41.0; extra == "frozen"
166
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.0; extra == "frozen"
167
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.0; extra == "frozen"
168
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.0; extra == "frozen"
169
- Requires-Dist: opentelemetry-instrumentation==0.62b0; extra == "frozen"
170
- Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b0; extra == "frozen"
171
- Requires-Dist: opentelemetry-instrumentation-asgi==0.62b0; extra == "frozen"
172
- Requires-Dist: opentelemetry-instrumentation-botocore==0.62b0; extra == "frozen"
173
- Requires-Dist: opentelemetry-instrumentation-celery==0.62b0; extra == "frozen"
174
- Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b0; extra == "frozen"
175
- Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b0; extra == "frozen"
176
- Requires-Dist: opentelemetry-instrumentation-pika==0.62b0; extra == "frozen"
177
- Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b0; extra == "frozen"
178
- Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b0; extra == "frozen"
179
- Requires-Dist: opentelemetry-instrumentation-redis==0.62b0; extra == "frozen"
180
- Requires-Dist: opentelemetry-instrumentation-requests==0.62b0; extra == "frozen"
181
- Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b0; extra == "frozen"
182
- Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b0; extra == "frozen"
164
+ Requires-Dist: opentelemetry-api==1.41.1; extra == "frozen"
165
+ Requires-Dist: opentelemetry-exporter-otlp==1.41.1; extra == "frozen"
166
+ Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.41.1; extra == "frozen"
167
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.41.1; extra == "frozen"
168
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.41.1; extra == "frozen"
169
+ Requires-Dist: opentelemetry-instrumentation==0.62b1; extra == "frozen"
170
+ Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.62b1; extra == "frozen"
171
+ Requires-Dist: opentelemetry-instrumentation-asgi==0.62b1; extra == "frozen"
172
+ Requires-Dist: opentelemetry-instrumentation-botocore==0.62b1; extra == "frozen"
173
+ Requires-Dist: opentelemetry-instrumentation-celery==0.62b1; extra == "frozen"
174
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.62b1; extra == "frozen"
175
+ Requires-Dist: opentelemetry-instrumentation-fastapi==0.62b1; extra == "frozen"
176
+ Requires-Dist: opentelemetry-instrumentation-pika==0.62b1; extra == "frozen"
177
+ Requires-Dist: opentelemetry-instrumentation-psycopg2==0.62b1; extra == "frozen"
178
+ Requires-Dist: opentelemetry-instrumentation-pymongo==0.62b1; extra == "frozen"
179
+ Requires-Dist: opentelemetry-instrumentation-redis==0.62b1; extra == "frozen"
180
+ Requires-Dist: opentelemetry-instrumentation-requests==0.62b1; extra == "frozen"
181
+ Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.62b1; extra == "frozen"
182
+ Requires-Dist: opentelemetry-instrumentation-system-metrics==0.62b1; extra == "frozen"
183
183
  Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
184
- Requires-Dist: opentelemetry-proto==1.41.0; extra == "frozen"
185
- Requires-Dist: opentelemetry-sdk==1.41.0; extra == "frozen"
186
- Requires-Dist: opentelemetry-semantic-conventions==0.62b0; extra == "frozen"
187
- Requires-Dist: opentelemetry-util-http==0.62b0; extra == "frozen"
184
+ Requires-Dist: opentelemetry-proto==1.41.1; extra == "frozen"
185
+ Requires-Dist: opentelemetry-sdk==1.41.1; extra == "frozen"
186
+ Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
187
+ Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
188
188
  Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
189
- Requires-Dist: packaging==26.1; extra == "frozen"
189
+ Requires-Dist: packaging==26.2; extra == "frozen"
190
190
  Requires-Dist: pandas==3.0.2; extra == "frozen"
191
191
  Requires-Dist: parfive==2.3.1; extra == "frozen"
192
- Requires-Dist: pathspec==1.0.4; extra == "frozen"
192
+ Requires-Dist: pathspec==1.1.1; extra == "frozen"
193
193
  Requires-Dist: pendulum==3.2.0; extra == "frozen"
194
194
  Requires-Dist: pika==1.3.2; extra == "frozen"
195
195
  Requires-Dist: pillow==11.3.0; extra == "frozen"
196
- Requires-Dist: pip==26.0.1; extra == "frozen"
196
+ Requires-Dist: pip==26.1; extra == "frozen"
197
197
  Requires-Dist: platformdirs==4.9.6; extra == "frozen"
198
198
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
199
199
  Requires-Dist: pooch==1.9.0; extra == "frozen"
@@ -214,7 +214,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
214
214
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
215
215
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
216
216
  Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
217
- Requires-Dist: python-multipart==0.0.26; extra == "frozen"
217
+ Requires-Dist: python-multipart==0.0.27; extra == "frozen"
218
218
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
219
219
  Requires-Dist: pytz==2026.1.post1; extra == "frozen"
220
220
  Requires-Dist: redis==6.4.0; extra == "frozen"
@@ -224,7 +224,7 @@ Requires-Dist: rich==15.0.0; extra == "frozen"
224
224
  Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
225
225
  Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
226
226
  Requires-Dist: rpds-py==0.30.0; extra == "frozen"
227
- Requires-Dist: s3transfer==0.16.0; extra == "frozen"
227
+ Requires-Dist: s3transfer==0.16.1; extra == "frozen"
228
228
  Requires-Dist: scipy==1.17.1; extra == "frozen"
229
229
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
230
230
  Requires-Dist: setproctitle==1.3.7; extra == "frozen"
@@ -246,17 +246,17 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
246
246
  Requires-Dist: tornado==6.5.5; extra == "frozen"
247
247
  Requires-Dist: tqdm==4.67.3; extra == "frozen"
248
248
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
249
- Requires-Dist: typer==0.24.1; extra == "frozen"
249
+ Requires-Dist: typer==0.25.0; extra == "frozen"
250
250
  Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
251
251
  Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
252
- Requires-Dist: tzdata==2026.1; extra == "frozen"
252
+ Requires-Dist: tzdata==2026.2; extra == "frozen"
253
253
  Requires-Dist: tzlocal==5.3.1; extra == "frozen"
254
254
  Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
255
255
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
256
256
  Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
257
257
  Requires-Dist: urllib3==2.6.3; extra == "frozen"
258
258
  Requires-Dist: uuid6==2025.0.1; extra == "frozen"
259
- Requires-Dist: uvicorn==0.45.0; extra == "frozen"
259
+ Requires-Dist: uvicorn==0.46.0; extra == "frozen"
260
260
  Requires-Dist: uvloop==0.22.1; extra == "frozen"
261
261
  Requires-Dist: vine==5.1.0; extra == "frozen"
262
262
  Requires-Dist: voluptuous==0.16.0; extra == "frozen"
@@ -1,7 +1,7 @@
1
- dkist-processing-common==14.0.1rc1
1
+ dkist-processing-common==14.0.1
2
2
  dkist-header-validator==5.3.1
3
3
  dkist-service-configuration==4.3.0
4
- dkist-fits-specifications==4.24.1
4
+ dkist-fits-specifications==4.25.0
5
5
  numba==0.61.2
6
6
  astropy==7.0.2
7
7
  numpy==2.2.5
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.1
9
9
 
10
10
  [asdf]
11
11
  dkist-processing-common[asdf]
12
- dkist-inventory[asdf]==1.11.6rc3
12
+ dkist-inventory[asdf]==1.11.6
13
13
 
14
14
  [frozen]
15
15
  Deprecated==1.3.1
@@ -41,9 +41,9 @@ apache-airflow-core==3.1.8
41
41
  apache-airflow-providers-celery==3.18.0
42
42
  apache-airflow-providers-common-compat==1.14.3
43
43
  apache-airflow-providers-common-io==1.7.2
44
- apache-airflow-providers-common-sql==1.34.0
44
+ apache-airflow-providers-common-sql==1.35.0
45
45
  apache-airflow-providers-postgres==6.6.3
46
- apache-airflow-providers-smtp==2.4.5
46
+ apache-airflow-providers-smtp==3.0.0
47
47
  apache-airflow-providers-standard==1.12.3
48
48
  apache-airflow-task-sdk==1.1.8
49
49
  argcomplete==3.6.3
@@ -53,13 +53,13 @@ asdf_transform_schemas==0.6.0
53
53
  asgiref==3.11.1
54
54
  asteval==1.0.8
55
55
  astropy==7.0.2
56
- astropy-iers-data==0.2026.4.20.0.58.15
56
+ astropy-iers-data==0.2026.4.27.1.3.2
57
57
  asyncpg==0.31.0
58
58
  attrs==26.1.0
59
59
  babel==2.18.0
60
60
  billiard==4.2.4
61
- boto3==1.42.93
62
- botocore==1.42.93
61
+ boto3==1.42.97
62
+ botocore==1.42.97
63
63
  cadwyn==5.4.6
64
64
  celery==5.6.3
65
65
  certifi==2026.4.22
@@ -73,18 +73,18 @@ colorlog==6.10.1
73
73
  contourpy==1.3.3
74
74
  cron_descriptor==2.0.8
75
75
  croniter==6.2.2
76
- cryptography==46.0.7
76
+ cryptography==47.0.0
77
77
  cycler==0.12.1
78
78
  decorator==5.2.1
79
79
  dill==0.4.1
80
80
  dkist-header-validator==5.3.1
81
- dkist-processing-common==14.0.1rc1
81
+ dkist-processing-common==14.0.1
82
82
  dkist-processing-core==7.2.1
83
- dkist-processing-pac==3.1.1
84
- dkist-processing-test==1.42.1rc1
83
+ dkist-processing-pac==3.1.2
84
+ dkist-processing-test==1.42.3
85
85
  dkist-service-configuration==4.3.0
86
86
  dkist-spectral-lines==3.0.1
87
- dkist_fits_specifications==4.24.1
87
+ dkist_fits_specifications==4.25.0
88
88
  dnspython==2.8.0
89
89
  email-validator==2.3.0
90
90
  fastapi==0.117.1
@@ -98,14 +98,14 @@ globus-sdk==4.5.0
98
98
  googleapis-common-protos==1.74.0
99
99
  gqlclient==2.0.0
100
100
  greenback==1.3.0
101
- greenlet==3.4.0
101
+ greenlet==3.5.0
102
102
  grpcio==1.80.0
103
103
  h11==0.16.0
104
104
  httpcore==1.0.9
105
105
  httptools==0.7.1
106
106
  httpx==0.28.1
107
107
  humanize==4.15.0
108
- idna==3.12
108
+ idna==3.13
109
109
  imageio-ffmpeg==0.6.0
110
110
  importlib_metadata==8.7.1
111
111
  itsdangerous==2.2.0
@@ -123,7 +123,7 @@ lmfit==1.3.4
123
123
  lockfile==0.12.2
124
124
  loguru==0.7.3
125
125
  markdown-it-py==4.0.0
126
- matplotlib==3.10.8
126
+ matplotlib==3.10.9
127
127
  mdurl==0.1.2
128
128
  methodtools==0.4.7
129
129
  more-itertools==11.0.2
@@ -135,39 +135,39 @@ nbformat==5.10.4
135
135
  numba==0.61.2
136
136
  numpy==2.2.5
137
137
  object-clerk==1.0.0
138
- opentelemetry-api==1.41.0
139
- opentelemetry-exporter-otlp==1.41.0
140
- opentelemetry-exporter-otlp-proto-common==1.41.0
141
- opentelemetry-exporter-otlp-proto-grpc==1.41.0
142
- opentelemetry-exporter-otlp-proto-http==1.41.0
143
- opentelemetry-instrumentation==0.62b0
144
- opentelemetry-instrumentation-aiohttp-client==0.62b0
145
- opentelemetry-instrumentation-asgi==0.62b0
146
- opentelemetry-instrumentation-botocore==0.62b0
147
- opentelemetry-instrumentation-celery==0.62b0
148
- opentelemetry-instrumentation-dbapi==0.62b0
149
- opentelemetry-instrumentation-fastapi==0.62b0
150
- opentelemetry-instrumentation-pika==0.62b0
151
- opentelemetry-instrumentation-psycopg2==0.62b0
152
- opentelemetry-instrumentation-pymongo==0.62b0
153
- opentelemetry-instrumentation-redis==0.62b0
154
- opentelemetry-instrumentation-requests==0.62b0
155
- opentelemetry-instrumentation-sqlalchemy==0.62b0
156
- opentelemetry-instrumentation-system-metrics==0.62b0
138
+ opentelemetry-api==1.41.1
139
+ opentelemetry-exporter-otlp==1.41.1
140
+ opentelemetry-exporter-otlp-proto-common==1.41.1
141
+ opentelemetry-exporter-otlp-proto-grpc==1.41.1
142
+ opentelemetry-exporter-otlp-proto-http==1.41.1
143
+ opentelemetry-instrumentation==0.62b1
144
+ opentelemetry-instrumentation-aiohttp-client==0.62b1
145
+ opentelemetry-instrumentation-asgi==0.62b1
146
+ opentelemetry-instrumentation-botocore==0.62b1
147
+ opentelemetry-instrumentation-celery==0.62b1
148
+ opentelemetry-instrumentation-dbapi==0.62b1
149
+ opentelemetry-instrumentation-fastapi==0.62b1
150
+ opentelemetry-instrumentation-pika==0.62b1
151
+ opentelemetry-instrumentation-psycopg2==0.62b1
152
+ opentelemetry-instrumentation-pymongo==0.62b1
153
+ opentelemetry-instrumentation-redis==0.62b1
154
+ opentelemetry-instrumentation-requests==0.62b1
155
+ opentelemetry-instrumentation-sqlalchemy==0.62b1
156
+ opentelemetry-instrumentation-system-metrics==0.62b1
157
157
  opentelemetry-propagator-aws-xray==1.0.2
158
- opentelemetry-proto==1.41.0
159
- opentelemetry-sdk==1.41.0
160
- opentelemetry-semantic-conventions==0.62b0
161
- opentelemetry-util-http==0.62b0
158
+ opentelemetry-proto==1.41.1
159
+ opentelemetry-sdk==1.41.1
160
+ opentelemetry-semantic-conventions==0.62b1
161
+ opentelemetry-util-http==0.62b1
162
162
  outcome==1.3.0.post0
163
- packaging==26.1
163
+ packaging==26.2
164
164
  pandas==3.0.2
165
165
  parfive==2.3.1
166
- pathspec==1.0.4
166
+ pathspec==1.1.1
167
167
  pendulum==3.2.0
168
168
  pika==1.3.2
169
169
  pillow==11.3.0
170
- pip==26.0.1
170
+ pip==26.1
171
171
  platformdirs==4.9.6
172
172
  pluggy==1.6.0
173
173
  pooch==1.9.0
@@ -188,7 +188,7 @@ pyparsing==3.3.2
188
188
  python-daemon==3.1.2
189
189
  python-dateutil==2.9.0.post0
190
190
  python-dotenv==1.2.2
191
- python-multipart==0.0.26
191
+ python-multipart==0.0.27
192
192
  python-slugify==8.0.4
193
193
  pytz==2026.1.post1
194
194
  redis==6.4.0
@@ -198,7 +198,7 @@ rich==15.0.0
198
198
  rich-argparse==1.7.2
199
199
  rich-toolkit==0.19.7
200
200
  rpds-py==0.30.0
201
- s3transfer==0.16.0
201
+ s3transfer==0.16.1
202
202
  scipy==1.17.1
203
203
  semantic-version==2.10.0
204
204
  setproctitle==1.3.7
@@ -220,17 +220,17 @@ text-unidecode==1.3
220
220
  tornado==6.5.5
221
221
  tqdm==4.67.3
222
222
  traitlets==5.14.3
223
- typer==0.24.1
223
+ typer==0.25.0
224
224
  typing-inspection==0.4.2
225
225
  typing_extensions==4.15.0
226
- tzdata==2026.1
226
+ tzdata==2026.2
227
227
  tzlocal==5.3.1
228
228
  uc-micro-py==2.0.0
229
229
  uncertainties==3.2.3
230
230
  universal_pathlib==0.2.6
231
231
  urllib3==2.6.3
232
232
  uuid6==2025.0.1
233
- uvicorn==0.45.0
233
+ uvicorn==0.46.0
234
234
  uvloop==0.22.1
235
235
  vine==5.1.0
236
236
  voluptuous==0.16.0
@@ -245,7 +245,7 @@ zipp==3.23.1
245
245
 
246
246
  [inventory]
247
247
  dkist-processing-common[inventory]
248
- dkist-inventory==1.11.6rc3
248
+ dkist-inventory==1.11.6
249
249
 
250
250
  [quality]
251
251
  dkist-quality==2.0.1
@@ -9,8 +9,8 @@ exclude = ["build*"]
9
9
 
10
10
  [tool.dkist-dev-tools]
11
11
  # Most recently frozen version by dkist-dev-tools
12
- version = "1.42.1rc1"
13
- date = 2026-04-22T10:01:13.817411
12
+ version = "1.42.3"
13
+ date = 2026-04-27T16:38:07.813864
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
@@ -26,10 +26,10 @@ classifiers = [
26
26
  "Programming Language :: Python :: 3.13",
27
27
  ]
28
28
  dependencies = [
29
- "dkist-processing-common == 14.0.1rc1",
29
+ "dkist-processing-common == 14.0.1",
30
30
  "dkist-header-validator == 5.3.1",
31
31
  "dkist-service-configuration == 4.3.0",
32
- "dkist-fits-specifications == 4.24.1",
32
+ "dkist-fits-specifications == 4.25.0",
33
33
  "numba == 0.61.2",
34
34
  "astropy == 7.0.2",
35
35
  "numpy == 2.2.5",
@@ -54,11 +54,11 @@ test = [
54
54
  ]
55
55
  inventory = [
56
56
  "dkist-processing-common[inventory]",
57
- "dkist-inventory==1.11.6rc3",
57
+ "dkist-inventory==1.11.6",
58
58
  ]
59
59
  asdf = [
60
60
  "dkist-processing-common[asdf]",
61
- "dkist-inventory[asdf]==1.11.6rc3",
61
+ "dkist-inventory[asdf]==1.11.6",
62
62
  ]
63
63
  quality = [
64
64
  "dkist-quality == 2.0.1",
@@ -93,9 +93,9 @@ frozen = [
93
93
  "apache-airflow-providers-celery == 3.18.0",
94
94
  "apache-airflow-providers-common-compat == 1.14.3",
95
95
  "apache-airflow-providers-common-io == 1.7.2",
96
- "apache-airflow-providers-common-sql == 1.34.0",
96
+ "apache-airflow-providers-common-sql == 1.35.0",
97
97
  "apache-airflow-providers-postgres == 6.6.3",
98
- "apache-airflow-providers-smtp == 2.4.5",
98
+ "apache-airflow-providers-smtp == 3.0.0",
99
99
  "apache-airflow-providers-standard == 1.12.3",
100
100
  "apache-airflow-task-sdk == 1.1.8",
101
101
  "argcomplete == 3.6.3",
@@ -105,13 +105,13 @@ frozen = [
105
105
  "asgiref == 3.11.1",
106
106
  "asteval == 1.0.8",
107
107
  "astropy == 7.0.2",
108
- "astropy-iers-data == 0.2026.4.20.0.58.15",
108
+ "astropy-iers-data == 0.2026.4.27.1.3.2",
109
109
  "asyncpg == 0.31.0",
110
110
  "attrs == 26.1.0",
111
111
  "babel == 2.18.0",
112
112
  "billiard == 4.2.4",
113
- "boto3 == 1.42.93",
114
- "botocore == 1.42.93",
113
+ "boto3 == 1.42.97",
114
+ "botocore == 1.42.97",
115
115
  "cadwyn == 5.4.6",
116
116
  "celery == 5.6.3",
117
117
  "certifi == 2026.4.22",
@@ -125,18 +125,18 @@ frozen = [
125
125
  "contourpy == 1.3.3",
126
126
  "cron_descriptor == 2.0.8",
127
127
  "croniter == 6.2.2",
128
- "cryptography == 46.0.7",
128
+ "cryptography == 47.0.0",
129
129
  "cycler == 0.12.1",
130
130
  "decorator == 5.2.1",
131
131
  "dill == 0.4.1",
132
132
  "dkist-header-validator == 5.3.1",
133
- "dkist-processing-common == 14.0.1rc1",
133
+ "dkist-processing-common == 14.0.1",
134
134
  "dkist-processing-core == 7.2.1",
135
- "dkist-processing-pac == 3.1.1",
136
- "dkist-processing-test == 1.42.1rc1",
135
+ "dkist-processing-pac == 3.1.2",
136
+ "dkist-processing-test == 1.42.3",
137
137
  "dkist-service-configuration == 4.3.0",
138
138
  "dkist-spectral-lines == 3.0.1",
139
- "dkist_fits_specifications == 4.24.1",
139
+ "dkist_fits_specifications == 4.25.0",
140
140
  "dnspython == 2.8.0",
141
141
  "email-validator == 2.3.0",
142
142
  "fastapi == 0.117.1",
@@ -150,14 +150,14 @@ frozen = [
150
150
  "googleapis-common-protos == 1.74.0",
151
151
  "gqlclient == 2.0.0",
152
152
  "greenback == 1.3.0",
153
- "greenlet == 3.4.0",
153
+ "greenlet == 3.5.0",
154
154
  "grpcio == 1.80.0",
155
155
  "h11 == 0.16.0",
156
156
  "httpcore == 1.0.9",
157
157
  "httptools == 0.7.1",
158
158
  "httpx == 0.28.1",
159
159
  "humanize == 4.15.0",
160
- "idna == 3.12",
160
+ "idna == 3.13",
161
161
  "imageio-ffmpeg == 0.6.0",
162
162
  "importlib_metadata == 8.7.1",
163
163
  "itsdangerous == 2.2.0",
@@ -175,7 +175,7 @@ frozen = [
175
175
  "lockfile == 0.12.2",
176
176
  "loguru == 0.7.3",
177
177
  "markdown-it-py == 4.0.0",
178
- "matplotlib == 3.10.8",
178
+ "matplotlib == 3.10.9",
179
179
  "mdurl == 0.1.2",
180
180
  "methodtools == 0.4.7",
181
181
  "more-itertools == 11.0.2",
@@ -187,39 +187,39 @@ frozen = [
187
187
  "numba == 0.61.2",
188
188
  "numpy == 2.2.5",
189
189
  "object-clerk == 1.0.0",
190
- "opentelemetry-api == 1.41.0",
191
- "opentelemetry-exporter-otlp == 1.41.0",
192
- "opentelemetry-exporter-otlp-proto-common == 1.41.0",
193
- "opentelemetry-exporter-otlp-proto-grpc == 1.41.0",
194
- "opentelemetry-exporter-otlp-proto-http == 1.41.0",
195
- "opentelemetry-instrumentation == 0.62b0",
196
- "opentelemetry-instrumentation-aiohttp-client == 0.62b0",
197
- "opentelemetry-instrumentation-asgi == 0.62b0",
198
- "opentelemetry-instrumentation-botocore == 0.62b0",
199
- "opentelemetry-instrumentation-celery == 0.62b0",
200
- "opentelemetry-instrumentation-dbapi == 0.62b0",
201
- "opentelemetry-instrumentation-fastapi == 0.62b0",
202
- "opentelemetry-instrumentation-pika == 0.62b0",
203
- "opentelemetry-instrumentation-psycopg2 == 0.62b0",
204
- "opentelemetry-instrumentation-pymongo == 0.62b0",
205
- "opentelemetry-instrumentation-redis == 0.62b0",
206
- "opentelemetry-instrumentation-requests == 0.62b0",
207
- "opentelemetry-instrumentation-sqlalchemy == 0.62b0",
208
- "opentelemetry-instrumentation-system-metrics == 0.62b0",
190
+ "opentelemetry-api == 1.41.1",
191
+ "opentelemetry-exporter-otlp == 1.41.1",
192
+ "opentelemetry-exporter-otlp-proto-common == 1.41.1",
193
+ "opentelemetry-exporter-otlp-proto-grpc == 1.41.1",
194
+ "opentelemetry-exporter-otlp-proto-http == 1.41.1",
195
+ "opentelemetry-instrumentation == 0.62b1",
196
+ "opentelemetry-instrumentation-aiohttp-client == 0.62b1",
197
+ "opentelemetry-instrumentation-asgi == 0.62b1",
198
+ "opentelemetry-instrumentation-botocore == 0.62b1",
199
+ "opentelemetry-instrumentation-celery == 0.62b1",
200
+ "opentelemetry-instrumentation-dbapi == 0.62b1",
201
+ "opentelemetry-instrumentation-fastapi == 0.62b1",
202
+ "opentelemetry-instrumentation-pika == 0.62b1",
203
+ "opentelemetry-instrumentation-psycopg2 == 0.62b1",
204
+ "opentelemetry-instrumentation-pymongo == 0.62b1",
205
+ "opentelemetry-instrumentation-redis == 0.62b1",
206
+ "opentelemetry-instrumentation-requests == 0.62b1",
207
+ "opentelemetry-instrumentation-sqlalchemy == 0.62b1",
208
+ "opentelemetry-instrumentation-system-metrics == 0.62b1",
209
209
  "opentelemetry-propagator-aws-xray == 1.0.2",
210
- "opentelemetry-proto == 1.41.0",
211
- "opentelemetry-sdk == 1.41.0",
212
- "opentelemetry-semantic-conventions == 0.62b0",
213
- "opentelemetry-util-http == 0.62b0",
210
+ "opentelemetry-proto == 1.41.1",
211
+ "opentelemetry-sdk == 1.41.1",
212
+ "opentelemetry-semantic-conventions == 0.62b1",
213
+ "opentelemetry-util-http == 0.62b1",
214
214
  "outcome == 1.3.0.post0",
215
- "packaging == 26.1",
215
+ "packaging == 26.2",
216
216
  "pandas == 3.0.2",
217
217
  "parfive == 2.3.1",
218
- "pathspec == 1.0.4",
218
+ "pathspec == 1.1.1",
219
219
  "pendulum == 3.2.0",
220
220
  "pika == 1.3.2",
221
221
  "pillow == 11.3.0",
222
- "pip == 26.0.1",
222
+ "pip == 26.1",
223
223
  "platformdirs == 4.9.6",
224
224
  "pluggy == 1.6.0",
225
225
  "pooch == 1.9.0",
@@ -240,7 +240,7 @@ frozen = [
240
240
  "python-daemon == 3.1.2",
241
241
  "python-dateutil == 2.9.0.post0",
242
242
  "python-dotenv == 1.2.2",
243
- "python-multipart == 0.0.26",
243
+ "python-multipart == 0.0.27",
244
244
  "python-slugify == 8.0.4",
245
245
  "pytz == 2026.1.post1",
246
246
  "redis == 6.4.0",
@@ -250,7 +250,7 @@ frozen = [
250
250
  "rich-argparse == 1.7.2",
251
251
  "rich-toolkit == 0.19.7",
252
252
  "rpds-py == 0.30.0",
253
- "s3transfer == 0.16.0",
253
+ "s3transfer == 0.16.1",
254
254
  "scipy == 1.17.1",
255
255
  "semantic-version == 2.10.0",
256
256
  "setproctitle == 1.3.7",
@@ -272,17 +272,17 @@ frozen = [
272
272
  "tornado == 6.5.5",
273
273
  "tqdm == 4.67.3",
274
274
  "traitlets == 5.14.3",
275
- "typer == 0.24.1",
275
+ "typer == 0.25.0",
276
276
  "typing-inspection == 0.4.2",
277
277
  "typing_extensions == 4.15.0",
278
- "tzdata == 2026.1",
278
+ "tzdata == 2026.2",
279
279
  "tzlocal == 5.3.1",
280
280
  "uc-micro-py == 2.0.0",
281
281
  "uncertainties == 3.2.3",
282
282
  "universal_pathlib == 0.2.6",
283
283
  "urllib3 == 2.6.3",
284
284
  "uuid6 == 2025.0.1",
285
- "uvicorn == 0.45.0",
285
+ "uvicorn == 0.46.0",
286
286
  "uvloop == 0.22.1",
287
287
  "vine == 5.1.0",
288
288
  "voluptuous == 0.16.0",