dkist-processing-test 1.25.0__tar.gz → 1.25.1__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 (43) hide show
  1. {dkist_processing_test-1.25.0/dkist_processing_test.egg-info → dkist_processing_test-1.25.1}/PKG-INFO +18 -18
  2. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1/dkist_processing_test.egg-info}/PKG-INFO +18 -18
  3. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test.egg-info/requires.txt +17 -17
  4. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/pyproject.toml +19 -19
  5. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/.gitignore +0 -0
  6. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/.pre-commit-config.yaml +0 -0
  7. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/.snyk +0 -0
  8. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/README.rst +0 -0
  9. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/bitbucket-pipelines.yml +0 -0
  10. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/__init__.py +0 -0
  16. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  17. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/fail.py +0 -0
  18. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/fake_science.py +0 -0
  19. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/high_memory.py +0 -0
  20. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/manual.py +0 -0
  21. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/movie.py +0 -0
  22. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/noop.py +0 -0
  23. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/parse.py +0 -0
  24. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/quality.py +0 -0
  25. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tasks/write_l1.py +0 -0
  26. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tests/__init__.py +0 -0
  27. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tests/conftest.py +0 -0
  28. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tests/parameter_models.py +0 -0
  29. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tests/test_parameters.py +0 -0
  30. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tests/test_tasks.py +0 -0
  31. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/tests/test_workflows.py +0 -0
  32. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/workflows/__init__.py +0 -0
  33. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/workflows/common_tasks.py +0 -0
  34. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/workflows/end_to_end.py +0 -0
  35. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  36. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/workflows/fail.py +0 -0
  37. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/workflows/noop.py +0 -0
  38. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/workflows/resource_queue.py +0 -0
  39. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  40. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  41. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  42. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/dkist_processing_test.egg-info/top_level.txt +0 -0
  43. {dkist_processing_test-1.25.0 → dkist_processing_test-1.25.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.25.0
3
+ Version: 1.25.1
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==10.6.2
15
+ Requires-Dist: dkist-processing-common==10.6.3
16
16
  Requires-Dist: dkist-header-validator==5.1.1
17
17
  Requires-Dist: dkist-service-configuration==2.2
18
18
  Requires-Dist: dkist-fits-specifications==4.11.0
@@ -83,21 +83,21 @@ Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
83
83
  Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
84
84
  Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
85
85
  Requires-Dist: apispec==6.8.1; extra == "frozen"
86
- Requires-Dist: argcomplete==3.6.0; extra == "frozen"
86
+ Requires-Dist: argcomplete==3.6.1; extra == "frozen"
87
87
  Requires-Dist: asdf==3.5.0; extra == "frozen"
88
88
  Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
89
89
  Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
90
90
  Requires-Dist: asgiref==3.8.1; extra == "frozen"
91
91
  Requires-Dist: asteval==1.0.6; extra == "frozen"
92
92
  Requires-Dist: astropy==6.1.5; extra == "frozen"
93
- Requires-Dist: astropy-iers-data==0.2025.3.17.0.34.53; extra == "frozen"
93
+ Requires-Dist: astropy-iers-data==0.2025.3.24.0.35.32; extra == "frozen"
94
94
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
95
95
  Requires-Dist: attrs==25.3.0; extra == "frozen"
96
96
  Requires-Dist: babel==2.17.0; extra == "frozen"
97
97
  Requires-Dist: billiard==4.2.1; extra == "frozen"
98
98
  Requires-Dist: blinker==1.9.0; extra == "frozen"
99
- Requires-Dist: boto3==1.37.17; extra == "frozen"
100
- Requires-Dist: botocore==1.37.17; extra == "frozen"
99
+ Requires-Dist: boto3==1.37.21; extra == "frozen"
100
+ Requires-Dist: botocore==1.37.21; extra == "frozen"
101
101
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
102
102
  Requires-Dist: celery==5.4.0; extra == "frozen"
103
103
  Requires-Dist: certifi==2025.1.31; extra == "frozen"
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
120
120
  Requires-Dist: decorator==5.2.1; extra == "frozen"
121
121
  Requires-Dist: dill==0.3.9; extra == "frozen"
122
122
  Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
123
- Requires-Dist: dkist-processing-common==10.6.2; extra == "frozen"
123
+ Requires-Dist: dkist-processing-common==10.6.3; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
125
125
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
126
- Requires-Dist: dkist-processing-test==1.25.0; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.25.1; extra == "frozen"
127
127
  Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
128
128
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
129
129
  Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
@@ -136,7 +136,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
136
136
  Requires-Dist: fonttools==4.56.0; extra == "frozen"
137
137
  Requires-Dist: frozenlist==1.5.0; extra == "frozen"
138
138
  Requires-Dist: fsspec==2025.3.0; extra == "frozen"
139
- Requires-Dist: globus-sdk==3.52.0; extra == "frozen"
139
+ Requires-Dist: globus-sdk==3.53.0; extra == "frozen"
140
140
  Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
141
141
  Requires-Dist: googleapis-common-protos==1.69.2; extra == "frozen"
142
142
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
@@ -145,7 +145,7 @@ Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
145
  Requires-Dist: h11==0.14.0; extra == "frozen"
146
146
  Requires-Dist: httpcore==1.0.7; extra == "frozen"
147
147
  Requires-Dist: httpx==0.28.1; extra == "frozen"
148
- Requires-Dist: humanize==4.12.1; extra == "frozen"
148
+ Requires-Dist: humanize==4.12.2; 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"
@@ -157,7 +157,7 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
157
157
  Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
158
158
  Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
159
159
  Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
160
- Requires-Dist: kombu==5.5.0; extra == "frozen"
160
+ Requires-Dist: kombu==5.5.1; extra == "frozen"
161
161
  Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
162
162
  Requires-Dist: limits==4.4.1; extra == "frozen"
163
163
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
@@ -203,7 +203,7 @@ Requires-Dist: prison==0.2.1; extra == "frozen"
203
203
  Requires-Dist: proglog==0.1.10; extra == "frozen"
204
204
  Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
205
205
  Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
206
- Requires-Dist: propcache==0.3.0; extra == "frozen"
206
+ Requires-Dist: propcache==0.3.1; extra == "frozen"
207
207
  Requires-Dist: protobuf==5.29.4; extra == "frozen"
208
208
  Requires-Dist: psutil==7.0.0; extra == "frozen"
209
209
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
@@ -213,13 +213,13 @@ Requires-Dist: pydantic==2.10.6; extra == "frozen"
213
213
  Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
214
214
  Requires-Dist: pydantic_core==2.27.2; extra == "frozen"
215
215
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
216
- Requires-Dist: pyparsing==3.2.1; extra == "frozen"
216
+ Requires-Dist: pyparsing==3.2.3; extra == "frozen"
217
217
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
218
218
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
219
- Requires-Dist: python-dotenv==1.0.1; extra == "frozen"
219
+ Requires-Dist: python-dotenv==1.1.0; extra == "frozen"
220
220
  Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
221
221
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
222
- Requires-Dist: pytz==2025.1; extra == "frozen"
222
+ Requires-Dist: pytz==2025.2; extra == "frozen"
223
223
  Requires-Dist: redis==4.6.0; extra == "frozen"
224
224
  Requires-Dist: referencing==0.36.2; extra == "frozen"
225
225
  Requires-Dist: requests==2.32.3; extra == "frozen"
@@ -228,12 +228,12 @@ Requires-Dist: retry==0.9.2; extra == "frozen"
228
228
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
229
229
  Requires-Dist: rich==13.9.4; extra == "frozen"
230
230
  Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
231
- Requires-Dist: rpds-py==0.23.1; extra == "frozen"
231
+ Requires-Dist: rpds-py==0.24.0; extra == "frozen"
232
232
  Requires-Dist: s3transfer==0.11.4; extra == "frozen"
233
233
  Requires-Dist: scipy==1.15.2; extra == "frozen"
234
234
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
235
235
  Requires-Dist: setproctitle==1.3.5; extra == "frozen"
236
- Requires-Dist: setuptools==75.6.0; extra == "frozen"
236
+ Requires-Dist: setuptools==69.2.0; extra == "frozen"
237
237
  Requires-Dist: six==1.17.0; extra == "frozen"
238
238
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
239
239
  Requires-Dist: sqids==0.5.1; extra == "frozen"
@@ -248,7 +248,7 @@ Requires-Dist: time-machine==2.16.0; extra == "frozen"
248
248
  Requires-Dist: tornado==6.4.2; extra == "frozen"
249
249
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
250
250
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
251
- Requires-Dist: typing_extensions==4.12.2; extra == "frozen"
251
+ Requires-Dist: typing_extensions==4.13.0; extra == "frozen"
252
252
  Requires-Dist: tzdata==2025.1; extra == "frozen"
253
253
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
254
254
  Requires-Dist: uncertainties==3.2.2; extra == "frozen"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.25.0
3
+ Version: 1.25.1
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==10.6.2
15
+ Requires-Dist: dkist-processing-common==10.6.3
16
16
  Requires-Dist: dkist-header-validator==5.1.1
17
17
  Requires-Dist: dkist-service-configuration==2.2
18
18
  Requires-Dist: dkist-fits-specifications==4.11.0
@@ -83,21 +83,21 @@ Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
83
83
  Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
84
84
  Requires-Dist: apache-airflow-providers-sqlite==4.0.1; extra == "frozen"
85
85
  Requires-Dist: apispec==6.8.1; extra == "frozen"
86
- Requires-Dist: argcomplete==3.6.0; extra == "frozen"
86
+ Requires-Dist: argcomplete==3.6.1; extra == "frozen"
87
87
  Requires-Dist: asdf==3.5.0; extra == "frozen"
88
88
  Requires-Dist: asdf_standard==1.1.1; extra == "frozen"
89
89
  Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
90
90
  Requires-Dist: asgiref==3.8.1; extra == "frozen"
91
91
  Requires-Dist: asteval==1.0.6; extra == "frozen"
92
92
  Requires-Dist: astropy==6.1.5; extra == "frozen"
93
- Requires-Dist: astropy-iers-data==0.2025.3.17.0.34.53; extra == "frozen"
93
+ Requires-Dist: astropy-iers-data==0.2025.3.24.0.35.32; extra == "frozen"
94
94
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
95
95
  Requires-Dist: attrs==25.3.0; extra == "frozen"
96
96
  Requires-Dist: babel==2.17.0; extra == "frozen"
97
97
  Requires-Dist: billiard==4.2.1; extra == "frozen"
98
98
  Requires-Dist: blinker==1.9.0; extra == "frozen"
99
- Requires-Dist: boto3==1.37.17; extra == "frozen"
100
- Requires-Dist: botocore==1.37.17; extra == "frozen"
99
+ Requires-Dist: boto3==1.37.21; extra == "frozen"
100
+ Requires-Dist: botocore==1.37.21; extra == "frozen"
101
101
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
102
102
  Requires-Dist: celery==5.4.0; extra == "frozen"
103
103
  Requires-Dist: certifi==2025.1.31; extra == "frozen"
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
120
120
  Requires-Dist: decorator==5.2.1; extra == "frozen"
121
121
  Requires-Dist: dill==0.3.9; extra == "frozen"
122
122
  Requires-Dist: dkist-header-validator==5.1.1; extra == "frozen"
123
- Requires-Dist: dkist-processing-common==10.6.2; extra == "frozen"
123
+ Requires-Dist: dkist-processing-common==10.6.3; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
125
125
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
126
- Requires-Dist: dkist-processing-test==1.25.0; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.25.1; extra == "frozen"
127
127
  Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
128
128
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
129
129
  Requires-Dist: dkist_fits_specifications==4.11.0; extra == "frozen"
@@ -136,7 +136,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
136
136
  Requires-Dist: fonttools==4.56.0; extra == "frozen"
137
137
  Requires-Dist: frozenlist==1.5.0; extra == "frozen"
138
138
  Requires-Dist: fsspec==2025.3.0; extra == "frozen"
139
- Requires-Dist: globus-sdk==3.52.0; extra == "frozen"
139
+ Requires-Dist: globus-sdk==3.53.0; extra == "frozen"
140
140
  Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
141
141
  Requires-Dist: googleapis-common-protos==1.69.2; extra == "frozen"
142
142
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
@@ -145,7 +145,7 @@ Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
145
  Requires-Dist: h11==0.14.0; extra == "frozen"
146
146
  Requires-Dist: httpcore==1.0.7; extra == "frozen"
147
147
  Requires-Dist: httpx==0.28.1; extra == "frozen"
148
- Requires-Dist: humanize==4.12.1; extra == "frozen"
148
+ Requires-Dist: humanize==4.12.2; 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"
@@ -157,7 +157,7 @@ Requires-Dist: jsonschema==4.23.0; extra == "frozen"
157
157
  Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
158
158
  Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
159
159
  Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
160
- Requires-Dist: kombu==5.5.0; extra == "frozen"
160
+ Requires-Dist: kombu==5.5.1; extra == "frozen"
161
161
  Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
162
162
  Requires-Dist: limits==4.4.1; extra == "frozen"
163
163
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
@@ -203,7 +203,7 @@ Requires-Dist: prison==0.2.1; extra == "frozen"
203
203
  Requires-Dist: proglog==0.1.10; extra == "frozen"
204
204
  Requires-Dist: prometheus_client==0.21.1; extra == "frozen"
205
205
  Requires-Dist: prompt_toolkit==3.0.50; extra == "frozen"
206
- Requires-Dist: propcache==0.3.0; extra == "frozen"
206
+ Requires-Dist: propcache==0.3.1; extra == "frozen"
207
207
  Requires-Dist: protobuf==5.29.4; extra == "frozen"
208
208
  Requires-Dist: psutil==7.0.0; extra == "frozen"
209
209
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
@@ -213,13 +213,13 @@ Requires-Dist: pydantic==2.10.6; extra == "frozen"
213
213
  Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
214
214
  Requires-Dist: pydantic_core==2.27.2; extra == "frozen"
215
215
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
216
- Requires-Dist: pyparsing==3.2.1; extra == "frozen"
216
+ Requires-Dist: pyparsing==3.2.3; extra == "frozen"
217
217
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
218
218
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
219
- Requires-Dist: python-dotenv==1.0.1; extra == "frozen"
219
+ Requires-Dist: python-dotenv==1.1.0; extra == "frozen"
220
220
  Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
221
221
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
222
- Requires-Dist: pytz==2025.1; extra == "frozen"
222
+ Requires-Dist: pytz==2025.2; extra == "frozen"
223
223
  Requires-Dist: redis==4.6.0; extra == "frozen"
224
224
  Requires-Dist: referencing==0.36.2; extra == "frozen"
225
225
  Requires-Dist: requests==2.32.3; extra == "frozen"
@@ -228,12 +228,12 @@ Requires-Dist: retry==0.9.2; extra == "frozen"
228
228
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
229
229
  Requires-Dist: rich==13.9.4; extra == "frozen"
230
230
  Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
231
- Requires-Dist: rpds-py==0.23.1; extra == "frozen"
231
+ Requires-Dist: rpds-py==0.24.0; extra == "frozen"
232
232
  Requires-Dist: s3transfer==0.11.4; extra == "frozen"
233
233
  Requires-Dist: scipy==1.15.2; extra == "frozen"
234
234
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
235
235
  Requires-Dist: setproctitle==1.3.5; extra == "frozen"
236
- Requires-Dist: setuptools==75.6.0; extra == "frozen"
236
+ Requires-Dist: setuptools==69.2.0; extra == "frozen"
237
237
  Requires-Dist: six==1.17.0; extra == "frozen"
238
238
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
239
239
  Requires-Dist: sqids==0.5.1; extra == "frozen"
@@ -248,7 +248,7 @@ Requires-Dist: time-machine==2.16.0; extra == "frozen"
248
248
  Requires-Dist: tornado==6.4.2; extra == "frozen"
249
249
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
250
250
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
251
- Requires-Dist: typing_extensions==4.12.2; extra == "frozen"
251
+ Requires-Dist: typing_extensions==4.13.0; extra == "frozen"
252
252
  Requires-Dist: tzdata==2025.1; extra == "frozen"
253
253
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
254
254
  Requires-Dist: uncertainties==3.2.2; extra == "frozen"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==10.6.2
1
+ dkist-processing-common==10.6.3
2
2
  dkist-header-validator==5.1.1
3
3
  dkist-service-configuration==2.2
4
4
  dkist-fits-specifications==4.11.0
@@ -57,21 +57,21 @@ apache-airflow-providers-postgres==6.1.1
57
57
  apache-airflow-providers-smtp==2.0.1
58
58
  apache-airflow-providers-sqlite==4.0.1
59
59
  apispec==6.8.1
60
- argcomplete==3.6.0
60
+ argcomplete==3.6.1
61
61
  asdf==3.5.0
62
62
  asdf_standard==1.1.1
63
63
  asdf_transform_schemas==0.5.0
64
64
  asgiref==3.8.1
65
65
  asteval==1.0.6
66
66
  astropy==6.1.5
67
- astropy-iers-data==0.2025.3.17.0.34.53
67
+ astropy-iers-data==0.2025.3.24.0.35.32
68
68
  asyncpg==0.30.0
69
69
  attrs==25.3.0
70
70
  babel==2.17.0
71
71
  billiard==4.2.1
72
72
  blinker==1.9.0
73
- boto3==1.37.17
74
- botocore==1.37.17
73
+ boto3==1.37.21
74
+ botocore==1.37.21
75
75
  cachelib==0.13.0
76
76
  celery==5.4.0
77
77
  certifi==2025.1.31
@@ -94,10 +94,10 @@ dacite==1.9.2
94
94
  decorator==5.2.1
95
95
  dill==0.3.9
96
96
  dkist-header-validator==5.1.1
97
- dkist-processing-common==10.6.2
97
+ dkist-processing-common==10.6.3
98
98
  dkist-processing-core==5.1.0
99
99
  dkist-processing-pac==3.1.1
100
- dkist-processing-test==1.25.0
100
+ dkist-processing-test==1.25.1
101
101
  dkist-service-configuration==2.2
102
102
  dkist-spectral-lines==3.0.0
103
103
  dkist_fits_specifications==4.11.0
@@ -110,7 +110,7 @@ flower==2.0.1
110
110
  fonttools==4.56.0
111
111
  frozenlist==1.5.0
112
112
  fsspec==2025.3.0
113
- globus-sdk==3.52.0
113
+ globus-sdk==3.53.0
114
114
  google-re2==1.1.20240702
115
115
  googleapis-common-protos==1.69.2
116
116
  gqlclient==1.2.3
@@ -119,7 +119,7 @@ gunicorn==23.0.0
119
119
  h11==0.14.0
120
120
  httpcore==1.0.7
121
121
  httpx==0.28.1
122
- humanize==4.12.1
122
+ humanize==4.12.2
123
123
  idna==3.10
124
124
  imageio==2.37.0
125
125
  imageio-ffmpeg==0.6.0
@@ -131,7 +131,7 @@ jsonschema==4.23.0
131
131
  jsonschema-specifications==2024.10.1
132
132
  jupyter_core==5.7.2
133
133
  kiwisolver==1.4.8
134
- kombu==5.5.0
134
+ kombu==5.5.1
135
135
  lazy-object-proxy==1.10.0
136
136
  limits==4.4.1
137
137
  linkify-it-py==2.0.3
@@ -177,7 +177,7 @@ prison==0.2.1
177
177
  proglog==0.1.10
178
178
  prometheus_client==0.21.1
179
179
  prompt_toolkit==3.0.50
180
- propcache==0.3.0
180
+ propcache==0.3.1
181
181
  protobuf==5.29.4
182
182
  psutil==7.0.0
183
183
  psycopg2-binary==2.9.10
@@ -187,13 +187,13 @@ pydantic==2.10.6
187
187
  pydantic-settings==2.8.1
188
188
  pydantic_core==2.27.2
189
189
  pyerfa==2.0.1.5
190
- pyparsing==3.2.1
190
+ pyparsing==3.2.3
191
191
  python-daemon==3.1.2
192
192
  python-dateutil==2.9.0.post0
193
- python-dotenv==1.0.1
193
+ python-dotenv==1.1.0
194
194
  python-nvd3==0.16.0
195
195
  python-slugify==8.0.4
196
- pytz==2025.1
196
+ pytz==2025.2
197
197
  redis==4.6.0
198
198
  referencing==0.36.2
199
199
  requests==2.32.3
@@ -202,12 +202,12 @@ retry==0.9.2
202
202
  rfc3339-validator==0.1.4
203
203
  rich==13.9.4
204
204
  rich-argparse==1.7.0
205
- rpds-py==0.23.1
205
+ rpds-py==0.24.0
206
206
  s3transfer==0.11.4
207
207
  scipy==1.15.2
208
208
  semantic-version==2.10.0
209
209
  setproctitle==1.3.5
210
- setuptools==75.6.0
210
+ setuptools==69.2.0
211
211
  six==1.17.0
212
212
  sniffio==1.3.1
213
213
  sqids==0.5.1
@@ -222,7 +222,7 @@ time-machine==2.16.0
222
222
  tornado==6.4.2
223
223
  tqdm==4.67.1
224
224
  traitlets==5.14.3
225
- typing_extensions==4.12.2
225
+ typing_extensions==4.13.0
226
226
  tzdata==2025.1
227
227
  uc-micro-py==1.0.3
228
228
  uncertainties==3.2.2
@@ -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.25.0"
13
- date = 2025-03-21T10:23:13.130832
12
+ version = "1.25.1"
13
+ date = 2025-03-27T11:30:52.193601
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 == 10.6.2",
29
+ "dkist-processing-common == 10.6.3",
30
30
  "dkist-header-validator == 5.1.1",
31
31
  "dkist-service-configuration == 2.2",
32
32
  "dkist-fits-specifications == 4.11.0",
@@ -109,21 +109,21 @@ frozen = [
109
109
  "apache-airflow-providers-smtp == 2.0.1",
110
110
  "apache-airflow-providers-sqlite == 4.0.1",
111
111
  "apispec == 6.8.1",
112
- "argcomplete == 3.6.0",
112
+ "argcomplete == 3.6.1",
113
113
  "asdf == 3.5.0",
114
114
  "asdf_standard == 1.1.1",
115
115
  "asdf_transform_schemas == 0.5.0",
116
116
  "asgiref == 3.8.1",
117
117
  "asteval == 1.0.6",
118
118
  "astropy == 6.1.5",
119
- "astropy-iers-data == 0.2025.3.17.0.34.53",
119
+ "astropy-iers-data == 0.2025.3.24.0.35.32",
120
120
  "asyncpg == 0.30.0",
121
121
  "attrs == 25.3.0",
122
122
  "babel == 2.17.0",
123
123
  "billiard == 4.2.1",
124
124
  "blinker == 1.9.0",
125
- "boto3 == 1.37.17",
126
- "botocore == 1.37.17",
125
+ "boto3 == 1.37.21",
126
+ "botocore == 1.37.21",
127
127
  "cachelib == 0.13.0",
128
128
  "celery == 5.4.0",
129
129
  "certifi == 2025.1.31",
@@ -146,10 +146,10 @@ frozen = [
146
146
  "decorator == 5.2.1",
147
147
  "dill == 0.3.9",
148
148
  "dkist-header-validator == 5.1.1",
149
- "dkist-processing-common == 10.6.2",
149
+ "dkist-processing-common == 10.6.3",
150
150
  "dkist-processing-core == 5.1.0",
151
151
  "dkist-processing-pac == 3.1.1",
152
- "dkist-processing-test == 1.25.0",
152
+ "dkist-processing-test == 1.25.1",
153
153
  "dkist-service-configuration == 2.2",
154
154
  "dkist-spectral-lines == 3.0.0",
155
155
  "dkist_fits_specifications == 4.11.0",
@@ -162,7 +162,7 @@ frozen = [
162
162
  "fonttools == 4.56.0",
163
163
  "frozenlist == 1.5.0",
164
164
  "fsspec == 2025.3.0",
165
- "globus-sdk == 3.52.0",
165
+ "globus-sdk == 3.53.0",
166
166
  "google-re2 == 1.1.20240702",
167
167
  "googleapis-common-protos == 1.69.2",
168
168
  "gqlclient == 1.2.3",
@@ -171,7 +171,7 @@ frozen = [
171
171
  "h11 == 0.14.0",
172
172
  "httpcore == 1.0.7",
173
173
  "httpx == 0.28.1",
174
- "humanize == 4.12.1",
174
+ "humanize == 4.12.2",
175
175
  "idna == 3.10",
176
176
  "imageio == 2.37.0",
177
177
  "imageio-ffmpeg == 0.6.0",
@@ -183,7 +183,7 @@ frozen = [
183
183
  "jsonschema-specifications == 2024.10.1",
184
184
  "jupyter_core == 5.7.2",
185
185
  "kiwisolver == 1.4.8",
186
- "kombu == 5.5.0",
186
+ "kombu == 5.5.1",
187
187
  "lazy-object-proxy == 1.10.0",
188
188
  "limits == 4.4.1",
189
189
  "linkify-it-py == 2.0.3",
@@ -229,7 +229,7 @@ frozen = [
229
229
  "proglog == 0.1.10",
230
230
  "prometheus_client == 0.21.1",
231
231
  "prompt_toolkit == 3.0.50",
232
- "propcache == 0.3.0",
232
+ "propcache == 0.3.1",
233
233
  "protobuf == 5.29.4",
234
234
  "psutil == 7.0.0",
235
235
  "psycopg2-binary == 2.9.10",
@@ -239,13 +239,13 @@ frozen = [
239
239
  "pydantic-settings == 2.8.1",
240
240
  "pydantic_core == 2.27.2",
241
241
  "pyerfa == 2.0.1.5",
242
- "pyparsing == 3.2.1",
242
+ "pyparsing == 3.2.3",
243
243
  "python-daemon == 3.1.2",
244
244
  "python-dateutil == 2.9.0.post0",
245
- "python-dotenv == 1.0.1",
245
+ "python-dotenv == 1.1.0",
246
246
  "python-nvd3 == 0.16.0",
247
247
  "python-slugify == 8.0.4",
248
- "pytz == 2025.1",
248
+ "pytz == 2025.2",
249
249
  "redis == 4.6.0",
250
250
  "referencing == 0.36.2",
251
251
  "requests == 2.32.3",
@@ -254,12 +254,12 @@ frozen = [
254
254
  "rfc3339-validator == 0.1.4",
255
255
  "rich == 13.9.4",
256
256
  "rich-argparse == 1.7.0",
257
- "rpds-py == 0.23.1",
257
+ "rpds-py == 0.24.0",
258
258
  "s3transfer == 0.11.4",
259
259
  "scipy == 1.15.2",
260
260
  "semantic-version == 2.10.0",
261
261
  "setproctitle == 1.3.5",
262
- "setuptools == 75.6.0",
262
+ "setuptools == 69.2.0",
263
263
  "six == 1.17.0",
264
264
  "sniffio == 1.3.1",
265
265
  "sqids == 0.5.1",
@@ -274,7 +274,7 @@ frozen = [
274
274
  "tornado == 6.4.2",
275
275
  "tqdm == 4.67.1",
276
276
  "traitlets == 5.14.3",
277
- "typing_extensions == 4.12.2",
277
+ "typing_extensions == 4.13.0",
278
278
  "tzdata == 2025.1",
279
279
  "uc-micro-py == 1.0.3",
280
280
  "uncertainties == 3.2.2",