dkist-processing-test 1.42.16__tar.gz → 1.42.17__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/PKG-INFO +14 -14
  2. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test.egg-info/PKG-INFO +14 -14
  3. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test.egg-info/SOURCES.txt +2 -0
  4. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test.egg-info/requires.txt +13 -13
  5. dkist_processing_test-1.42.17/dkist_processing_test.egg-info/scm_file_list.json +43 -0
  6. dkist_processing_test-1.42.17/dkist_processing_test.egg-info/scm_version.json +8 -0
  7. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/pyproject.toml +15 -15
  8. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/.gitignore +0 -0
  9. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/.pre-commit-config.yaml +0 -0
  10. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/.rovodev/.review-agent.md +0 -0
  11. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/.snyk +0 -0
  12. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/README.rst +0 -0
  13. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/bitbucket-pipelines.yml +0 -0
  14. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/__init__.py +0 -0
  15. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/config.py +0 -0
  16. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/models/__init__.py +0 -0
  17. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/models/constants.py +0 -0
  18. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/models/parameters.py +0 -0
  19. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/parsers/__init__.py +0 -0
  20. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
  21. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/parsers/time.py +0 -0
  22. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/__init__.py +0 -0
  23. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
  24. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  25. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/fail.py +0 -0
  26. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/fake_science.py +0 -0
  27. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/high_memory.py +0 -0
  28. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/manual.py +0 -0
  29. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/movie.py +0 -0
  30. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/noop.py +0 -0
  31. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/parse.py +0 -0
  32. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/quality.py +0 -0
  33. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tasks/write_l1.py +0 -0
  34. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tests/__init__.py +0 -0
  35. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tests/conftest.py +0 -0
  36. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tests/test_tasks.py +0 -0
  37. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/tests/test_workflows.py +0 -0
  38. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/workflows/__init__.py +0 -0
  39. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/workflows/common_tasks.py +0 -0
  40. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/workflows/end_to_end.py +0 -0
  41. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  42. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/workflows/fail.py +0 -0
  43. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/workflows/noop.py +0 -0
  44. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/workflows/resource_queue.py +0 -0
  45. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  46. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  47. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/dkist_processing_test.egg-info/top_level.txt +0 -0
  48. {dkist_processing_test-1.42.16 → dkist_processing_test-1.42.17}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.42.16
3
+ Version: 1.42.17
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.13
13
13
  Requires-Python: >=3.13
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==14.3.3
15
+ Requires-Dist: dkist-processing-common==14.3.4
16
16
  Requires-Dist: dkist-header-validator==5.4.0
17
17
  Requires-Dist: dkist-service-configuration==4.3.0
18
18
  Requires-Dist: dkist-fits-specifications==4.28.0
@@ -54,7 +54,7 @@ Requires-Dist: aioftp==0.27.2; extra == "frozen"
54
54
  Requires-Dist: aiohappyeyeballs==2.6.2; extra == "frozen"
55
55
  Requires-Dist: aiohttp==3.14.1; extra == "frozen"
56
56
  Requires-Dist: aiosignal==1.4.0; extra == "frozen"
57
- Requires-Dist: aiosmtplib==5.1.1; extra == "frozen"
57
+ Requires-Dist: aiosmtplib==5.1.2; extra == "frozen"
58
58
  Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
59
59
  Requires-Dist: alembic==1.18.4; extra == "frozen"
60
60
  Requires-Dist: amqp==5.3.1; extra == "frozen"
@@ -81,7 +81,7 @@ Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
81
81
  Requires-Dist: asgiref==3.11.1; extra == "frozen"
82
82
  Requires-Dist: asteval==1.0.9; extra == "frozen"
83
83
  Requires-Dist: astropy==7.0.2; extra == "frozen"
84
- Requires-Dist: astropy-iers-data==0.2026.6.15.15.33.16; extra == "frozen"
84
+ Requires-Dist: astropy-iers-data==0.2026.6.22.1.23.34; extra == "frozen"
85
85
  Requires-Dist: asttokens==3.0.1; extra == "frozen"
86
86
  Requires-Dist: async-lru==2.3.0; extra == "frozen"
87
87
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
@@ -90,8 +90,8 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
90
90
  Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
91
91
  Requires-Dist: billiard==4.2.4; extra == "frozen"
92
92
  Requires-Dist: bleach==6.4.0; extra == "frozen"
93
- Requires-Dist: boto3==1.43.32; extra == "frozen"
94
- Requires-Dist: botocore==1.43.32; extra == "frozen"
93
+ Requires-Dist: boto3==1.43.34; extra == "frozen"
94
+ Requires-Dist: botocore==1.43.34; extra == "frozen"
95
95
  Requires-Dist: cadwyn==7.1.0; extra == "frozen"
96
96
  Requires-Dist: celery==5.6.3; extra == "frozen"
97
97
  Requires-Dist: certifi==2026.6.17; extra == "frozen"
@@ -113,17 +113,17 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
113
113
  Requires-Dist: defusedxml==0.7.1; extra == "frozen"
114
114
  Requires-Dist: dill==0.4.1; extra == "frozen"
115
115
  Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
116
- Requires-Dist: dkist-processing-common==14.3.3; extra == "frozen"
116
+ Requires-Dist: dkist-processing-common==14.3.4; extra == "frozen"
117
117
  Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
118
118
  Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
119
- Requires-Dist: dkist-processing-test==1.42.16; extra == "frozen"
119
+ Requires-Dist: dkist-processing-test==1.42.17; extra == "frozen"
120
120
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
121
121
  Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
122
122
  Requires-Dist: dkist_fits_specifications==4.28.0; extra == "frozen"
123
123
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
124
124
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
125
125
  Requires-Dist: executing==2.2.1; extra == "frozen"
126
- Requires-Dist: fastapi==0.137.2; extra == "frozen"
126
+ Requires-Dist: fastapi==0.138.0; extra == "frozen"
127
127
  Requires-Dist: fastapi-cli==0.0.27; extra == "frozen"
128
128
  Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
129
129
  Requires-Dist: flower==2.0.1; extra == "frozen"
@@ -152,7 +152,7 @@ Requires-Dist: isoduration==20.11.0; extra == "frozen"
152
152
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
153
153
  Requires-Dist: jedi==0.20.0; extra == "frozen"
154
154
  Requires-Dist: jmespath==1.1.0; extra == "frozen"
155
- Requires-Dist: json5==0.14.0; extra == "frozen"
155
+ Requires-Dist: json5==0.15.0; extra == "frozen"
156
156
  Requires-Dist: jsonpointer==3.1.1; extra == "frozen"
157
157
  Requires-Dist: jsonschema==4.26.0; extra == "frozen"
158
158
  Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
@@ -181,7 +181,7 @@ Requires-Dist: matplotlib==3.11.0; extra == "frozen"
181
181
  Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
182
182
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
183
183
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
184
- Requires-Dist: mistune==3.2.1; extra == "frozen"
184
+ Requires-Dist: mistune==3.3.1; extra == "frozen"
185
185
  Requires-Dist: more-itertools==11.1.0; extra == "frozen"
186
186
  Requires-Dist: moviepy==2.2.1; extra == "frozen"
187
187
  Requires-Dist: msgspec==0.21.1; extra == "frozen"
@@ -248,7 +248,7 @@ Requires-Dist: pure_eval==0.2.3; extra == "frozen"
248
248
  Requires-Dist: pycparser==3.0; extra == "frozen"
249
249
  Requires-Dist: pydantic==2.13.4; extra == "frozen"
250
250
  Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
251
- Requires-Dist: pydantic-settings==2.14.1; extra == "frozen"
251
+ Requires-Dist: pydantic-settings==2.14.2; extra == "frozen"
252
252
  Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
253
253
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
254
254
  Requires-Dist: pygtrie==2.5.0; extra == "frozen"
@@ -272,7 +272,7 @@ Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
272
272
  Requires-Dist: rich-toolkit==0.20.1; extra == "frozen"
273
273
  Requires-Dist: rpds-py==2026.5.1; extra == "frozen"
274
274
  Requires-Dist: s3transfer==0.19.0; extra == "frozen"
275
- Requires-Dist: scipy==1.17.1; extra == "frozen"
275
+ Requires-Dist: scipy==1.18.0; extra == "frozen"
276
276
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
277
277
  Requires-Dist: setproctitle==1.3.7; extra == "frozen"
278
278
  Requires-Dist: shellingham==1.5.4; extra == "frozen"
@@ -319,7 +319,7 @@ Requires-Dist: webencodings==0.5.1; extra == "frozen"
319
319
  Requires-Dist: websocket-client==1.9.0; extra == "frozen"
320
320
  Requires-Dist: websockets==16.0; extra == "frozen"
321
321
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
322
- Requires-Dist: wrapt==2.2.1; extra == "frozen"
322
+ Requires-Dist: wrapt==2.2.2; extra == "frozen"
323
323
  Requires-Dist: yamale==6.1.0; extra == "frozen"
324
324
  Requires-Dist: yarl==1.24.2; extra == "frozen"
325
325
  Requires-Dist: zipp==4.1.0; extra == "frozen"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.42.16
3
+ Version: 1.42.17
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.13
13
13
  Requires-Python: >=3.13
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==14.3.3
15
+ Requires-Dist: dkist-processing-common==14.3.4
16
16
  Requires-Dist: dkist-header-validator==5.4.0
17
17
  Requires-Dist: dkist-service-configuration==4.3.0
18
18
  Requires-Dist: dkist-fits-specifications==4.28.0
@@ -54,7 +54,7 @@ Requires-Dist: aioftp==0.27.2; extra == "frozen"
54
54
  Requires-Dist: aiohappyeyeballs==2.6.2; extra == "frozen"
55
55
  Requires-Dist: aiohttp==3.14.1; extra == "frozen"
56
56
  Requires-Dist: aiosignal==1.4.0; extra == "frozen"
57
- Requires-Dist: aiosmtplib==5.1.1; extra == "frozen"
57
+ Requires-Dist: aiosmtplib==5.1.2; extra == "frozen"
58
58
  Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
59
59
  Requires-Dist: alembic==1.18.4; extra == "frozen"
60
60
  Requires-Dist: amqp==5.3.1; extra == "frozen"
@@ -81,7 +81,7 @@ Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
81
81
  Requires-Dist: asgiref==3.11.1; extra == "frozen"
82
82
  Requires-Dist: asteval==1.0.9; extra == "frozen"
83
83
  Requires-Dist: astropy==7.0.2; extra == "frozen"
84
- Requires-Dist: astropy-iers-data==0.2026.6.15.15.33.16; extra == "frozen"
84
+ Requires-Dist: astropy-iers-data==0.2026.6.22.1.23.34; extra == "frozen"
85
85
  Requires-Dist: asttokens==3.0.1; extra == "frozen"
86
86
  Requires-Dist: async-lru==2.3.0; extra == "frozen"
87
87
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
@@ -90,8 +90,8 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
90
90
  Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
91
91
  Requires-Dist: billiard==4.2.4; extra == "frozen"
92
92
  Requires-Dist: bleach==6.4.0; extra == "frozen"
93
- Requires-Dist: boto3==1.43.32; extra == "frozen"
94
- Requires-Dist: botocore==1.43.32; extra == "frozen"
93
+ Requires-Dist: boto3==1.43.34; extra == "frozen"
94
+ Requires-Dist: botocore==1.43.34; extra == "frozen"
95
95
  Requires-Dist: cadwyn==7.1.0; extra == "frozen"
96
96
  Requires-Dist: celery==5.6.3; extra == "frozen"
97
97
  Requires-Dist: certifi==2026.6.17; extra == "frozen"
@@ -113,17 +113,17 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
113
113
  Requires-Dist: defusedxml==0.7.1; extra == "frozen"
114
114
  Requires-Dist: dill==0.4.1; extra == "frozen"
115
115
  Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
116
- Requires-Dist: dkist-processing-common==14.3.3; extra == "frozen"
116
+ Requires-Dist: dkist-processing-common==14.3.4; extra == "frozen"
117
117
  Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
118
118
  Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
119
- Requires-Dist: dkist-processing-test==1.42.16; extra == "frozen"
119
+ Requires-Dist: dkist-processing-test==1.42.17; extra == "frozen"
120
120
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
121
121
  Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
122
122
  Requires-Dist: dkist_fits_specifications==4.28.0; extra == "frozen"
123
123
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
124
124
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
125
125
  Requires-Dist: executing==2.2.1; extra == "frozen"
126
- Requires-Dist: fastapi==0.137.2; extra == "frozen"
126
+ Requires-Dist: fastapi==0.138.0; extra == "frozen"
127
127
  Requires-Dist: fastapi-cli==0.0.27; extra == "frozen"
128
128
  Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
129
129
  Requires-Dist: flower==2.0.1; extra == "frozen"
@@ -152,7 +152,7 @@ Requires-Dist: isoduration==20.11.0; extra == "frozen"
152
152
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
153
153
  Requires-Dist: jedi==0.20.0; extra == "frozen"
154
154
  Requires-Dist: jmespath==1.1.0; extra == "frozen"
155
- Requires-Dist: json5==0.14.0; extra == "frozen"
155
+ Requires-Dist: json5==0.15.0; extra == "frozen"
156
156
  Requires-Dist: jsonpointer==3.1.1; extra == "frozen"
157
157
  Requires-Dist: jsonschema==4.26.0; extra == "frozen"
158
158
  Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
@@ -181,7 +181,7 @@ Requires-Dist: matplotlib==3.11.0; extra == "frozen"
181
181
  Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
182
182
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
183
183
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
184
- Requires-Dist: mistune==3.2.1; extra == "frozen"
184
+ Requires-Dist: mistune==3.3.1; extra == "frozen"
185
185
  Requires-Dist: more-itertools==11.1.0; extra == "frozen"
186
186
  Requires-Dist: moviepy==2.2.1; extra == "frozen"
187
187
  Requires-Dist: msgspec==0.21.1; extra == "frozen"
@@ -248,7 +248,7 @@ Requires-Dist: pure_eval==0.2.3; extra == "frozen"
248
248
  Requires-Dist: pycparser==3.0; extra == "frozen"
249
249
  Requires-Dist: pydantic==2.13.4; extra == "frozen"
250
250
  Requires-Dist: pydantic-extra-types==2.11.1; extra == "frozen"
251
- Requires-Dist: pydantic-settings==2.14.1; extra == "frozen"
251
+ Requires-Dist: pydantic-settings==2.14.2; extra == "frozen"
252
252
  Requires-Dist: pydantic_core==2.46.4; extra == "frozen"
253
253
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
254
254
  Requires-Dist: pygtrie==2.5.0; extra == "frozen"
@@ -272,7 +272,7 @@ Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
272
272
  Requires-Dist: rich-toolkit==0.20.1; extra == "frozen"
273
273
  Requires-Dist: rpds-py==2026.5.1; extra == "frozen"
274
274
  Requires-Dist: s3transfer==0.19.0; extra == "frozen"
275
- Requires-Dist: scipy==1.17.1; extra == "frozen"
275
+ Requires-Dist: scipy==1.18.0; extra == "frozen"
276
276
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
277
277
  Requires-Dist: setproctitle==1.3.7; extra == "frozen"
278
278
  Requires-Dist: shellingham==1.5.4; extra == "frozen"
@@ -319,7 +319,7 @@ Requires-Dist: webencodings==0.5.1; extra == "frozen"
319
319
  Requires-Dist: websocket-client==1.9.0; extra == "frozen"
320
320
  Requires-Dist: websockets==16.0; extra == "frozen"
321
321
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
322
- Requires-Dist: wrapt==2.2.1; extra == "frozen"
322
+ Requires-Dist: wrapt==2.2.2; extra == "frozen"
323
323
  Requires-Dist: yamale==6.1.0; extra == "frozen"
324
324
  Requires-Dist: yarl==1.24.2; extra == "frozen"
325
325
  Requires-Dist: zipp==4.1.0; extra == "frozen"
@@ -11,6 +11,8 @@ dkist_processing_test.egg-info/PKG-INFO
11
11
  dkist_processing_test.egg-info/SOURCES.txt
12
12
  dkist_processing_test.egg-info/dependency_links.txt
13
13
  dkist_processing_test.egg-info/requires.txt
14
+ dkist_processing_test.egg-info/scm_file_list.json
15
+ dkist_processing_test.egg-info/scm_version.json
14
16
  dkist_processing_test.egg-info/top_level.txt
15
17
  dkist_processing_test/models/__init__.py
16
18
  dkist_processing_test/models/constants.py
@@ -1,4 +1,4 @@
1
- dkist-processing-common==14.3.3
1
+ dkist-processing-common==14.3.4
2
2
  dkist-header-validator==5.4.0
3
3
  dkist-service-configuration==4.3.0
4
4
  dkist-fits-specifications==4.28.0
@@ -28,7 +28,7 @@ aioftp==0.27.2
28
28
  aiohappyeyeballs==2.6.2
29
29
  aiohttp==3.14.1
30
30
  aiosignal==1.4.0
31
- aiosmtplib==5.1.1
31
+ aiosmtplib==5.1.2
32
32
  aiosqlite==0.21.0
33
33
  alembic==1.18.4
34
34
  amqp==5.3.1
@@ -55,7 +55,7 @@ asdf_standard==1.5.0
55
55
  asgiref==3.11.1
56
56
  asteval==1.0.9
57
57
  astropy==7.0.2
58
- astropy-iers-data==0.2026.6.15.15.33.16
58
+ astropy-iers-data==0.2026.6.22.1.23.34
59
59
  asttokens==3.0.1
60
60
  async-lru==2.3.0
61
61
  asyncpg==0.31.0
@@ -64,8 +64,8 @@ babel==2.18.0
64
64
  beautifulsoup4==4.15.0
65
65
  billiard==4.2.4
66
66
  bleach==6.4.0
67
- boto3==1.43.32
68
- botocore==1.43.32
67
+ boto3==1.43.34
68
+ botocore==1.43.34
69
69
  cadwyn==7.1.0
70
70
  celery==5.6.3
71
71
  certifi==2026.6.17
@@ -87,17 +87,17 @@ decorator==5.3.1
87
87
  defusedxml==0.7.1
88
88
  dill==0.4.1
89
89
  dkist-header-validator==5.4.0
90
- dkist-processing-common==14.3.3
90
+ dkist-processing-common==14.3.4
91
91
  dkist-processing-core==7.3.0
92
92
  dkist-processing-pac==3.1.2
93
- dkist-processing-test==1.42.16
93
+ dkist-processing-test==1.42.17
94
94
  dkist-service-configuration==4.3.0
95
95
  dkist-spectral-lines==3.0.1
96
96
  dkist_fits_specifications==4.28.0
97
97
  dnspython==2.8.0
98
98
  email-validator==2.3.0
99
99
  executing==2.2.1
100
- fastapi==0.137.2
100
+ fastapi==0.138.0
101
101
  fastapi-cli==0.0.27
102
102
  fastjsonschema==2.21.2
103
103
  flower==2.0.1
@@ -126,7 +126,7 @@ isoduration==20.11.0
126
126
  itsdangerous==2.2.0
127
127
  jedi==0.20.0
128
128
  jmespath==1.1.0
129
- json5==0.14.0
129
+ json5==0.15.0
130
130
  jsonpointer==3.1.1
131
131
  jsonschema==4.26.0
132
132
  jsonschema-specifications==2025.9.1
@@ -155,7 +155,7 @@ matplotlib==3.11.0
155
155
  matplotlib-inline==0.2.2
156
156
  mdurl==0.1.2
157
157
  methodtools==0.4.7
158
- mistune==3.2.1
158
+ mistune==3.3.1
159
159
  more-itertools==11.1.0
160
160
  moviepy==2.2.1
161
161
  msgspec==0.21.1
@@ -222,7 +222,7 @@ pure_eval==0.2.3
222
222
  pycparser==3.0
223
223
  pydantic==2.13.4
224
224
  pydantic-extra-types==2.11.1
225
- pydantic-settings==2.14.1
225
+ pydantic-settings==2.14.2
226
226
  pydantic_core==2.46.4
227
227
  pyerfa==2.0.1.5
228
228
  pygtrie==2.5.0
@@ -246,7 +246,7 @@ rich-argparse==1.8.0
246
246
  rich-toolkit==0.20.1
247
247
  rpds-py==2026.5.1
248
248
  s3transfer==0.19.0
249
- scipy==1.17.1
249
+ scipy==1.18.0
250
250
  semantic-version==2.10.0
251
251
  setproctitle==1.3.7
252
252
  shellingham==1.5.4
@@ -293,7 +293,7 @@ webencodings==0.5.1
293
293
  websocket-client==1.9.0
294
294
  websockets==16.0
295
295
  wirerope==1.0.0
296
- wrapt==2.2.1
296
+ wrapt==2.2.2
297
297
  yamale==6.1.0
298
298
  yarl==1.24.2
299
299
  zipp==4.1.0
@@ -0,0 +1,43 @@
1
+ {
2
+ "files": [
3
+ "README.rst",
4
+ ".pre-commit-config.yaml",
5
+ "pyproject.toml",
6
+ "bitbucket-pipelines.yml",
7
+ ".gitignore",
8
+ ".snyk",
9
+ ".rovodev/.review-agent.md",
10
+ "dkist_processing_test/config.py",
11
+ "dkist_processing_test/__init__.py",
12
+ "dkist_processing_test/parsers/test_l0_fits_access.py",
13
+ "dkist_processing_test/parsers/__init__.py",
14
+ "dkist_processing_test/parsers/time.py",
15
+ "dkist_processing_test/models/parameters.py",
16
+ "dkist_processing_test/models/constants.py",
17
+ "dkist_processing_test/models/__init__.py",
18
+ "dkist_processing_test/tasks/construct_dataset_extras.py",
19
+ "dkist_processing_test/tasks/exercise_numba.py",
20
+ "dkist_processing_test/tasks/high_memory.py",
21
+ "dkist_processing_test/tasks/fail.py",
22
+ "dkist_processing_test/tasks/write_l1.py",
23
+ "dkist_processing_test/tasks/parse.py",
24
+ "dkist_processing_test/tasks/manual.py",
25
+ "dkist_processing_test/tasks/fake_science.py",
26
+ "dkist_processing_test/tasks/__init__.py",
27
+ "dkist_processing_test/tasks/movie.py",
28
+ "dkist_processing_test/tasks/noop.py",
29
+ "dkist_processing_test/tasks/quality.py",
30
+ "dkist_processing_test/tests/test_tasks.py",
31
+ "dkist_processing_test/tests/conftest.py",
32
+ "dkist_processing_test/tests/__init__.py",
33
+ "dkist_processing_test/tests/test_workflows.py",
34
+ "dkist_processing_test/workflows/end_to_end.py",
35
+ "dkist_processing_test/workflows/exercise_numba.py",
36
+ "dkist_processing_test/workflows/fail.py",
37
+ "dkist_processing_test/workflows/common_tasks.py",
38
+ "dkist_processing_test/workflows/trial_end_to_end.py",
39
+ "dkist_processing_test/workflows/resource_queue.py",
40
+ "dkist_processing_test/workflows/__init__.py",
41
+ "dkist_processing_test/workflows/noop.py"
42
+ ]
43
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "tag": "1.42.17",
3
+ "distance": 0,
4
+ "node": "g9ed7ed6b9a818aad5c03038cf38762d0f33f04de",
5
+ "dirty": false,
6
+ "branch": "HEAD",
7
+ "node_date": "2026-06-22"
8
+ }
@@ -9,8 +9,8 @@ exclude = ["build*"]
9
9
 
10
10
  [tool.dkist-dev-tools]
11
11
  # Most recently frozen version by dkist-dev-tools
12
- version = "1.42.16"
13
- date = 2026-06-18T13:14:29.268822
12
+ version = "1.42.17"
13
+ date = 2026-06-22T10:24:30.379764
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
@@ -26,7 +26,7 @@ classifiers = [
26
26
  "Programming Language :: Python :: 3.13",
27
27
  ]
28
28
  dependencies = [
29
- "dkist-processing-common == 14.3.3",
29
+ "dkist-processing-common == 14.3.4",
30
30
  "dkist-header-validator == 5.4.0",
31
31
  "dkist-service-configuration == 4.3.0",
32
32
  "dkist-fits-specifications == 4.28.0",
@@ -80,7 +80,7 @@ frozen = [
80
80
  "aiohappyeyeballs == 2.6.2",
81
81
  "aiohttp == 3.14.1",
82
82
  "aiosignal == 1.4.0",
83
- "aiosmtplib == 5.1.1",
83
+ "aiosmtplib == 5.1.2",
84
84
  "aiosqlite == 0.21.0",
85
85
  "alembic == 1.18.4",
86
86
  "amqp == 5.3.1",
@@ -107,7 +107,7 @@ frozen = [
107
107
  "asgiref == 3.11.1",
108
108
  "asteval == 1.0.9",
109
109
  "astropy == 7.0.2",
110
- "astropy-iers-data == 0.2026.6.15.15.33.16",
110
+ "astropy-iers-data == 0.2026.6.22.1.23.34",
111
111
  "asttokens == 3.0.1",
112
112
  "async-lru == 2.3.0",
113
113
  "asyncpg == 0.31.0",
@@ -116,8 +116,8 @@ frozen = [
116
116
  "beautifulsoup4 == 4.15.0",
117
117
  "billiard == 4.2.4",
118
118
  "bleach == 6.4.0",
119
- "boto3 == 1.43.32",
120
- "botocore == 1.43.32",
119
+ "boto3 == 1.43.34",
120
+ "botocore == 1.43.34",
121
121
  "cadwyn == 7.1.0",
122
122
  "celery == 5.6.3",
123
123
  "certifi == 2026.6.17",
@@ -139,17 +139,17 @@ frozen = [
139
139
  "defusedxml == 0.7.1",
140
140
  "dill == 0.4.1",
141
141
  "dkist-header-validator == 5.4.0",
142
- "dkist-processing-common == 14.3.3",
142
+ "dkist-processing-common == 14.3.4",
143
143
  "dkist-processing-core == 7.3.0",
144
144
  "dkist-processing-pac == 3.1.2",
145
- "dkist-processing-test == 1.42.16",
145
+ "dkist-processing-test == 1.42.17",
146
146
  "dkist-service-configuration == 4.3.0",
147
147
  "dkist-spectral-lines == 3.0.1",
148
148
  "dkist_fits_specifications == 4.28.0",
149
149
  "dnspython == 2.8.0",
150
150
  "email-validator == 2.3.0",
151
151
  "executing == 2.2.1",
152
- "fastapi == 0.137.2",
152
+ "fastapi == 0.138.0",
153
153
  "fastapi-cli == 0.0.27",
154
154
  "fastjsonschema == 2.21.2",
155
155
  "flower == 2.0.1",
@@ -178,7 +178,7 @@ frozen = [
178
178
  "itsdangerous == 2.2.0",
179
179
  "jedi == 0.20.0",
180
180
  "jmespath == 1.1.0",
181
- "json5 == 0.14.0",
181
+ "json5 == 0.15.0",
182
182
  "jsonpointer == 3.1.1",
183
183
  "jsonschema == 4.26.0",
184
184
  "jsonschema-specifications == 2025.9.1",
@@ -207,7 +207,7 @@ frozen = [
207
207
  "matplotlib-inline == 0.2.2",
208
208
  "mdurl == 0.1.2",
209
209
  "methodtools == 0.4.7",
210
- "mistune == 3.2.1",
210
+ "mistune == 3.3.1",
211
211
  "more-itertools == 11.1.0",
212
212
  "moviepy == 2.2.1",
213
213
  "msgspec == 0.21.1",
@@ -274,7 +274,7 @@ frozen = [
274
274
  "pycparser == 3.0",
275
275
  "pydantic == 2.13.4",
276
276
  "pydantic-extra-types == 2.11.1",
277
- "pydantic-settings == 2.14.1",
277
+ "pydantic-settings == 2.14.2",
278
278
  "pydantic_core == 2.46.4",
279
279
  "pyerfa == 2.0.1.5",
280
280
  "pygtrie == 2.5.0",
@@ -298,7 +298,7 @@ frozen = [
298
298
  "rich-toolkit == 0.20.1",
299
299
  "rpds-py == 2026.5.1",
300
300
  "s3transfer == 0.19.0",
301
- "scipy == 1.17.1",
301
+ "scipy == 1.18.0",
302
302
  "semantic-version == 2.10.0",
303
303
  "setproctitle == 1.3.7",
304
304
  "shellingham == 1.5.4",
@@ -345,7 +345,7 @@ frozen = [
345
345
  "websocket-client == 1.9.0",
346
346
  "websockets == 16.0",
347
347
  "wirerope == 1.0.0",
348
- "wrapt == 2.2.1",
348
+ "wrapt == 2.2.2",
349
349
  "yamale == 6.1.0",
350
350
  "yarl == 1.24.2",
351
351
  "zipp == 4.1.0",