dkist-processing-test 1.42.9__tar.gz → 1.42.10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. {dkist_processing_test-1.42.9/dkist_processing_test.egg-info → dkist_processing_test-1.42.10}/PKG-INFO +14 -15
  2. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10/dkist_processing_test.egg-info}/PKG-INFO +14 -15
  3. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test.egg-info/requires.txt +13 -14
  4. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/pyproject.toml +15 -16
  5. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/.gitignore +0 -0
  6. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/.pre-commit-config.yaml +0 -0
  7. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/.snyk +0 -0
  8. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/README.rst +0 -0
  9. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/bitbucket-pipelines.yml +0 -0
  10. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/parsers/__init__.py +0 -0
  16. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
  17. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/parsers/time.py +0 -0
  18. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/__init__.py +0 -0
  19. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
  20. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  21. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/fail.py +0 -0
  22. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/fake_science.py +0 -0
  23. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/high_memory.py +0 -0
  24. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/manual.py +0 -0
  25. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/movie.py +0 -0
  26. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/noop.py +0 -0
  27. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/parse.py +0 -0
  28. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/quality.py +0 -0
  29. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tasks/write_l1.py +0 -0
  30. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tests/__init__.py +0 -0
  31. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tests/conftest.py +0 -0
  32. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tests/test_tasks.py +0 -0
  33. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/tests/test_workflows.py +0 -0
  34. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/workflows/__init__.py +0 -0
  35. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/workflows/common_tasks.py +0 -0
  36. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/workflows/end_to_end.py +0 -0
  37. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  38. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/workflows/fail.py +0 -0
  39. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/workflows/noop.py +0 -0
  40. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/workflows/resource_queue.py +0 -0
  41. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  42. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  43. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  44. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/dkist_processing_test.egg-info/top_level.txt +0 -0
  45. {dkist_processing_test-1.42.9 → dkist_processing_test-1.42.10}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.42.9
3
+ Version: 1.42.10
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.1.1
15
+ Requires-Dist: dkist-processing-common==14.2.0
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.26.0
@@ -66,12 +66,11 @@ Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
66
66
  Requires-Dist: apache-airflow-providers-celery==3.19.0; extra == "frozen"
67
67
  Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
68
68
  Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
69
- Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
69
+ Requires-Dist: apache-airflow-providers-common-sql==1.36.0; extra == "frozen"
70
70
  Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
71
71
  Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
72
- Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
72
+ Requires-Dist: apache-airflow-providers-standard==1.13.0; extra == "frozen"
73
73
  Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
74
- Requires-Dist: appnope==0.1.4; extra == "frozen"
75
74
  Requires-Dist: argcomplete==3.6.3; extra == "frozen"
76
75
  Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
77
76
  Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
@@ -82,7 +81,7 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
82
81
  Requires-Dist: asgiref==3.11.1; extra == "frozen"
83
82
  Requires-Dist: asteval==1.0.8; extra == "frozen"
84
83
  Requires-Dist: astropy==7.0.2; extra == "frozen"
85
- Requires-Dist: astropy-iers-data==0.2026.5.4.1.4.54; extra == "frozen"
84
+ Requires-Dist: astropy-iers-data==0.2026.5.11.1.8.52; extra == "frozen"
86
85
  Requires-Dist: asttokens==3.0.1; extra == "frozen"
87
86
  Requires-Dist: async-lru==2.3.0; extra == "frozen"
88
87
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
@@ -114,10 +113,10 @@ Requires-Dist: decorator==5.2.1; extra == "frozen"
114
113
  Requires-Dist: defusedxml==0.7.1; extra == "frozen"
115
114
  Requires-Dist: dill==0.4.1; extra == "frozen"
116
115
  Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
117
- Requires-Dist: dkist-processing-common==14.1.1; extra == "frozen"
116
+ Requires-Dist: dkist-processing-common==14.2.0; extra == "frozen"
118
117
  Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
119
118
  Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
120
- Requires-Dist: dkist-processing-test==1.42.9; extra == "frozen"
119
+ Requires-Dist: dkist-processing-test==1.42.10; extra == "frozen"
121
120
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
122
121
  Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
123
122
  Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
@@ -143,7 +142,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
143
142
  Requires-Dist: httptools==0.7.1; extra == "frozen"
144
143
  Requires-Dist: httpx==0.28.1; extra == "frozen"
145
144
  Requires-Dist: humanize==4.15.0; extra == "frozen"
146
- Requires-Dist: idna==3.13; extra == "frozen"
145
+ Requires-Dist: idna==3.14; extra == "frozen"
147
146
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
148
147
  Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
149
148
  Requires-Dist: ipykernel==7.2.0; extra == "frozen"
@@ -178,7 +177,7 @@ Requires-Dist: lockfile==0.12.2; extra == "frozen"
178
177
  Requires-Dist: loguru==0.7.3; extra == "frozen"
179
178
  Requires-Dist: markdown-it-py==4.2.0; extra == "frozen"
180
179
  Requires-Dist: matplotlib==3.10.9; extra == "frozen"
181
- Requires-Dist: matplotlib-inline==0.2.1; extra == "frozen"
180
+ Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
182
181
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
183
182
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
184
183
  Requires-Dist: mistune==3.2.1; extra == "frozen"
@@ -222,7 +221,7 @@ Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
222
221
  Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
223
222
  Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
224
223
  Requires-Dist: packaging==26.2; extra == "frozen"
225
- Requires-Dist: pandas==3.0.2; extra == "frozen"
224
+ Requires-Dist: pandas==3.0.3; extra == "frozen"
226
225
  Requires-Dist: pandocfilters==1.5.1; extra == "frozen"
227
226
  Requires-Dist: parfive==2.3.1; extra == "frozen"
228
227
  Requires-Dist: parso==0.8.7; extra == "frozen"
@@ -239,7 +238,7 @@ Requires-Dist: pooch==1.9.0; extra == "frozen"
239
238
  Requires-Dist: proglog==0.1.12; extra == "frozen"
240
239
  Requires-Dist: prometheus_client==0.25.0; extra == "frozen"
241
240
  Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
242
- Requires-Dist: propcache==0.4.1; extra == "frozen"
241
+ Requires-Dist: propcache==0.5.2; extra == "frozen"
243
242
  Requires-Dist: protobuf==6.33.6; extra == "frozen"
244
243
  Requires-Dist: psutil==7.2.2; extra == "frozen"
245
244
  Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
@@ -257,19 +256,19 @@ Requires-Dist: python-daemon==3.1.2; extra == "frozen"
257
256
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
258
257
  Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
259
258
  Requires-Dist: python-json-logger==4.1.0; extra == "frozen"
260
- Requires-Dist: python-multipart==0.0.27; extra == "frozen"
259
+ Requires-Dist: python-multipart==0.0.28; extra == "frozen"
261
260
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
262
261
  Requires-Dist: pytz==2026.2; extra == "frozen"
263
262
  Requires-Dist: pyzmq==27.1.0; extra == "frozen"
264
263
  Requires-Dist: redis==6.4.0; extra == "frozen"
265
264
  Requires-Dist: referencing==0.37.0; extra == "frozen"
266
- Requires-Dist: requests==2.33.1; extra == "frozen"
265
+ Requires-Dist: requests==2.34.0; extra == "frozen"
267
266
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
268
267
  Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
269
268
  Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
270
269
  Requires-Dist: rich==15.0.0; extra == "frozen"
271
270
  Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
272
- Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
271
+ Requires-Dist: rich-toolkit==0.19.8; extra == "frozen"
273
272
  Requires-Dist: rpds-py==0.30.0; extra == "frozen"
274
273
  Requires-Dist: s3transfer==0.17.0; extra == "frozen"
275
274
  Requires-Dist: scipy==1.17.1; extra == "frozen"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.42.9
3
+ Version: 1.42.10
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.1.1
15
+ Requires-Dist: dkist-processing-common==14.2.0
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.26.0
@@ -66,12 +66,11 @@ Requires-Dist: apache-airflow-core==3.2.1; extra == "frozen"
66
66
  Requires-Dist: apache-airflow-providers-celery==3.19.0; extra == "frozen"
67
67
  Requires-Dist: apache-airflow-providers-common-compat==1.14.3; extra == "frozen"
68
68
  Requires-Dist: apache-airflow-providers-common-io==1.7.2; extra == "frozen"
69
- Requires-Dist: apache-airflow-providers-common-sql==1.35.0; extra == "frozen"
69
+ Requires-Dist: apache-airflow-providers-common-sql==1.36.0; extra == "frozen"
70
70
  Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
71
71
  Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
72
- Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
72
+ Requires-Dist: apache-airflow-providers-standard==1.13.0; extra == "frozen"
73
73
  Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
74
- Requires-Dist: appnope==0.1.4; extra == "frozen"
75
74
  Requires-Dist: argcomplete==3.6.3; extra == "frozen"
76
75
  Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
77
76
  Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
@@ -82,7 +81,7 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
82
81
  Requires-Dist: asgiref==3.11.1; extra == "frozen"
83
82
  Requires-Dist: asteval==1.0.8; extra == "frozen"
84
83
  Requires-Dist: astropy==7.0.2; extra == "frozen"
85
- Requires-Dist: astropy-iers-data==0.2026.5.4.1.4.54; extra == "frozen"
84
+ Requires-Dist: astropy-iers-data==0.2026.5.11.1.8.52; extra == "frozen"
86
85
  Requires-Dist: asttokens==3.0.1; extra == "frozen"
87
86
  Requires-Dist: async-lru==2.3.0; extra == "frozen"
88
87
  Requires-Dist: asyncpg==0.31.0; extra == "frozen"
@@ -114,10 +113,10 @@ Requires-Dist: decorator==5.2.1; extra == "frozen"
114
113
  Requires-Dist: defusedxml==0.7.1; extra == "frozen"
115
114
  Requires-Dist: dill==0.4.1; extra == "frozen"
116
115
  Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
117
- Requires-Dist: dkist-processing-common==14.1.1; extra == "frozen"
116
+ Requires-Dist: dkist-processing-common==14.2.0; extra == "frozen"
118
117
  Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
119
118
  Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
120
- Requires-Dist: dkist-processing-test==1.42.9; extra == "frozen"
119
+ Requires-Dist: dkist-processing-test==1.42.10; extra == "frozen"
121
120
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
122
121
  Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
123
122
  Requires-Dist: dkist_fits_specifications==4.26.0; extra == "frozen"
@@ -143,7 +142,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
143
142
  Requires-Dist: httptools==0.7.1; extra == "frozen"
144
143
  Requires-Dist: httpx==0.28.1; extra == "frozen"
145
144
  Requires-Dist: humanize==4.15.0; extra == "frozen"
146
- Requires-Dist: idna==3.13; extra == "frozen"
145
+ Requires-Dist: idna==3.14; extra == "frozen"
147
146
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
148
147
  Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
149
148
  Requires-Dist: ipykernel==7.2.0; extra == "frozen"
@@ -178,7 +177,7 @@ Requires-Dist: lockfile==0.12.2; extra == "frozen"
178
177
  Requires-Dist: loguru==0.7.3; extra == "frozen"
179
178
  Requires-Dist: markdown-it-py==4.2.0; extra == "frozen"
180
179
  Requires-Dist: matplotlib==3.10.9; extra == "frozen"
181
- Requires-Dist: matplotlib-inline==0.2.1; extra == "frozen"
180
+ Requires-Dist: matplotlib-inline==0.2.2; extra == "frozen"
182
181
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
183
182
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
184
183
  Requires-Dist: mistune==3.2.1; extra == "frozen"
@@ -222,7 +221,7 @@ Requires-Dist: opentelemetry-semantic-conventions==0.62b1; extra == "frozen"
222
221
  Requires-Dist: opentelemetry-util-http==0.62b1; extra == "frozen"
223
222
  Requires-Dist: outcome==1.3.0.post0; extra == "frozen"
224
223
  Requires-Dist: packaging==26.2; extra == "frozen"
225
- Requires-Dist: pandas==3.0.2; extra == "frozen"
224
+ Requires-Dist: pandas==3.0.3; extra == "frozen"
226
225
  Requires-Dist: pandocfilters==1.5.1; extra == "frozen"
227
226
  Requires-Dist: parfive==2.3.1; extra == "frozen"
228
227
  Requires-Dist: parso==0.8.7; extra == "frozen"
@@ -239,7 +238,7 @@ Requires-Dist: pooch==1.9.0; extra == "frozen"
239
238
  Requires-Dist: proglog==0.1.12; extra == "frozen"
240
239
  Requires-Dist: prometheus_client==0.25.0; extra == "frozen"
241
240
  Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
242
- Requires-Dist: propcache==0.4.1; extra == "frozen"
241
+ Requires-Dist: propcache==0.5.2; extra == "frozen"
243
242
  Requires-Dist: protobuf==6.33.6; extra == "frozen"
244
243
  Requires-Dist: psutil==7.2.2; extra == "frozen"
245
244
  Requires-Dist: psycopg2-binary==2.9.12; extra == "frozen"
@@ -257,19 +256,19 @@ Requires-Dist: python-daemon==3.1.2; extra == "frozen"
257
256
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
258
257
  Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
259
258
  Requires-Dist: python-json-logger==4.1.0; extra == "frozen"
260
- Requires-Dist: python-multipart==0.0.27; extra == "frozen"
259
+ Requires-Dist: python-multipart==0.0.28; extra == "frozen"
261
260
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
262
261
  Requires-Dist: pytz==2026.2; extra == "frozen"
263
262
  Requires-Dist: pyzmq==27.1.0; extra == "frozen"
264
263
  Requires-Dist: redis==6.4.0; extra == "frozen"
265
264
  Requires-Dist: referencing==0.37.0; extra == "frozen"
266
- Requires-Dist: requests==2.33.1; extra == "frozen"
265
+ Requires-Dist: requests==2.34.0; extra == "frozen"
267
266
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
268
267
  Requires-Dist: rfc3986-validator==0.1.1; extra == "frozen"
269
268
  Requires-Dist: rfc3987-syntax==1.1.0; extra == "frozen"
270
269
  Requires-Dist: rich==15.0.0; extra == "frozen"
271
270
  Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
272
- Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
271
+ Requires-Dist: rich-toolkit==0.19.8; extra == "frozen"
273
272
  Requires-Dist: rpds-py==0.30.0; extra == "frozen"
274
273
  Requires-Dist: s3transfer==0.17.0; extra == "frozen"
275
274
  Requires-Dist: scipy==1.17.1; extra == "frozen"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==14.1.1
1
+ dkist-processing-common==14.2.0
2
2
  dkist-header-validator==5.4.0
3
3
  dkist-service-configuration==4.3.0
4
4
  dkist-fits-specifications==4.26.0
@@ -40,12 +40,11 @@ apache-airflow-core==3.2.1
40
40
  apache-airflow-providers-celery==3.19.0
41
41
  apache-airflow-providers-common-compat==1.14.3
42
42
  apache-airflow-providers-common-io==1.7.2
43
- apache-airflow-providers-common-sql==1.35.0
43
+ apache-airflow-providers-common-sql==1.36.0
44
44
  apache-airflow-providers-postgres==6.6.3
45
45
  apache-airflow-providers-smtp==3.0.0
46
- apache-airflow-providers-standard==1.12.3
46
+ apache-airflow-providers-standard==1.13.0
47
47
  apache-airflow-task-sdk==1.2.1
48
- appnope==0.1.4
49
48
  argcomplete==3.6.3
50
49
  argon2-cffi==25.1.0
51
50
  argon2-cffi-bindings==25.1.0
@@ -56,7 +55,7 @@ asdf_transform_schemas==0.6.0
56
55
  asgiref==3.11.1
57
56
  asteval==1.0.8
58
57
  astropy==7.0.2
59
- astropy-iers-data==0.2026.5.4.1.4.54
58
+ astropy-iers-data==0.2026.5.11.1.8.52
60
59
  asttokens==3.0.1
61
60
  async-lru==2.3.0
62
61
  asyncpg==0.31.0
@@ -88,10 +87,10 @@ decorator==5.2.1
88
87
  defusedxml==0.7.1
89
88
  dill==0.4.1
90
89
  dkist-header-validator==5.4.0
91
- dkist-processing-common==14.1.1
90
+ dkist-processing-common==14.2.0
92
91
  dkist-processing-core==7.3.0
93
92
  dkist-processing-pac==3.1.2
94
- dkist-processing-test==1.42.9
93
+ dkist-processing-test==1.42.10
95
94
  dkist-service-configuration==4.3.0
96
95
  dkist-spectral-lines==3.0.1
97
96
  dkist_fits_specifications==4.26.0
@@ -117,7 +116,7 @@ httpcore==1.0.9
117
116
  httptools==0.7.1
118
117
  httpx==0.28.1
119
118
  humanize==4.15.0
120
- idna==3.13
119
+ idna==3.14
121
120
  imageio-ffmpeg==0.6.0
122
121
  importlib_metadata==8.7.1
123
122
  ipykernel==7.2.0
@@ -152,7 +151,7 @@ lockfile==0.12.2
152
151
  loguru==0.7.3
153
152
  markdown-it-py==4.2.0
154
153
  matplotlib==3.10.9
155
- matplotlib-inline==0.2.1
154
+ matplotlib-inline==0.2.2
156
155
  mdurl==0.1.2
157
156
  methodtools==0.4.7
158
157
  mistune==3.2.1
@@ -196,7 +195,7 @@ opentelemetry-semantic-conventions==0.62b1
196
195
  opentelemetry-util-http==0.62b1
197
196
  outcome==1.3.0.post0
198
197
  packaging==26.2
199
- pandas==3.0.2
198
+ pandas==3.0.3
200
199
  pandocfilters==1.5.1
201
200
  parfive==2.3.1
202
201
  parso==0.8.7
@@ -213,7 +212,7 @@ pooch==1.9.0
213
212
  proglog==0.1.12
214
213
  prometheus_client==0.25.0
215
214
  prompt_toolkit==3.0.52
216
- propcache==0.4.1
215
+ propcache==0.5.2
217
216
  protobuf==6.33.6
218
217
  psutil==7.2.2
219
218
  psycopg2-binary==2.9.12
@@ -231,19 +230,19 @@ python-daemon==3.1.2
231
230
  python-dateutil==2.9.0.post0
232
231
  python-dotenv==1.2.2
233
232
  python-json-logger==4.1.0
234
- python-multipart==0.0.27
233
+ python-multipart==0.0.28
235
234
  python-slugify==8.0.4
236
235
  pytz==2026.2
237
236
  pyzmq==27.1.0
238
237
  redis==6.4.0
239
238
  referencing==0.37.0
240
- requests==2.33.1
239
+ requests==2.34.0
241
240
  rfc3339-validator==0.1.4
242
241
  rfc3986-validator==0.1.1
243
242
  rfc3987-syntax==1.1.0
244
243
  rich==15.0.0
245
244
  rich-argparse==1.8.0
246
- rich-toolkit==0.19.7
245
+ rich-toolkit==0.19.8
247
246
  rpds-py==0.30.0
248
247
  s3transfer==0.17.0
249
248
  scipy==1.17.1
@@ -9,8 +9,8 @@ exclude = ["build*"]
9
9
 
10
10
  [tool.dkist-dev-tools]
11
11
  # Most recently frozen version by dkist-dev-tools
12
- version = "1.42.9"
13
- date = 2026-05-08T07:45:05.240543
12
+ version = "1.42.10"
13
+ date = 2026-05-12T14:29:00.958853
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.1.1",
29
+ "dkist-processing-common == 14.2.0",
30
30
  "dkist-header-validator == 5.4.0",
31
31
  "dkist-service-configuration == 4.3.0",
32
32
  "dkist-fits-specifications == 4.26.0",
@@ -92,12 +92,11 @@ frozen = [
92
92
  "apache-airflow-providers-celery == 3.19.0",
93
93
  "apache-airflow-providers-common-compat == 1.14.3",
94
94
  "apache-airflow-providers-common-io == 1.7.2",
95
- "apache-airflow-providers-common-sql == 1.35.0",
95
+ "apache-airflow-providers-common-sql == 1.36.0",
96
96
  "apache-airflow-providers-postgres == 6.6.3",
97
97
  "apache-airflow-providers-smtp == 3.0.0",
98
- "apache-airflow-providers-standard == 1.12.3",
98
+ "apache-airflow-providers-standard == 1.13.0",
99
99
  "apache-airflow-task-sdk == 1.2.1",
100
- "appnope == 0.1.4",
101
100
  "argcomplete == 3.6.3",
102
101
  "argon2-cffi == 25.1.0",
103
102
  "argon2-cffi-bindings == 25.1.0",
@@ -108,7 +107,7 @@ frozen = [
108
107
  "asgiref == 3.11.1",
109
108
  "asteval == 1.0.8",
110
109
  "astropy == 7.0.2",
111
- "astropy-iers-data == 0.2026.5.4.1.4.54",
110
+ "astropy-iers-data == 0.2026.5.11.1.8.52",
112
111
  "asttokens == 3.0.1",
113
112
  "async-lru == 2.3.0",
114
113
  "asyncpg == 0.31.0",
@@ -140,10 +139,10 @@ frozen = [
140
139
  "defusedxml == 0.7.1",
141
140
  "dill == 0.4.1",
142
141
  "dkist-header-validator == 5.4.0",
143
- "dkist-processing-common == 14.1.1",
142
+ "dkist-processing-common == 14.2.0",
144
143
  "dkist-processing-core == 7.3.0",
145
144
  "dkist-processing-pac == 3.1.2",
146
- "dkist-processing-test == 1.42.9",
145
+ "dkist-processing-test == 1.42.10",
147
146
  "dkist-service-configuration == 4.3.0",
148
147
  "dkist-spectral-lines == 3.0.1",
149
148
  "dkist_fits_specifications == 4.26.0",
@@ -169,7 +168,7 @@ frozen = [
169
168
  "httptools == 0.7.1",
170
169
  "httpx == 0.28.1",
171
170
  "humanize == 4.15.0",
172
- "idna == 3.13",
171
+ "idna == 3.14",
173
172
  "imageio-ffmpeg == 0.6.0",
174
173
  "importlib_metadata == 8.7.1",
175
174
  "ipykernel == 7.2.0",
@@ -204,7 +203,7 @@ frozen = [
204
203
  "loguru == 0.7.3",
205
204
  "markdown-it-py == 4.2.0",
206
205
  "matplotlib == 3.10.9",
207
- "matplotlib-inline == 0.2.1",
206
+ "matplotlib-inline == 0.2.2",
208
207
  "mdurl == 0.1.2",
209
208
  "methodtools == 0.4.7",
210
209
  "mistune == 3.2.1",
@@ -248,7 +247,7 @@ frozen = [
248
247
  "opentelemetry-util-http == 0.62b1",
249
248
  "outcome == 1.3.0.post0",
250
249
  "packaging == 26.2",
251
- "pandas == 3.0.2",
250
+ "pandas == 3.0.3",
252
251
  "pandocfilters == 1.5.1",
253
252
  "parfive == 2.3.1",
254
253
  "parso == 0.8.7",
@@ -265,7 +264,7 @@ frozen = [
265
264
  "proglog == 0.1.12",
266
265
  "prometheus_client == 0.25.0",
267
266
  "prompt_toolkit == 3.0.52",
268
- "propcache == 0.4.1",
267
+ "propcache == 0.5.2",
269
268
  "protobuf == 6.33.6",
270
269
  "psutil == 7.2.2",
271
270
  "psycopg2-binary == 2.9.12",
@@ -283,19 +282,19 @@ frozen = [
283
282
  "python-dateutil == 2.9.0.post0",
284
283
  "python-dotenv == 1.2.2",
285
284
  "python-json-logger == 4.1.0",
286
- "python-multipart == 0.0.27",
285
+ "python-multipart == 0.0.28",
287
286
  "python-slugify == 8.0.4",
288
287
  "pytz == 2026.2",
289
288
  "pyzmq == 27.1.0",
290
289
  "redis == 6.4.0",
291
290
  "referencing == 0.37.0",
292
- "requests == 2.33.1",
291
+ "requests == 2.34.0",
293
292
  "rfc3339-validator == 0.1.4",
294
293
  "rfc3986-validator == 0.1.1",
295
294
  "rfc3987-syntax == 1.1.0",
296
295
  "rich == 15.0.0",
297
296
  "rich-argparse == 1.8.0",
298
- "rich-toolkit == 0.19.7",
297
+ "rich-toolkit == 0.19.8",
299
298
  "rpds-py == 0.30.0",
300
299
  "s3transfer == 0.17.0",
301
300
  "scipy == 1.17.1",