dkist-processing-test 1.34.1rc2__tar.gz → 1.34.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of dkist-processing-test might be problematic. Click here for more details.

Files changed (41) hide show
  1. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/.pre-commit-config.yaml +6 -6
  2. {dkist_processing_test-1.34.1rc2/dkist_processing_test.egg-info → dkist_processing_test-1.34.2}/PKG-INFO +30 -31
  3. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/__init__.py +0 -1
  4. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/config.py +1 -0
  5. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/exercise_numba.py +1 -0
  6. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/fail.py +1 -0
  7. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/fake_science.py +1 -0
  8. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/high_memory.py +1 -0
  9. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/noop.py +1 -0
  10. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/parse.py +1 -0
  11. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/quality.py +1 -0
  12. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tests/conftest.py +1 -0
  13. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tests/test_tasks.py +2 -1
  14. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tests/test_workflows.py +1 -0
  15. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/workflows/common_tasks.py +1 -0
  16. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/workflows/end_to_end.py +1 -0
  17. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/workflows/trial_end_to_end.py +1 -0
  18. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2/dkist_processing_test.egg-info}/PKG-INFO +30 -31
  19. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test.egg-info/requires.txt +29 -30
  20. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/pyproject.toml +40 -32
  21. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/.gitignore +0 -0
  22. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/.snyk +0 -0
  23. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/README.rst +0 -0
  24. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/bitbucket-pipelines.yml +0 -0
  25. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/models/__init__.py +0 -0
  26. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/models/constants.py +0 -0
  27. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/models/parameters.py +0 -0
  28. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/__init__.py +0 -0
  29. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/manual.py +1 -1
  30. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/movie.py +1 -1
  31. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tasks/write_l1.py +0 -0
  32. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/tests/__init__.py +0 -0
  33. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/workflows/__init__.py +0 -0
  34. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  35. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/workflows/fail.py +1 -1
  36. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/workflows/noop.py +1 -1
  37. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test/workflows/resource_queue.py +1 -1
  38. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  39. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  40. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/dkist_processing_test.egg-info/top_level.txt +0 -0
  41. {dkist_processing_test-1.34.1rc2 → dkist_processing_test-1.34.2}/setup.cfg +0 -0
@@ -2,7 +2,7 @@
2
2
  # See https://pre-commit.com/hooks.html for more hooks
3
3
  repos:
4
4
  - repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v2.4.0
5
+ rev: v5.0.0
6
6
  hooks:
7
7
  - id: trailing-whitespace
8
8
  - id: end-of-file-fixer
@@ -10,11 +10,11 @@ repos:
10
10
  - id: check-added-large-files
11
11
  - id: debug-statements
12
12
  - repo: https://github.com/psf/black
13
- rev: 22.3.0
13
+ rev: 25.1.0
14
14
  hooks:
15
15
  - id: black
16
- args: [ "-l 100" ]
17
- - repo: https://github.com/asottile/reorder_python_imports
18
- rev: v2.3.5
16
+ - repo: https://github.com/pycqa/isort
17
+ rev: 5.12.0
19
18
  hooks:
20
- - id: reorder-python-imports
19
+ - id: isort
20
+ name: isort (python)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.34.1rc2
3
+ Version: 1.34.2
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,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Requires-Python: >=3.11
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==11.2.1rc2
15
+ Requires-Dist: dkist-processing-common==11.3.0
16
16
  Requires-Dist: dkist-header-validator==5.2.1
17
17
  Requires-Dist: dkist-service-configuration==2.3.0
18
18
  Requires-Dist: dkist-fits-specifications==4.17.0
@@ -36,7 +36,7 @@ Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
37
  Requires-Dist: dkist-inventory[asdf]==1.9.0; extra == "asdf"
38
38
  Provides-Extra: quality
39
- Requires-Dist: dkist-quality==2.0.0rc1; extra == "quality"
39
+ Requires-Dist: dkist-quality==2.0.0; extra == "quality"
40
40
  Provides-Extra: frozen
41
41
  Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
42
42
  Requires-Dist: Deprecated==1.2.18; extra == "frozen"
@@ -58,14 +58,14 @@ Requires-Dist: PyYAML==6.0.2; extra == "frozen"
58
58
  Requires-Dist: Pygments==2.19.2; extra == "frozen"
59
59
  Requires-Dist: SQLAlchemy==1.4.54; extra == "frozen"
60
60
  Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
61
- Requires-Dist: SQLAlchemy-Utils==0.41.2; extra == "frozen"
61
+ Requires-Dist: SQLAlchemy-Utils==0.42.0; extra == "frozen"
62
62
  Requires-Dist: WTForms==3.2.1; extra == "frozen"
63
63
  Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
64
64
  Requires-Dist: aioftp==0.26.2; extra == "frozen"
65
65
  Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
66
66
  Requires-Dist: aiohttp==3.12.15; extra == "frozen"
67
67
  Requires-Dist: aiosignal==1.4.0; extra == "frozen"
68
- Requires-Dist: alembic==1.16.4; extra == "frozen"
68
+ Requires-Dist: alembic==1.16.5; extra == "frozen"
69
69
  Requires-Dist: amqp==5.3.1; extra == "frozen"
70
70
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
71
71
  Requires-Dist: anyio==4.10.0; extra == "frozen"
@@ -84,19 +84,19 @@ Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
84
84
  Requires-Dist: apispec==6.8.2; extra == "frozen"
85
85
  Requires-Dist: argcomplete==3.6.2; extra == "frozen"
86
86
  Requires-Dist: asdf==3.5.0; extra == "frozen"
87
- Requires-Dist: asdf_standard==1.3.0; extra == "frozen"
87
+ Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
88
88
  Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
89
89
  Requires-Dist: asgiref==3.9.1; extra == "frozen"
90
90
  Requires-Dist: asteval==1.0.6; extra == "frozen"
91
91
  Requires-Dist: astropy==7.0.2; extra == "frozen"
92
- Requires-Dist: astropy-iers-data==0.2025.8.11.0.41.9; extra == "frozen"
92
+ Requires-Dist: astropy-iers-data==0.2025.9.1.0.42.11; extra == "frozen"
93
93
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
94
94
  Requires-Dist: attrs==25.3.0; extra == "frozen"
95
95
  Requires-Dist: babel==2.17.0; extra == "frozen"
96
96
  Requires-Dist: billiard==4.2.1; extra == "frozen"
97
97
  Requires-Dist: blinker==1.9.0; extra == "frozen"
98
- Requires-Dist: boto3==1.40.7; extra == "frozen"
99
- Requires-Dist: botocore==1.40.7; extra == "frozen"
98
+ Requires-Dist: boto3==1.40.21; extra == "frozen"
99
+ Requires-Dist: botocore==1.40.21; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
101
  Requires-Dist: celery==5.5.3; extra == "frozen"
102
102
  Requires-Dist: certifi==2025.8.3; extra == "frozen"
@@ -111,41 +111,40 @@ Requires-Dist: colorama==0.4.6; extra == "frozen"
111
111
  Requires-Dist: colorlog==6.9.0; extra == "frozen"
112
112
  Requires-Dist: connexion==2.14.2; extra == "frozen"
113
113
  Requires-Dist: contourpy==1.3.3; extra == "frozen"
114
- Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
114
+ Requires-Dist: cron_descriptor==2.0.5; extra == "frozen"
115
115
  Requires-Dist: croniter==6.0.0; extra == "frozen"
116
- Requires-Dist: cryptography==45.0.6; extra == "frozen"
116
+ Requires-Dist: cryptography==45.0.7; extra == "frozen"
117
117
  Requires-Dist: cycler==0.12.1; extra == "frozen"
118
118
  Requires-Dist: dacite==1.9.2; extra == "frozen"
119
119
  Requires-Dist: decorator==5.2.1; extra == "frozen"
120
120
  Requires-Dist: dill==0.4.0; extra == "frozen"
121
121
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
122
- Requires-Dist: dkist-processing-common==11.2.1rc2; extra == "frozen"
122
+ Requires-Dist: dkist-processing-common==11.3.0; extra == "frozen"
123
123
  Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
125
- Requires-Dist: dkist-processing-test==1.34.1rc2; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.34.2; extra == "frozen"
126
126
  Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
127
127
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
128
128
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
129
129
  Requires-Dist: dnspython==2.7.0; extra == "frozen"
130
130
  Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
131
- Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
132
- Requires-Dist: email_validator==2.2.0; extra == "frozen"
133
- Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
131
+ Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
132
+ Requires-Dist: email-validator==2.3.0; extra == "frozen"
133
+ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
134
134
  Requires-Dist: flower==2.0.1; extra == "frozen"
135
- Requires-Dist: fonttools==4.59.0; extra == "frozen"
135
+ Requires-Dist: fonttools==4.59.2; extra == "frozen"
136
136
  Requires-Dist: frozenlist==1.7.0; extra == "frozen"
137
137
  Requires-Dist: fsspec==2025.7.0; extra == "frozen"
138
138
  Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
139
139
  Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
140
140
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
141
141
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
142
- Requires-Dist: greenlet==3.2.4; extra == "frozen"
143
142
  Requires-Dist: grpcio==1.74.0; extra == "frozen"
144
143
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
144
  Requires-Dist: h11==0.16.0; extra == "frozen"
146
145
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
147
146
  Requires-Dist: httpx==0.28.1; extra == "frozen"
148
- Requires-Dist: humanize==4.12.3; extra == "frozen"
147
+ Requires-Dist: humanize==4.13.0; extra == "frozen"
149
148
  Requires-Dist: idna==3.10; extra == "frozen"
150
149
  Requires-Dist: imageio==2.37.0; extra == "frozen"
151
150
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
@@ -153,12 +152,12 @@ Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
153
152
  Requires-Dist: inflection==0.5.1; extra == "frozen"
154
153
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
155
154
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
156
- Requires-Dist: jsonschema==4.25.0; extra == "frozen"
155
+ Requires-Dist: jsonschema==4.25.1; extra == "frozen"
157
156
  Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
158
157
  Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
159
158
  Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
160
159
  Requires-Dist: kombu==5.5.4; extra == "frozen"
161
- Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
160
+ Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
162
161
  Requires-Dist: limits==5.5.0; extra == "frozen"
163
162
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
164
163
  Requires-Dist: llvmlite==0.44.0; extra == "frozen"
@@ -169,11 +168,11 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
169
168
  Requires-Dist: marshmallow==3.26.1; extra == "frozen"
170
169
  Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
171
170
  Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
172
- Requires-Dist: matplotlib==3.10.5; extra == "frozen"
171
+ Requires-Dist: matplotlib==3.10.6; extra == "frozen"
173
172
  Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
174
173
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
175
174
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
176
- Requires-Dist: more-itertools==10.7.0; extra == "frozen"
175
+ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
177
176
  Requires-Dist: moviepy==2.2.1; extra == "frozen"
178
177
  Requires-Dist: multidict==6.6.4; extra == "frozen"
179
178
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
@@ -190,22 +189,22 @@ Requires-Dist: opentelemetry-sdk==1.36.0; extra == "frozen"
190
189
  Requires-Dist: opentelemetry-semantic-conventions==0.57b0; extra == "frozen"
191
190
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
192
191
  Requires-Dist: packaging==25.0; extra == "frozen"
193
- Requires-Dist: pandas==2.3.1; extra == "frozen"
192
+ Requires-Dist: pandas==2.3.2; extra == "frozen"
194
193
  Requires-Dist: parfive==2.2.0; extra == "frozen"
195
194
  Requires-Dist: pathspec==0.12.1; extra == "frozen"
196
195
  Requires-Dist: pendulum==3.1.0; extra == "frozen"
197
196
  Requires-Dist: pika==1.3.2; extra == "frozen"
198
197
  Requires-Dist: pillow==11.3.0; extra == "frozen"
199
198
  Requires-Dist: pip==25.2; extra == "frozen"
200
- Requires-Dist: platformdirs==4.3.8; extra == "frozen"
199
+ Requires-Dist: platformdirs==4.4.0; extra == "frozen"
201
200
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
202
201
  Requires-Dist: pooch==1.8.2; extra == "frozen"
203
202
  Requires-Dist: prison==0.2.1; extra == "frozen"
204
203
  Requires-Dist: proglog==0.1.12; extra == "frozen"
205
204
  Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
206
- Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
205
+ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
207
206
  Requires-Dist: propcache==0.3.2; extra == "frozen"
208
- Requires-Dist: protobuf==6.31.1; extra == "frozen"
207
+ Requires-Dist: protobuf==6.32.0; extra == "frozen"
209
208
  Requires-Dist: psutil==7.0.0; extra == "frozen"
210
209
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
211
210
  Requires-Dist: py==1.11.0; extra == "frozen"
@@ -223,13 +222,13 @@ Requires-Dist: python-slugify==8.0.4; extra == "frozen"
223
222
  Requires-Dist: pytz==2025.2; extra == "frozen"
224
223
  Requires-Dist: redis==4.6.0; extra == "frozen"
225
224
  Requires-Dist: referencing==0.36.2; extra == "frozen"
226
- Requires-Dist: requests==2.32.4; extra == "frozen"
225
+ Requires-Dist: requests==2.32.5; extra == "frozen"
227
226
  Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
228
227
  Requires-Dist: retry==0.9.2; extra == "frozen"
229
228
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
230
229
  Requires-Dist: rich==13.9.4; extra == "frozen"
231
230
  Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
232
- Requires-Dist: rpds-py==0.27.0; extra == "frozen"
231
+ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
233
232
  Requires-Dist: s3transfer==0.13.1; extra == "frozen"
234
233
  Requires-Dist: scipy==1.16.1; extra == "frozen"
235
234
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
@@ -250,7 +249,7 @@ Requires-Dist: tornado==6.5.2; extra == "frozen"
250
249
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
251
250
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
252
251
  Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
253
- Requires-Dist: typing_extensions==4.14.1; extra == "frozen"
252
+ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
254
253
  Requires-Dist: tzdata==2025.2; extra == "frozen"
255
254
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
256
255
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
@@ -260,7 +259,7 @@ Requires-Dist: vine==5.1.0; extra == "frozen"
260
259
  Requires-Dist: voluptuous==0.15.2; extra == "frozen"
261
260
  Requires-Dist: wcwidth==0.2.13; extra == "frozen"
262
261
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
263
- Requires-Dist: wrapt==1.17.2; extra == "frozen"
262
+ Requires-Dist: wrapt==1.17.3; extra == "frozen"
264
263
  Requires-Dist: yamale==6.0.0; extra == "frozen"
265
264
  Requires-Dist: yarl==1.20.1; extra == "frozen"
266
265
  Requires-Dist: zipp==3.23.0; extra == "frozen"
@@ -3,7 +3,6 @@ from importlib.metadata import version
3
3
 
4
4
  from dkist_service_configuration.logging import logger # first import to call logging.BasicConfig
5
5
 
6
-
7
6
  try:
8
7
  __version__ = version(distribution_name=__name__)
9
8
  except PackageNotFoundError:
@@ -1,4 +1,5 @@
1
1
  """Configurations for the dkist-processing-test package."""
2
+
2
3
  from dkist_processing_common.config import DKISTProcessingCommonConfiguration
3
4
 
4
5
 
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Basic exercising of numba
3
3
  """
4
+
4
5
  import timeit
5
6
 
6
7
  import numpy as np
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Test task for infrastructure integration that will always fail
3
3
  """
4
+
4
5
  from dkist_processing_core import TaskBase
5
6
 
6
7
  __all__ = ["FailTask"]
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Fake science task
3
3
  """
4
+
4
5
  import numpy as np
5
6
  from astropy.io import fits
6
7
  from dkist_processing_common.codecs.fits import fits_array_encoder
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Test task for the 'high_memory' resource queue
3
3
  """
4
+
4
5
  from time import sleep
5
6
 
6
7
  from dkist_processing_core import TaskBase
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Test task for infrastructure integration
3
3
  """
4
+
4
5
  from dkist_processing_core import TaskBase
5
6
 
6
7
  __all__ = ["NoOpTask", "NoOpTask2"]
@@ -1,4 +1,5 @@
1
1
  """Parse Task definition."""
2
+
2
3
  from typing import TypeVar
3
4
 
4
5
  from dkist_processing_common.models.constants import BudName
@@ -1,4 +1,5 @@
1
1
  """Quality task definition."""
2
+
2
3
  from typing import Iterable
3
4
  from typing import Type
4
5
 
@@ -1,4 +1,5 @@
1
1
  """Global test fixture configuration"""
2
+
2
3
  from random import randint
3
4
 
4
5
  import numpy as np
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Tests for the tasks defined in this repo
3
3
  """
4
+
4
5
  import json
5
6
  from dataclasses import asdict
6
7
  from dataclasses import dataclass
@@ -45,8 +46,8 @@ from dkist_processing_test.tasks.movie import AssembleTestMovie
45
46
  from dkist_processing_test.tasks.movie import MakeTestMovieFrames
46
47
  from dkist_processing_test.tasks.noop import NoOpTask
47
48
  from dkist_processing_test.tasks.write_l1 import WriteL1Data
48
- from dkist_processing_test.tests.conftest import generate_214_l0_fits_frame
49
49
  from dkist_processing_test.tests.conftest import S122Headers
50
+ from dkist_processing_test.tests.conftest import generate_214_l0_fits_frame
50
51
 
51
52
 
52
53
  @dataclass
@@ -1,4 +1,5 @@
1
1
  """Test integrity of workflows."""
2
+
2
3
  from dkist_processing_core.build_utils import validate_workflows
3
4
 
4
5
  from dkist_processing_test import workflows
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Workflow which exercises the common tasks in an end to end scenario
3
3
  """
4
+
4
5
  from dkist_processing_common.tasks import CreateTrialAsdf
5
6
  from dkist_processing_common.tasks import CreateTrialDatasetInventory
6
7
  from dkist_processing_common.tasks import CreateTrialQualityReport
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Workflow which exercises the common tasks in an end to end scenario
3
3
  """
4
+
4
5
  from dkist_processing_common.tasks import PublishCatalogAndQualityMessages
5
6
  from dkist_processing_common.tasks import QualityL1Metrics
6
7
  from dkist_processing_common.tasks import SubmitDatasetMetadata
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Workflow which exercises the common tasks end to end in a trial scenario
3
3
  """
4
+
4
5
  from dkist_processing_common.tasks import CreateTrialAsdf
5
6
  from dkist_processing_common.tasks import CreateTrialDatasetInventory
6
7
  from dkist_processing_common.tasks import CreateTrialQualityReport
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.34.1rc2
3
+ Version: 1.34.2
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,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Requires-Python: >=3.11
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==11.2.1rc2
15
+ Requires-Dist: dkist-processing-common==11.3.0
16
16
  Requires-Dist: dkist-header-validator==5.2.1
17
17
  Requires-Dist: dkist-service-configuration==2.3.0
18
18
  Requires-Dist: dkist-fits-specifications==4.17.0
@@ -36,7 +36,7 @@ Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
37
  Requires-Dist: dkist-inventory[asdf]==1.9.0; extra == "asdf"
38
38
  Provides-Extra: quality
39
- Requires-Dist: dkist-quality==2.0.0rc1; extra == "quality"
39
+ Requires-Dist: dkist-quality==2.0.0; extra == "quality"
40
40
  Provides-Extra: frozen
41
41
  Requires-Dist: ConfigUpdater==3.2; extra == "frozen"
42
42
  Requires-Dist: Deprecated==1.2.18; extra == "frozen"
@@ -58,14 +58,14 @@ Requires-Dist: PyYAML==6.0.2; extra == "frozen"
58
58
  Requires-Dist: Pygments==2.19.2; extra == "frozen"
59
59
  Requires-Dist: SQLAlchemy==1.4.54; extra == "frozen"
60
60
  Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
61
- Requires-Dist: SQLAlchemy-Utils==0.41.2; extra == "frozen"
61
+ Requires-Dist: SQLAlchemy-Utils==0.42.0; extra == "frozen"
62
62
  Requires-Dist: WTForms==3.2.1; extra == "frozen"
63
63
  Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
64
64
  Requires-Dist: aioftp==0.26.2; extra == "frozen"
65
65
  Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
66
66
  Requires-Dist: aiohttp==3.12.15; extra == "frozen"
67
67
  Requires-Dist: aiosignal==1.4.0; extra == "frozen"
68
- Requires-Dist: alembic==1.16.4; extra == "frozen"
68
+ Requires-Dist: alembic==1.16.5; extra == "frozen"
69
69
  Requires-Dist: amqp==5.3.1; extra == "frozen"
70
70
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
71
71
  Requires-Dist: anyio==4.10.0; extra == "frozen"
@@ -84,19 +84,19 @@ Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
84
84
  Requires-Dist: apispec==6.8.2; extra == "frozen"
85
85
  Requires-Dist: argcomplete==3.6.2; extra == "frozen"
86
86
  Requires-Dist: asdf==3.5.0; extra == "frozen"
87
- Requires-Dist: asdf_standard==1.3.0; extra == "frozen"
87
+ Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
88
88
  Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
89
89
  Requires-Dist: asgiref==3.9.1; extra == "frozen"
90
90
  Requires-Dist: asteval==1.0.6; extra == "frozen"
91
91
  Requires-Dist: astropy==7.0.2; extra == "frozen"
92
- Requires-Dist: astropy-iers-data==0.2025.8.11.0.41.9; extra == "frozen"
92
+ Requires-Dist: astropy-iers-data==0.2025.9.1.0.42.11; extra == "frozen"
93
93
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
94
94
  Requires-Dist: attrs==25.3.0; extra == "frozen"
95
95
  Requires-Dist: babel==2.17.0; extra == "frozen"
96
96
  Requires-Dist: billiard==4.2.1; extra == "frozen"
97
97
  Requires-Dist: blinker==1.9.0; extra == "frozen"
98
- Requires-Dist: boto3==1.40.7; extra == "frozen"
99
- Requires-Dist: botocore==1.40.7; extra == "frozen"
98
+ Requires-Dist: boto3==1.40.21; extra == "frozen"
99
+ Requires-Dist: botocore==1.40.21; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
101
  Requires-Dist: celery==5.5.3; extra == "frozen"
102
102
  Requires-Dist: certifi==2025.8.3; extra == "frozen"
@@ -111,41 +111,40 @@ Requires-Dist: colorama==0.4.6; extra == "frozen"
111
111
  Requires-Dist: colorlog==6.9.0; extra == "frozen"
112
112
  Requires-Dist: connexion==2.14.2; extra == "frozen"
113
113
  Requires-Dist: contourpy==1.3.3; extra == "frozen"
114
- Requires-Dist: cron-descriptor==1.4.5; extra == "frozen"
114
+ Requires-Dist: cron_descriptor==2.0.5; extra == "frozen"
115
115
  Requires-Dist: croniter==6.0.0; extra == "frozen"
116
- Requires-Dist: cryptography==45.0.6; extra == "frozen"
116
+ Requires-Dist: cryptography==45.0.7; extra == "frozen"
117
117
  Requires-Dist: cycler==0.12.1; extra == "frozen"
118
118
  Requires-Dist: dacite==1.9.2; extra == "frozen"
119
119
  Requires-Dist: decorator==5.2.1; extra == "frozen"
120
120
  Requires-Dist: dill==0.4.0; extra == "frozen"
121
121
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
122
- Requires-Dist: dkist-processing-common==11.2.1rc2; extra == "frozen"
122
+ Requires-Dist: dkist-processing-common==11.3.0; extra == "frozen"
123
123
  Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
125
- Requires-Dist: dkist-processing-test==1.34.1rc2; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.34.2; extra == "frozen"
126
126
  Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
127
127
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
128
128
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
129
129
  Requires-Dist: dnspython==2.7.0; extra == "frozen"
130
130
  Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
131
- Requires-Dist: elastic-apm==6.23.0; extra == "frozen"
132
- Requires-Dist: email_validator==2.2.0; extra == "frozen"
133
- Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
131
+ Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
132
+ Requires-Dist: email-validator==2.3.0; extra == "frozen"
133
+ Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
134
134
  Requires-Dist: flower==2.0.1; extra == "frozen"
135
- Requires-Dist: fonttools==4.59.0; extra == "frozen"
135
+ Requires-Dist: fonttools==4.59.2; extra == "frozen"
136
136
  Requires-Dist: frozenlist==1.7.0; extra == "frozen"
137
137
  Requires-Dist: fsspec==2025.7.0; extra == "frozen"
138
138
  Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
139
139
  Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
140
140
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
141
141
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
142
- Requires-Dist: greenlet==3.2.4; extra == "frozen"
143
142
  Requires-Dist: grpcio==1.74.0; extra == "frozen"
144
143
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
144
  Requires-Dist: h11==0.16.0; extra == "frozen"
146
145
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
147
146
  Requires-Dist: httpx==0.28.1; extra == "frozen"
148
- Requires-Dist: humanize==4.12.3; extra == "frozen"
147
+ Requires-Dist: humanize==4.13.0; extra == "frozen"
149
148
  Requires-Dist: idna==3.10; extra == "frozen"
150
149
  Requires-Dist: imageio==2.37.0; extra == "frozen"
151
150
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
@@ -153,12 +152,12 @@ Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
153
152
  Requires-Dist: inflection==0.5.1; extra == "frozen"
154
153
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
155
154
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
156
- Requires-Dist: jsonschema==4.25.0; extra == "frozen"
155
+ Requires-Dist: jsonschema==4.25.1; extra == "frozen"
157
156
  Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
158
157
  Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
159
158
  Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
160
159
  Requires-Dist: kombu==5.5.4; extra == "frozen"
161
- Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
160
+ Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
162
161
  Requires-Dist: limits==5.5.0; extra == "frozen"
163
162
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
164
163
  Requires-Dist: llvmlite==0.44.0; extra == "frozen"
@@ -169,11 +168,11 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
169
168
  Requires-Dist: marshmallow==3.26.1; extra == "frozen"
170
169
  Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
171
170
  Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
172
- Requires-Dist: matplotlib==3.10.5; extra == "frozen"
171
+ Requires-Dist: matplotlib==3.10.6; extra == "frozen"
173
172
  Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
174
173
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
175
174
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
176
- Requires-Dist: more-itertools==10.7.0; extra == "frozen"
175
+ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
177
176
  Requires-Dist: moviepy==2.2.1; extra == "frozen"
178
177
  Requires-Dist: multidict==6.6.4; extra == "frozen"
179
178
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
@@ -190,22 +189,22 @@ Requires-Dist: opentelemetry-sdk==1.36.0; extra == "frozen"
190
189
  Requires-Dist: opentelemetry-semantic-conventions==0.57b0; extra == "frozen"
191
190
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
192
191
  Requires-Dist: packaging==25.0; extra == "frozen"
193
- Requires-Dist: pandas==2.3.1; extra == "frozen"
192
+ Requires-Dist: pandas==2.3.2; extra == "frozen"
194
193
  Requires-Dist: parfive==2.2.0; extra == "frozen"
195
194
  Requires-Dist: pathspec==0.12.1; extra == "frozen"
196
195
  Requires-Dist: pendulum==3.1.0; extra == "frozen"
197
196
  Requires-Dist: pika==1.3.2; extra == "frozen"
198
197
  Requires-Dist: pillow==11.3.0; extra == "frozen"
199
198
  Requires-Dist: pip==25.2; extra == "frozen"
200
- Requires-Dist: platformdirs==4.3.8; extra == "frozen"
199
+ Requires-Dist: platformdirs==4.4.0; extra == "frozen"
201
200
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
202
201
  Requires-Dist: pooch==1.8.2; extra == "frozen"
203
202
  Requires-Dist: prison==0.2.1; extra == "frozen"
204
203
  Requires-Dist: proglog==0.1.12; extra == "frozen"
205
204
  Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
206
- Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
205
+ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
207
206
  Requires-Dist: propcache==0.3.2; extra == "frozen"
208
- Requires-Dist: protobuf==6.31.1; extra == "frozen"
207
+ Requires-Dist: protobuf==6.32.0; extra == "frozen"
209
208
  Requires-Dist: psutil==7.0.0; extra == "frozen"
210
209
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
211
210
  Requires-Dist: py==1.11.0; extra == "frozen"
@@ -223,13 +222,13 @@ Requires-Dist: python-slugify==8.0.4; extra == "frozen"
223
222
  Requires-Dist: pytz==2025.2; extra == "frozen"
224
223
  Requires-Dist: redis==4.6.0; extra == "frozen"
225
224
  Requires-Dist: referencing==0.36.2; extra == "frozen"
226
- Requires-Dist: requests==2.32.4; extra == "frozen"
225
+ Requires-Dist: requests==2.32.5; extra == "frozen"
227
226
  Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
228
227
  Requires-Dist: retry==0.9.2; extra == "frozen"
229
228
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
230
229
  Requires-Dist: rich==13.9.4; extra == "frozen"
231
230
  Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
232
- Requires-Dist: rpds-py==0.27.0; extra == "frozen"
231
+ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
233
232
  Requires-Dist: s3transfer==0.13.1; extra == "frozen"
234
233
  Requires-Dist: scipy==1.16.1; extra == "frozen"
235
234
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
@@ -250,7 +249,7 @@ Requires-Dist: tornado==6.5.2; extra == "frozen"
250
249
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
251
250
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
252
251
  Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
253
- Requires-Dist: typing_extensions==4.14.1; extra == "frozen"
252
+ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
254
253
  Requires-Dist: tzdata==2025.2; extra == "frozen"
255
254
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
256
255
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
@@ -260,7 +259,7 @@ Requires-Dist: vine==5.1.0; extra == "frozen"
260
259
  Requires-Dist: voluptuous==0.15.2; extra == "frozen"
261
260
  Requires-Dist: wcwidth==0.2.13; extra == "frozen"
262
261
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
263
- Requires-Dist: wrapt==1.17.2; extra == "frozen"
262
+ Requires-Dist: wrapt==1.17.3; extra == "frozen"
264
263
  Requires-Dist: yamale==6.0.0; extra == "frozen"
265
264
  Requires-Dist: yarl==1.20.1; extra == "frozen"
266
265
  Requires-Dist: zipp==3.23.0; extra == "frozen"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==11.2.1rc2
1
+ dkist-processing-common==11.3.0
2
2
  dkist-header-validator==5.2.1
3
3
  dkist-service-configuration==2.3.0
4
4
  dkist-fits-specifications==4.17.0
@@ -32,14 +32,14 @@ PyYAML==6.0.2
32
32
  Pygments==2.19.2
33
33
  SQLAlchemy==1.4.54
34
34
  SQLAlchemy-JSONField==1.0.2
35
- SQLAlchemy-Utils==0.41.2
35
+ SQLAlchemy-Utils==0.42.0
36
36
  WTForms==3.2.1
37
37
  Werkzeug==2.2.3
38
38
  aioftp==0.26.2
39
39
  aiohappyeyeballs==2.6.1
40
40
  aiohttp==3.12.15
41
41
  aiosignal==1.4.0
42
- alembic==1.16.4
42
+ alembic==1.16.5
43
43
  amqp==5.3.1
44
44
  annotated-types==0.7.0
45
45
  anyio==4.10.0
@@ -58,19 +58,19 @@ apache-airflow-providers-sqlite==4.1.2
58
58
  apispec==6.8.2
59
59
  argcomplete==3.6.2
60
60
  asdf==3.5.0
61
- asdf_standard==1.3.0
61
+ asdf_standard==1.4.0
62
62
  asdf_transform_schemas==0.6.0
63
63
  asgiref==3.9.1
64
64
  asteval==1.0.6
65
65
  astropy==7.0.2
66
- astropy-iers-data==0.2025.8.11.0.41.9
66
+ astropy-iers-data==0.2025.9.1.0.42.11
67
67
  asyncpg==0.30.0
68
68
  attrs==25.3.0
69
69
  babel==2.17.0
70
70
  billiard==4.2.1
71
71
  blinker==1.9.0
72
- boto3==1.40.7
73
- botocore==1.40.7
72
+ boto3==1.40.21
73
+ botocore==1.40.21
74
74
  cachelib==0.13.0
75
75
  celery==5.5.3
76
76
  certifi==2025.8.3
@@ -85,41 +85,40 @@ colorama==0.4.6
85
85
  colorlog==6.9.0
86
86
  connexion==2.14.2
87
87
  contourpy==1.3.3
88
- cron-descriptor==1.4.5
88
+ cron_descriptor==2.0.5
89
89
  croniter==6.0.0
90
- cryptography==45.0.6
90
+ cryptography==45.0.7
91
91
  cycler==0.12.1
92
92
  dacite==1.9.2
93
93
  decorator==5.2.1
94
94
  dill==0.4.0
95
95
  dkist-header-validator==5.2.1
96
- dkist-processing-common==11.2.1rc2
96
+ dkist-processing-common==11.3.0
97
97
  dkist-processing-core==5.1.1
98
98
  dkist-processing-pac==3.1.1
99
- dkist-processing-test==1.34.1rc2
99
+ dkist-processing-test==1.34.2
100
100
  dkist-service-configuration==2.3.0
101
101
  dkist-spectral-lines==3.0.0
102
102
  dkist_fits_specifications==4.17.0
103
103
  dnspython==2.7.0
104
104
  ecs-logging==2.2.0
105
- elastic-apm==6.23.0
106
- email_validator==2.2.0
107
- fastjsonschema==2.21.1
105
+ elastic-apm==6.24.0
106
+ email-validator==2.3.0
107
+ fastjsonschema==2.21.2
108
108
  flower==2.0.1
109
- fonttools==4.59.0
109
+ fonttools==4.59.2
110
110
  frozenlist==1.7.0
111
111
  fsspec==2025.7.0
112
112
  globus-sdk==3.62.0
113
113
  google-re2==1.1.20250805
114
114
  googleapis-common-protos==1.70.0
115
115
  gqlclient==1.2.3
116
- greenlet==3.2.4
117
116
  grpcio==1.74.0
118
117
  gunicorn==23.0.0
119
118
  h11==0.16.0
120
119
  httpcore==1.0.9
121
120
  httpx==0.28.1
122
- humanize==4.12.3
121
+ humanize==4.13.0
123
122
  idna==3.10
124
123
  imageio==2.37.0
125
124
  imageio-ffmpeg==0.6.0
@@ -127,12 +126,12 @@ importlib_metadata==8.7.0
127
126
  inflection==0.5.1
128
127
  itsdangerous==2.2.0
129
128
  jmespath==1.0.1
130
- jsonschema==4.25.0
129
+ jsonschema==4.25.1
131
130
  jsonschema-specifications==2025.4.1
132
131
  jupyter_core==5.8.1
133
132
  kiwisolver==1.4.9
134
133
  kombu==5.5.4
135
- lazy-object-proxy==1.11.0
134
+ lazy-object-proxy==1.12.0
136
135
  limits==5.5.0
137
136
  linkify-it-py==2.0.3
138
137
  llvmlite==0.44.0
@@ -143,11 +142,11 @@ markdown-it-py==4.0.0
143
142
  marshmallow==3.26.1
144
143
  marshmallow-oneofschema==3.2.0
145
144
  marshmallow-sqlalchemy==0.28.2
146
- matplotlib==3.10.5
145
+ matplotlib==3.10.6
147
146
  mdit-py-plugins==0.5.0
148
147
  mdurl==0.1.2
149
148
  methodtools==0.4.7
150
- more-itertools==10.7.0
149
+ more-itertools==10.8.0
151
150
  moviepy==2.2.1
152
151
  multidict==6.6.4
153
152
  nbformat==5.10.4
@@ -164,22 +163,22 @@ opentelemetry-sdk==1.36.0
164
163
  opentelemetry-semantic-conventions==0.57b0
165
164
  ordered-set==4.1.0
166
165
  packaging==25.0
167
- pandas==2.3.1
166
+ pandas==2.3.2
168
167
  parfive==2.2.0
169
168
  pathspec==0.12.1
170
169
  pendulum==3.1.0
171
170
  pika==1.3.2
172
171
  pillow==11.3.0
173
172
  pip==25.2
174
- platformdirs==4.3.8
173
+ platformdirs==4.4.0
175
174
  pluggy==1.6.0
176
175
  pooch==1.8.2
177
176
  prison==0.2.1
178
177
  proglog==0.1.12
179
178
  prometheus_client==0.22.1
180
- prompt_toolkit==3.0.51
179
+ prompt_toolkit==3.0.52
181
180
  propcache==0.3.2
182
- protobuf==6.31.1
181
+ protobuf==6.32.0
183
182
  psutil==7.0.0
184
183
  psycopg2-binary==2.9.10
185
184
  py==1.11.0
@@ -197,13 +196,13 @@ python-slugify==8.0.4
197
196
  pytz==2025.2
198
197
  redis==4.6.0
199
198
  referencing==0.36.2
200
- requests==2.32.4
199
+ requests==2.32.5
201
200
  requests-toolbelt==1.0.0
202
201
  retry==0.9.2
203
202
  rfc3339-validator==0.1.4
204
203
  rich==13.9.4
205
204
  rich-argparse==1.7.1
206
- rpds-py==0.27.0
205
+ rpds-py==0.27.1
207
206
  s3transfer==0.13.1
208
207
  scipy==1.16.1
209
208
  semantic-version==2.10.0
@@ -224,7 +223,7 @@ tornado==6.5.2
224
223
  tqdm==4.67.1
225
224
  traitlets==5.14.3
226
225
  typing-inspection==0.4.1
227
- typing_extensions==4.14.1
226
+ typing_extensions==4.15.0
228
227
  tzdata==2025.2
229
228
  uc-micro-py==1.0.3
230
229
  uncertainties==3.2.3
@@ -234,7 +233,7 @@ vine==5.1.0
234
233
  voluptuous==0.15.2
235
234
  wcwidth==0.2.13
236
235
  wirerope==1.0.0
237
- wrapt==1.17.2
236
+ wrapt==1.17.3
238
237
  yamale==6.0.0
239
238
  yarl==1.20.1
240
239
  zipp==3.23.0
@@ -244,7 +243,7 @@ dkist-processing-common[inventory]
244
243
  dkist-inventory==1.9.0
245
244
 
246
245
  [quality]
247
- dkist-quality==2.0.0rc1
246
+ dkist-quality==2.0.0
248
247
 
249
248
  [test]
250
249
  pytest
@@ -9,8 +9,8 @@ find = {}
9
9
 
10
10
  [tool.dkist-dev-tools]
11
11
  # Most recently frozen version by dkist-dev-tools
12
- version = "1.34.1rc2"
13
- date = 2025-08-11T14:53:19.478239
12
+ version = "1.34.2"
13
+ date = 2025-09-02T10:04:22.500432
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
@@ -26,7 +26,7 @@ classifiers = [
26
26
  "Programming Language :: Python :: 3.11",
27
27
  ]
28
28
  dependencies = [
29
- "dkist-processing-common == 11.2.1rc2",
29
+ "dkist-processing-common == 11.3.0",
30
30
  "dkist-header-validator == 5.2.1",
31
31
  "dkist-service-configuration == 2.3.0",
32
32
  "dkist-fits-specifications == 4.17.0",
@@ -61,7 +61,7 @@ asdf = [
61
61
  "dkist-inventory[asdf]==1.9.0",
62
62
  ]
63
63
  quality = [
64
- "dkist-quality == 2.0.0rc1",
64
+ "dkist-quality == 2.0.0",
65
65
  ]
66
66
  frozen = [
67
67
  "ConfigUpdater == 3.2",
@@ -84,14 +84,14 @@ frozen = [
84
84
  "Pygments == 2.19.2",
85
85
  "SQLAlchemy == 1.4.54",
86
86
  "SQLAlchemy-JSONField == 1.0.2",
87
- "SQLAlchemy-Utils == 0.41.2",
87
+ "SQLAlchemy-Utils == 0.42.0",
88
88
  "WTForms == 3.2.1",
89
89
  "Werkzeug == 2.2.3",
90
90
  "aioftp == 0.26.2",
91
91
  "aiohappyeyeballs == 2.6.1",
92
92
  "aiohttp == 3.12.15",
93
93
  "aiosignal == 1.4.0",
94
- "alembic == 1.16.4",
94
+ "alembic == 1.16.5",
95
95
  "amqp == 5.3.1",
96
96
  "annotated-types == 0.7.0",
97
97
  "anyio == 4.10.0",
@@ -110,19 +110,19 @@ frozen = [
110
110
  "apispec == 6.8.2",
111
111
  "argcomplete == 3.6.2",
112
112
  "asdf == 3.5.0",
113
- "asdf_standard == 1.3.0",
113
+ "asdf_standard == 1.4.0",
114
114
  "asdf_transform_schemas == 0.6.0",
115
115
  "asgiref == 3.9.1",
116
116
  "asteval == 1.0.6",
117
117
  "astropy == 7.0.2",
118
- "astropy-iers-data == 0.2025.8.11.0.41.9",
118
+ "astropy-iers-data == 0.2025.9.1.0.42.11",
119
119
  "asyncpg == 0.30.0",
120
120
  "attrs == 25.3.0",
121
121
  "babel == 2.17.0",
122
122
  "billiard == 4.2.1",
123
123
  "blinker == 1.9.0",
124
- "boto3 == 1.40.7",
125
- "botocore == 1.40.7",
124
+ "boto3 == 1.40.21",
125
+ "botocore == 1.40.21",
126
126
  "cachelib == 0.13.0",
127
127
  "celery == 5.5.3",
128
128
  "certifi == 2025.8.3",
@@ -137,41 +137,40 @@ frozen = [
137
137
  "colorlog == 6.9.0",
138
138
  "connexion == 2.14.2",
139
139
  "contourpy == 1.3.3",
140
- "cron-descriptor == 1.4.5",
140
+ "cron_descriptor == 2.0.5",
141
141
  "croniter == 6.0.0",
142
- "cryptography == 45.0.6",
142
+ "cryptography == 45.0.7",
143
143
  "cycler == 0.12.1",
144
144
  "dacite == 1.9.2",
145
145
  "decorator == 5.2.1",
146
146
  "dill == 0.4.0",
147
147
  "dkist-header-validator == 5.2.1",
148
- "dkist-processing-common == 11.2.1rc2",
148
+ "dkist-processing-common == 11.3.0",
149
149
  "dkist-processing-core == 5.1.1",
150
150
  "dkist-processing-pac == 3.1.1",
151
- "dkist-processing-test == 1.34.1rc2",
151
+ "dkist-processing-test == 1.34.2",
152
152
  "dkist-service-configuration == 2.3.0",
153
153
  "dkist-spectral-lines == 3.0.0",
154
154
  "dkist_fits_specifications == 4.17.0",
155
155
  "dnspython == 2.7.0",
156
156
  "ecs-logging == 2.2.0",
157
- "elastic-apm == 6.23.0",
158
- "email_validator == 2.2.0",
159
- "fastjsonschema == 2.21.1",
157
+ "elastic-apm == 6.24.0",
158
+ "email-validator == 2.3.0",
159
+ "fastjsonschema == 2.21.2",
160
160
  "flower == 2.0.1",
161
- "fonttools == 4.59.0",
161
+ "fonttools == 4.59.2",
162
162
  "frozenlist == 1.7.0",
163
163
  "fsspec == 2025.7.0",
164
164
  "globus-sdk == 3.62.0",
165
165
  "google-re2 == 1.1.20250805",
166
166
  "googleapis-common-protos == 1.70.0",
167
167
  "gqlclient == 1.2.3",
168
- "greenlet == 3.2.4",
169
168
  "grpcio == 1.74.0",
170
169
  "gunicorn == 23.0.0",
171
170
  "h11 == 0.16.0",
172
171
  "httpcore == 1.0.9",
173
172
  "httpx == 0.28.1",
174
- "humanize == 4.12.3",
173
+ "humanize == 4.13.0",
175
174
  "idna == 3.10",
176
175
  "imageio == 2.37.0",
177
176
  "imageio-ffmpeg == 0.6.0",
@@ -179,12 +178,12 @@ frozen = [
179
178
  "inflection == 0.5.1",
180
179
  "itsdangerous == 2.2.0",
181
180
  "jmespath == 1.0.1",
182
- "jsonschema == 4.25.0",
181
+ "jsonschema == 4.25.1",
183
182
  "jsonschema-specifications == 2025.4.1",
184
183
  "jupyter_core == 5.8.1",
185
184
  "kiwisolver == 1.4.9",
186
185
  "kombu == 5.5.4",
187
- "lazy-object-proxy == 1.11.0",
186
+ "lazy-object-proxy == 1.12.0",
188
187
  "limits == 5.5.0",
189
188
  "linkify-it-py == 2.0.3",
190
189
  "llvmlite == 0.44.0",
@@ -195,11 +194,11 @@ frozen = [
195
194
  "marshmallow == 3.26.1",
196
195
  "marshmallow-oneofschema == 3.2.0",
197
196
  "marshmallow-sqlalchemy == 0.28.2",
198
- "matplotlib == 3.10.5",
197
+ "matplotlib == 3.10.6",
199
198
  "mdit-py-plugins == 0.5.0",
200
199
  "mdurl == 0.1.2",
201
200
  "methodtools == 0.4.7",
202
- "more-itertools == 10.7.0",
201
+ "more-itertools == 10.8.0",
203
202
  "moviepy == 2.2.1",
204
203
  "multidict == 6.6.4",
205
204
  "nbformat == 5.10.4",
@@ -216,22 +215,22 @@ frozen = [
216
215
  "opentelemetry-semantic-conventions == 0.57b0",
217
216
  "ordered-set == 4.1.0",
218
217
  "packaging == 25.0",
219
- "pandas == 2.3.1",
218
+ "pandas == 2.3.2",
220
219
  "parfive == 2.2.0",
221
220
  "pathspec == 0.12.1",
222
221
  "pendulum == 3.1.0",
223
222
  "pika == 1.3.2",
224
223
  "pillow == 11.3.0",
225
224
  "pip == 25.2",
226
- "platformdirs == 4.3.8",
225
+ "platformdirs == 4.4.0",
227
226
  "pluggy == 1.6.0",
228
227
  "pooch == 1.8.2",
229
228
  "prison == 0.2.1",
230
229
  "proglog == 0.1.12",
231
230
  "prometheus_client == 0.22.1",
232
- "prompt_toolkit == 3.0.51",
231
+ "prompt_toolkit == 3.0.52",
233
232
  "propcache == 0.3.2",
234
- "protobuf == 6.31.1",
233
+ "protobuf == 6.32.0",
235
234
  "psutil == 7.0.0",
236
235
  "psycopg2-binary == 2.9.10",
237
236
  "py == 1.11.0",
@@ -249,13 +248,13 @@ frozen = [
249
248
  "pytz == 2025.2",
250
249
  "redis == 4.6.0",
251
250
  "referencing == 0.36.2",
252
- "requests == 2.32.4",
251
+ "requests == 2.32.5",
253
252
  "requests-toolbelt == 1.0.0",
254
253
  "retry == 0.9.2",
255
254
  "rfc3339-validator == 0.1.4",
256
255
  "rich == 13.9.4",
257
256
  "rich-argparse == 1.7.1",
258
- "rpds-py == 0.27.0",
257
+ "rpds-py == 0.27.1",
259
258
  "s3transfer == 0.13.1",
260
259
  "scipy == 1.16.1",
261
260
  "semantic-version == 2.10.0",
@@ -276,7 +275,7 @@ frozen = [
276
275
  "tqdm == 4.67.1",
277
276
  "traitlets == 5.14.3",
278
277
  "typing-inspection == 0.4.1",
279
- "typing_extensions == 4.14.1",
278
+ "typing_extensions == 4.15.0",
280
279
  "tzdata == 2025.2",
281
280
  "uc-micro-py == 1.0.3",
282
281
  "uncertainties == 3.2.3",
@@ -286,7 +285,7 @@ frozen = [
286
285
  "voluptuous == 0.15.2",
287
286
  "wcwidth == 0.2.13",
288
287
  "wirerope == 1.0.0",
289
- "wrapt == 1.17.2",
288
+ "wrapt == 1.17.3",
290
289
  "yamale == 6.0.0",
291
290
  "yarl == 1.20.1",
292
291
  "zipp == 3.23.0",
@@ -302,3 +301,12 @@ omit = [
302
301
  "dkist_processing_test/tests/*",
303
302
  "dkist_processing_test/__init__.py",
304
303
  ]
304
+
305
+ [tool.black]
306
+ line-length = 100
307
+
308
+ [tool.isort]
309
+ profile = "black"
310
+ force_single_line = true
311
+ combine_as_imports = false
312
+ line_length = 100
@@ -2,8 +2,8 @@
2
2
  Tasks simulating manual intervention.
3
3
  Manual tasks are expected to write provenance records regardless of they always record provenance.
4
4
  """
5
- from dkist_processing_common.tasks import WorkflowTaskBase
6
5
 
6
+ from dkist_processing_common.tasks import WorkflowTaskBase
7
7
 
8
8
  __all__ = ["ManualWithProvenance", "ManualWithoutProvenance"]
9
9
 
@@ -1,6 +1,7 @@
1
1
  """
2
2
  Fake MakeMovieFrames and AssembleTestMovie
3
3
  """
4
+
4
5
  import numpy as np
5
6
  from astropy.io import fits
6
7
  from dkist_processing_common.codecs.fits import fits_hdu_decoder
@@ -11,7 +12,6 @@ from dkist_processing_common.tasks import AssembleMovie
11
12
  from dkist_processing_common.tasks import WorkflowTaskBase
12
13
  from PIL import ImageDraw
13
14
 
14
-
15
15
  __all__ = ["MakeTestMovieFrames", "AssembleTestMovie"]
16
16
 
17
17
 
@@ -1,11 +1,11 @@
1
1
  """
2
2
  Workflow which is designed to fail
3
3
  """
4
+
4
5
  from dkist_processing_core import Workflow
5
6
 
6
7
  from dkist_processing_test.tasks import FailTask
7
8
 
8
-
9
9
  fail = Workflow(
10
10
  input_data="input",
11
11
  output_data="output",
@@ -1,12 +1,12 @@
1
1
  """
2
2
  Workflow which exercises the api's but doesn't perform an action
3
3
  """
4
+
4
5
  from dkist_processing_core import Workflow
5
6
 
6
7
  from dkist_processing_test.tasks import NoOpTask
7
8
  from dkist_processing_test.tasks import NoOpTask2
8
9
 
9
-
10
10
  noop = Workflow(
11
11
  input_data="input",
12
12
  output_data="output",
@@ -1,12 +1,12 @@
1
1
  """
2
2
  Workflow which exercises the api's but doesn't perform an action
3
3
  """
4
+
4
5
  from dkist_processing_core import ResourceQueue
5
6
  from dkist_processing_core import Workflow
6
7
 
7
8
  from dkist_processing_test.tasks import HighMemoryTask
8
9
 
9
-
10
10
  high_memory_workflow = Workflow(
11
11
  input_data="input",
12
12
  output_data="output",