dkist-processing-test 1.34.1rc3__tar.gz → 1.34.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.

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.1rc3 → dkist_processing_test-1.34.3}/.pre-commit-config.yaml +6 -6
  2. {dkist_processing_test-1.34.1rc3/dkist_processing_test.egg-info → dkist_processing_test-1.34.3}/PKG-INFO +31 -31
  3. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/__init__.py +0 -1
  4. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/config.py +1 -0
  5. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/exercise_numba.py +1 -0
  6. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/fail.py +1 -0
  7. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/fake_science.py +1 -0
  8. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/high_memory.py +1 -0
  9. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/noop.py +1 -0
  10. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/parse.py +1 -0
  11. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/quality.py +1 -0
  12. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tests/conftest.py +1 -0
  13. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tests/test_tasks.py +2 -1
  14. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tests/test_workflows.py +1 -0
  15. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/workflows/common_tasks.py +1 -0
  16. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/workflows/end_to_end.py +1 -0
  17. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/workflows/trial_end_to_end.py +1 -0
  18. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3/dkist_processing_test.egg-info}/PKG-INFO +31 -31
  19. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test.egg-info/requires.txt +30 -30
  20. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/pyproject.toml +41 -32
  21. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/.gitignore +0 -0
  22. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/.snyk +0 -0
  23. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/README.rst +0 -0
  24. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/bitbucket-pipelines.yml +0 -0
  25. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/models/__init__.py +0 -0
  26. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/models/constants.py +0 -0
  27. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/models/parameters.py +0 -0
  28. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/__init__.py +0 -0
  29. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/manual.py +1 -1
  30. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/movie.py +1 -1
  31. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tasks/write_l1.py +0 -0
  32. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/tests/__init__.py +0 -0
  33. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/workflows/__init__.py +0 -0
  34. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  35. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/workflows/fail.py +1 -1
  36. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/workflows/noop.py +1 -1
  37. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test/workflows/resource_queue.py +1 -1
  38. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  39. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  40. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/dkist_processing_test.egg-info/top_level.txt +0 -0
  41. {dkist_processing_test-1.34.1rc3 → dkist_processing_test-1.34.3}/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.1rc3
3
+ Version: 1.34.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,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.1rc3
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
@@ -31,12 +31,12 @@ 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.9.0; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.10.0; extra == "inventory"
35
35
  Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
- Requires-Dist: dkist-inventory[asdf]==1.9.0; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.10.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.22; extra == "frozen"
99
+ Requires-Dist: botocore==1.40.22; 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,30 +111,30 @@ 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.6; 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.1rc3; 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.1rc3; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.34.3; 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
131
  Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
132
- Requires-Dist: email_validator==2.2.0; extra == "frozen"
133
- Requires-Dist: fastjsonschema==2.21.1; 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
- Requires-Dist: fsspec==2025.7.0; extra == "frozen"
137
+ Requires-Dist: fsspec==2025.9.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"
@@ -145,7 +145,7 @@ Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
145
  Requires-Dist: h11==0.16.0; extra == "frozen"
146
146
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
147
147
  Requires-Dist: httpx==0.28.1; extra == "frozen"
148
- Requires-Dist: humanize==4.12.3; extra == "frozen"
148
+ Requires-Dist: humanize==4.13.0; extra == "frozen"
149
149
  Requires-Dist: idna==3.10; extra == "frozen"
150
150
  Requires-Dist: imageio==2.37.0; extra == "frozen"
151
151
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
@@ -153,12 +153,12 @@ Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
153
153
  Requires-Dist: inflection==0.5.1; extra == "frozen"
154
154
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
155
155
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
156
- Requires-Dist: jsonschema==4.25.0; extra == "frozen"
156
+ Requires-Dist: jsonschema==4.25.1; extra == "frozen"
157
157
  Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
158
158
  Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
159
159
  Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
160
160
  Requires-Dist: kombu==5.5.4; extra == "frozen"
161
- Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
161
+ Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
162
162
  Requires-Dist: limits==5.5.0; extra == "frozen"
163
163
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
164
164
  Requires-Dist: llvmlite==0.44.0; extra == "frozen"
@@ -169,11 +169,11 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
169
169
  Requires-Dist: marshmallow==3.26.1; extra == "frozen"
170
170
  Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
171
171
  Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
172
- Requires-Dist: matplotlib==3.10.5; extra == "frozen"
172
+ Requires-Dist: matplotlib==3.10.6; extra == "frozen"
173
173
  Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
174
174
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
175
175
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
176
- Requires-Dist: more-itertools==10.7.0; extra == "frozen"
176
+ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
177
177
  Requires-Dist: moviepy==2.2.1; extra == "frozen"
178
178
  Requires-Dist: multidict==6.6.4; extra == "frozen"
179
179
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
@@ -190,22 +190,22 @@ Requires-Dist: opentelemetry-sdk==1.36.0; extra == "frozen"
190
190
  Requires-Dist: opentelemetry-semantic-conventions==0.57b0; extra == "frozen"
191
191
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
192
192
  Requires-Dist: packaging==25.0; extra == "frozen"
193
- Requires-Dist: pandas==2.3.1; extra == "frozen"
193
+ Requires-Dist: pandas==2.3.2; extra == "frozen"
194
194
  Requires-Dist: parfive==2.2.0; extra == "frozen"
195
195
  Requires-Dist: pathspec==0.12.1; extra == "frozen"
196
196
  Requires-Dist: pendulum==3.1.0; extra == "frozen"
197
197
  Requires-Dist: pika==1.3.2; extra == "frozen"
198
198
  Requires-Dist: pillow==11.3.0; extra == "frozen"
199
199
  Requires-Dist: pip==25.2; extra == "frozen"
200
- Requires-Dist: platformdirs==4.3.8; extra == "frozen"
200
+ Requires-Dist: platformdirs==4.4.0; extra == "frozen"
201
201
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
202
202
  Requires-Dist: pooch==1.8.2; extra == "frozen"
203
203
  Requires-Dist: prison==0.2.1; extra == "frozen"
204
204
  Requires-Dist: proglog==0.1.12; extra == "frozen"
205
205
  Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
206
- Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
206
+ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
207
207
  Requires-Dist: propcache==0.3.2; extra == "frozen"
208
- Requires-Dist: protobuf==6.31.1; extra == "frozen"
208
+ Requires-Dist: protobuf==6.32.0; extra == "frozen"
209
209
  Requires-Dist: psutil==7.0.0; extra == "frozen"
210
210
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
211
211
  Requires-Dist: py==1.11.0; extra == "frozen"
@@ -223,13 +223,13 @@ Requires-Dist: python-slugify==8.0.4; extra == "frozen"
223
223
  Requires-Dist: pytz==2025.2; extra == "frozen"
224
224
  Requires-Dist: redis==4.6.0; extra == "frozen"
225
225
  Requires-Dist: referencing==0.36.2; extra == "frozen"
226
- Requires-Dist: requests==2.32.4; extra == "frozen"
226
+ Requires-Dist: requests==2.32.5; extra == "frozen"
227
227
  Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
228
228
  Requires-Dist: retry==0.9.2; extra == "frozen"
229
229
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
230
230
  Requires-Dist: rich==13.9.4; extra == "frozen"
231
231
  Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
232
- Requires-Dist: rpds-py==0.27.0; extra == "frozen"
232
+ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
233
233
  Requires-Dist: s3transfer==0.13.1; extra == "frozen"
234
234
  Requires-Dist: scipy==1.16.1; extra == "frozen"
235
235
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
@@ -250,7 +250,7 @@ Requires-Dist: tornado==6.5.2; extra == "frozen"
250
250
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
251
251
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
252
252
  Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
253
- Requires-Dist: typing_extensions==4.14.1; extra == "frozen"
253
+ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
254
254
  Requires-Dist: tzdata==2025.2; extra == "frozen"
255
255
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
256
256
  Requires-Dist: uncertainties==3.2.3; 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.1rc3
3
+ Version: 1.34.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,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.1rc3
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
@@ -31,12 +31,12 @@ 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.9.0; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.10.0; extra == "inventory"
35
35
  Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
- Requires-Dist: dkist-inventory[asdf]==1.9.0; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.10.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.22; extra == "frozen"
99
+ Requires-Dist: botocore==1.40.22; 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,30 +111,30 @@ 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.6; 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.1rc3; 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.1rc3; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.34.3; 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
131
  Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
132
- Requires-Dist: email_validator==2.2.0; extra == "frozen"
133
- Requires-Dist: fastjsonschema==2.21.1; 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
- Requires-Dist: fsspec==2025.7.0; extra == "frozen"
137
+ Requires-Dist: fsspec==2025.9.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"
@@ -145,7 +145,7 @@ Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
145
  Requires-Dist: h11==0.16.0; extra == "frozen"
146
146
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
147
147
  Requires-Dist: httpx==0.28.1; extra == "frozen"
148
- Requires-Dist: humanize==4.12.3; extra == "frozen"
148
+ Requires-Dist: humanize==4.13.0; extra == "frozen"
149
149
  Requires-Dist: idna==3.10; extra == "frozen"
150
150
  Requires-Dist: imageio==2.37.0; extra == "frozen"
151
151
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
@@ -153,12 +153,12 @@ Requires-Dist: importlib_metadata==8.7.0; extra == "frozen"
153
153
  Requires-Dist: inflection==0.5.1; extra == "frozen"
154
154
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
155
155
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
156
- Requires-Dist: jsonschema==4.25.0; extra == "frozen"
156
+ Requires-Dist: jsonschema==4.25.1; extra == "frozen"
157
157
  Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
158
158
  Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
159
159
  Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
160
160
  Requires-Dist: kombu==5.5.4; extra == "frozen"
161
- Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
161
+ Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
162
162
  Requires-Dist: limits==5.5.0; extra == "frozen"
163
163
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
164
164
  Requires-Dist: llvmlite==0.44.0; extra == "frozen"
@@ -169,11 +169,11 @@ Requires-Dist: markdown-it-py==4.0.0; extra == "frozen"
169
169
  Requires-Dist: marshmallow==3.26.1; extra == "frozen"
170
170
  Requires-Dist: marshmallow-oneofschema==3.2.0; extra == "frozen"
171
171
  Requires-Dist: marshmallow-sqlalchemy==0.28.2; extra == "frozen"
172
- Requires-Dist: matplotlib==3.10.5; extra == "frozen"
172
+ Requires-Dist: matplotlib==3.10.6; extra == "frozen"
173
173
  Requires-Dist: mdit-py-plugins==0.5.0; extra == "frozen"
174
174
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
175
175
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
176
- Requires-Dist: more-itertools==10.7.0; extra == "frozen"
176
+ Requires-Dist: more-itertools==10.8.0; extra == "frozen"
177
177
  Requires-Dist: moviepy==2.2.1; extra == "frozen"
178
178
  Requires-Dist: multidict==6.6.4; extra == "frozen"
179
179
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
@@ -190,22 +190,22 @@ Requires-Dist: opentelemetry-sdk==1.36.0; extra == "frozen"
190
190
  Requires-Dist: opentelemetry-semantic-conventions==0.57b0; extra == "frozen"
191
191
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
192
192
  Requires-Dist: packaging==25.0; extra == "frozen"
193
- Requires-Dist: pandas==2.3.1; extra == "frozen"
193
+ Requires-Dist: pandas==2.3.2; extra == "frozen"
194
194
  Requires-Dist: parfive==2.2.0; extra == "frozen"
195
195
  Requires-Dist: pathspec==0.12.1; extra == "frozen"
196
196
  Requires-Dist: pendulum==3.1.0; extra == "frozen"
197
197
  Requires-Dist: pika==1.3.2; extra == "frozen"
198
198
  Requires-Dist: pillow==11.3.0; extra == "frozen"
199
199
  Requires-Dist: pip==25.2; extra == "frozen"
200
- Requires-Dist: platformdirs==4.3.8; extra == "frozen"
200
+ Requires-Dist: platformdirs==4.4.0; extra == "frozen"
201
201
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
202
202
  Requires-Dist: pooch==1.8.2; extra == "frozen"
203
203
  Requires-Dist: prison==0.2.1; extra == "frozen"
204
204
  Requires-Dist: proglog==0.1.12; extra == "frozen"
205
205
  Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
206
- Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
206
+ Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
207
207
  Requires-Dist: propcache==0.3.2; extra == "frozen"
208
- Requires-Dist: protobuf==6.31.1; extra == "frozen"
208
+ Requires-Dist: protobuf==6.32.0; extra == "frozen"
209
209
  Requires-Dist: psutil==7.0.0; extra == "frozen"
210
210
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
211
211
  Requires-Dist: py==1.11.0; extra == "frozen"
@@ -223,13 +223,13 @@ Requires-Dist: python-slugify==8.0.4; extra == "frozen"
223
223
  Requires-Dist: pytz==2025.2; extra == "frozen"
224
224
  Requires-Dist: redis==4.6.0; extra == "frozen"
225
225
  Requires-Dist: referencing==0.36.2; extra == "frozen"
226
- Requires-Dist: requests==2.32.4; extra == "frozen"
226
+ Requires-Dist: requests==2.32.5; extra == "frozen"
227
227
  Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
228
228
  Requires-Dist: retry==0.9.2; extra == "frozen"
229
229
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
230
230
  Requires-Dist: rich==13.9.4; extra == "frozen"
231
231
  Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
232
- Requires-Dist: rpds-py==0.27.0; extra == "frozen"
232
+ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
233
233
  Requires-Dist: s3transfer==0.13.1; extra == "frozen"
234
234
  Requires-Dist: scipy==1.16.1; extra == "frozen"
235
235
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
@@ -250,7 +250,7 @@ Requires-Dist: tornado==6.5.2; extra == "frozen"
250
250
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
251
251
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
252
252
  Requires-Dist: typing-inspection==0.4.1; extra == "frozen"
253
- Requires-Dist: typing_extensions==4.14.1; extra == "frozen"
253
+ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
254
254
  Requires-Dist: tzdata==2025.2; extra == "frozen"
255
255
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
256
256
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==11.2.1rc3
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
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.0
9
9
 
10
10
  [asdf]
11
11
  dkist-processing-common[asdf]
12
- dkist-inventory[asdf]==1.9.0
12
+ dkist-inventory[asdf]==1.10.0
13
13
 
14
14
  [frozen]
15
15
  ConfigUpdater==3.2
@@ -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.22
73
+ botocore==1.40.22
74
74
  cachelib==0.13.0
75
75
  celery==5.5.3
76
76
  certifi==2025.8.3
@@ -85,30 +85,30 @@ 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.6
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.1rc3
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.1rc3
99
+ dkist-processing-test==1.34.3
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
105
  elastic-apm==6.24.0
106
- email_validator==2.2.0
107
- fastjsonschema==2.21.1
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
- fsspec==2025.7.0
111
+ fsspec==2025.9.0
112
112
  globus-sdk==3.62.0
113
113
  google-re2==1.1.20250805
114
114
  googleapis-common-protos==1.70.0
@@ -119,7 +119,7 @@ gunicorn==23.0.0
119
119
  h11==0.16.0
120
120
  httpcore==1.0.9
121
121
  httpx==0.28.1
122
- humanize==4.12.3
122
+ humanize==4.13.0
123
123
  idna==3.10
124
124
  imageio==2.37.0
125
125
  imageio-ffmpeg==0.6.0
@@ -127,12 +127,12 @@ importlib_metadata==8.7.0
127
127
  inflection==0.5.1
128
128
  itsdangerous==2.2.0
129
129
  jmespath==1.0.1
130
- jsonschema==4.25.0
130
+ jsonschema==4.25.1
131
131
  jsonschema-specifications==2025.4.1
132
132
  jupyter_core==5.8.1
133
133
  kiwisolver==1.4.9
134
134
  kombu==5.5.4
135
- lazy-object-proxy==1.11.0
135
+ lazy-object-proxy==1.12.0
136
136
  limits==5.5.0
137
137
  linkify-it-py==2.0.3
138
138
  llvmlite==0.44.0
@@ -143,11 +143,11 @@ markdown-it-py==4.0.0
143
143
  marshmallow==3.26.1
144
144
  marshmallow-oneofschema==3.2.0
145
145
  marshmallow-sqlalchemy==0.28.2
146
- matplotlib==3.10.5
146
+ matplotlib==3.10.6
147
147
  mdit-py-plugins==0.5.0
148
148
  mdurl==0.1.2
149
149
  methodtools==0.4.7
150
- more-itertools==10.7.0
150
+ more-itertools==10.8.0
151
151
  moviepy==2.2.1
152
152
  multidict==6.6.4
153
153
  nbformat==5.10.4
@@ -164,22 +164,22 @@ opentelemetry-sdk==1.36.0
164
164
  opentelemetry-semantic-conventions==0.57b0
165
165
  ordered-set==4.1.0
166
166
  packaging==25.0
167
- pandas==2.3.1
167
+ pandas==2.3.2
168
168
  parfive==2.2.0
169
169
  pathspec==0.12.1
170
170
  pendulum==3.1.0
171
171
  pika==1.3.2
172
172
  pillow==11.3.0
173
173
  pip==25.2
174
- platformdirs==4.3.8
174
+ platformdirs==4.4.0
175
175
  pluggy==1.6.0
176
176
  pooch==1.8.2
177
177
  prison==0.2.1
178
178
  proglog==0.1.12
179
179
  prometheus_client==0.22.1
180
- prompt_toolkit==3.0.51
180
+ prompt_toolkit==3.0.52
181
181
  propcache==0.3.2
182
- protobuf==6.31.1
182
+ protobuf==6.32.0
183
183
  psutil==7.0.0
184
184
  psycopg2-binary==2.9.10
185
185
  py==1.11.0
@@ -197,13 +197,13 @@ python-slugify==8.0.4
197
197
  pytz==2025.2
198
198
  redis==4.6.0
199
199
  referencing==0.36.2
200
- requests==2.32.4
200
+ requests==2.32.5
201
201
  requests-toolbelt==1.0.0
202
202
  retry==0.9.2
203
203
  rfc3339-validator==0.1.4
204
204
  rich==13.9.4
205
205
  rich-argparse==1.7.1
206
- rpds-py==0.27.0
206
+ rpds-py==0.27.1
207
207
  s3transfer==0.13.1
208
208
  scipy==1.16.1
209
209
  semantic-version==2.10.0
@@ -224,7 +224,7 @@ tornado==6.5.2
224
224
  tqdm==4.67.1
225
225
  traitlets==5.14.3
226
226
  typing-inspection==0.4.1
227
- typing_extensions==4.14.1
227
+ typing_extensions==4.15.0
228
228
  tzdata==2025.2
229
229
  uc-micro-py==1.0.3
230
230
  uncertainties==3.2.3
@@ -241,10 +241,10 @@ zipp==3.23.0
241
241
 
242
242
  [inventory]
243
243
  dkist-processing-common[inventory]
244
- dkist-inventory==1.9.0
244
+ dkist-inventory==1.10.0
245
245
 
246
246
  [quality]
247
- dkist-quality==2.0.0rc1
247
+ dkist-quality==2.0.0
248
248
 
249
249
  [test]
250
250
  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.1rc3"
13
- date = 2025-08-12T08:24:10.731251
12
+ version = "1.34.3"
13
+ date = 2025-09-03T11:49:55.315260
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.1rc3",
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",
@@ -54,14 +54,14 @@ test = [
54
54
  ]
55
55
  inventory = [
56
56
  "dkist-processing-common[inventory]",
57
- "dkist-inventory==1.9.0",
57
+ "dkist-inventory==1.10.0",
58
58
  ]
59
59
  asdf = [
60
60
  "dkist-processing-common[asdf]",
61
- "dkist-inventory[asdf]==1.9.0",
61
+ "dkist-inventory[asdf]==1.10.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.22",
125
+ "botocore == 1.40.22",
126
126
  "cachelib == 0.13.0",
127
127
  "celery == 5.5.3",
128
128
  "certifi == 2025.8.3",
@@ -137,30 +137,30 @@ 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.6",
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.1rc3",
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.1rc3",
151
+ "dkist-processing-test == 1.34.3",
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
157
  "elastic-apm == 6.24.0",
158
- "email_validator == 2.2.0",
159
- "fastjsonschema == 2.21.1",
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
- "fsspec == 2025.7.0",
163
+ "fsspec == 2025.9.0",
164
164
  "globus-sdk == 3.62.0",
165
165
  "google-re2 == 1.1.20250805",
166
166
  "googleapis-common-protos == 1.70.0",
@@ -171,7 +171,7 @@ frozen = [
171
171
  "h11 == 0.16.0",
172
172
  "httpcore == 1.0.9",
173
173
  "httpx == 0.28.1",
174
- "humanize == 4.12.3",
174
+ "humanize == 4.13.0",
175
175
  "idna == 3.10",
176
176
  "imageio == 2.37.0",
177
177
  "imageio-ffmpeg == 0.6.0",
@@ -179,12 +179,12 @@ frozen = [
179
179
  "inflection == 0.5.1",
180
180
  "itsdangerous == 2.2.0",
181
181
  "jmespath == 1.0.1",
182
- "jsonschema == 4.25.0",
182
+ "jsonschema == 4.25.1",
183
183
  "jsonschema-specifications == 2025.4.1",
184
184
  "jupyter_core == 5.8.1",
185
185
  "kiwisolver == 1.4.9",
186
186
  "kombu == 5.5.4",
187
- "lazy-object-proxy == 1.11.0",
187
+ "lazy-object-proxy == 1.12.0",
188
188
  "limits == 5.5.0",
189
189
  "linkify-it-py == 2.0.3",
190
190
  "llvmlite == 0.44.0",
@@ -195,11 +195,11 @@ frozen = [
195
195
  "marshmallow == 3.26.1",
196
196
  "marshmallow-oneofschema == 3.2.0",
197
197
  "marshmallow-sqlalchemy == 0.28.2",
198
- "matplotlib == 3.10.5",
198
+ "matplotlib == 3.10.6",
199
199
  "mdit-py-plugins == 0.5.0",
200
200
  "mdurl == 0.1.2",
201
201
  "methodtools == 0.4.7",
202
- "more-itertools == 10.7.0",
202
+ "more-itertools == 10.8.0",
203
203
  "moviepy == 2.2.1",
204
204
  "multidict == 6.6.4",
205
205
  "nbformat == 5.10.4",
@@ -216,22 +216,22 @@ frozen = [
216
216
  "opentelemetry-semantic-conventions == 0.57b0",
217
217
  "ordered-set == 4.1.0",
218
218
  "packaging == 25.0",
219
- "pandas == 2.3.1",
219
+ "pandas == 2.3.2",
220
220
  "parfive == 2.2.0",
221
221
  "pathspec == 0.12.1",
222
222
  "pendulum == 3.1.0",
223
223
  "pika == 1.3.2",
224
224
  "pillow == 11.3.0",
225
225
  "pip == 25.2",
226
- "platformdirs == 4.3.8",
226
+ "platformdirs == 4.4.0",
227
227
  "pluggy == 1.6.0",
228
228
  "pooch == 1.8.2",
229
229
  "prison == 0.2.1",
230
230
  "proglog == 0.1.12",
231
231
  "prometheus_client == 0.22.1",
232
- "prompt_toolkit == 3.0.51",
232
+ "prompt_toolkit == 3.0.52",
233
233
  "propcache == 0.3.2",
234
- "protobuf == 6.31.1",
234
+ "protobuf == 6.32.0",
235
235
  "psutil == 7.0.0",
236
236
  "psycopg2-binary == 2.9.10",
237
237
  "py == 1.11.0",
@@ -249,13 +249,13 @@ frozen = [
249
249
  "pytz == 2025.2",
250
250
  "redis == 4.6.0",
251
251
  "referencing == 0.36.2",
252
- "requests == 2.32.4",
252
+ "requests == 2.32.5",
253
253
  "requests-toolbelt == 1.0.0",
254
254
  "retry == 0.9.2",
255
255
  "rfc3339-validator == 0.1.4",
256
256
  "rich == 13.9.4",
257
257
  "rich-argparse == 1.7.1",
258
- "rpds-py == 0.27.0",
258
+ "rpds-py == 0.27.1",
259
259
  "s3transfer == 0.13.1",
260
260
  "scipy == 1.16.1",
261
261
  "semantic-version == 2.10.0",
@@ -276,7 +276,7 @@ frozen = [
276
276
  "tqdm == 4.67.1",
277
277
  "traitlets == 5.14.3",
278
278
  "typing-inspection == 0.4.1",
279
- "typing_extensions == 4.14.1",
279
+ "typing_extensions == 4.15.0",
280
280
  "tzdata == 2025.2",
281
281
  "uc-micro-py == 1.0.3",
282
282
  "uncertainties == 3.2.3",
@@ -302,3 +302,12 @@ omit = [
302
302
  "dkist_processing_test/tests/*",
303
303
  "dkist_processing_test/__init__.py",
304
304
  ]
305
+
306
+ [tool.black]
307
+ line-length = 100
308
+
309
+ [tool.isort]
310
+ profile = "black"
311
+ force_single_line = true
312
+ combine_as_imports = false
313
+ 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",