dkist-processing-test 1.25.0rc1__tar.gz → 1.25.2__tar.gz

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

Potentially problematic release.


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

Files changed (43) hide show
  1. {dkist_processing_test-1.25.0rc1/dkist_processing_test.egg-info → dkist_processing_test-1.25.2}/PKG-INFO +34 -33
  2. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2/dkist_processing_test.egg-info}/PKG-INFO +34 -33
  3. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test.egg-info/requires.txt +33 -32
  4. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/pyproject.toml +35 -34
  5. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/.gitignore +0 -0
  6. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/.pre-commit-config.yaml +0 -0
  7. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/.snyk +0 -0
  8. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/README.rst +0 -0
  9. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/bitbucket-pipelines.yml +0 -0
  10. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/__init__.py +0 -0
  16. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  17. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/fail.py +0 -0
  18. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/fake_science.py +0 -0
  19. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/high_memory.py +0 -0
  20. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/manual.py +0 -0
  21. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/movie.py +0 -0
  22. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/noop.py +0 -0
  23. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/parse.py +0 -0
  24. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/quality.py +0 -0
  25. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tasks/write_l1.py +0 -0
  26. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/__init__.py +0 -0
  27. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/conftest.py +0 -0
  28. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/parameter_models.py +0 -0
  29. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/test_parameters.py +0 -0
  30. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/test_tasks.py +0 -0
  31. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/tests/test_workflows.py +0 -0
  32. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/__init__.py +0 -0
  33. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/common_tasks.py +0 -0
  34. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/end_to_end.py +0 -0
  35. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  36. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/fail.py +0 -0
  37. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/noop.py +0 -0
  38. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/resource_queue.py +0 -0
  39. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  40. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  41. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  42. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/dkist_processing_test.egg-info/top_level.txt +0 -0
  43. {dkist_processing_test-1.25.0rc1 → dkist_processing_test-1.25.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.25.0rc1
3
+ Version: 1.25.2
4
4
  Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD-3-Clause
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Requires-Python: >=3.11
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==10.6.2
15
+ Requires-Dist: dkist-processing-common==10.6.4
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
@@ -31,10 +31,10 @@ 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.7.0rc1; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.7.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.7.0rc1; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.7.0; extra == "asdf"
38
38
  Provides-Extra: quality
39
39
  Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
40
  Provides-Extra: frozen
@@ -66,40 +66,40 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
66
66
  Requires-Dist: aiohttp==3.11.14; extra == "frozen"
67
67
  Requires-Dist: aiosignal==1.3.2; extra == "frozen"
68
68
  Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
69
- Requires-Dist: alembic==1.15.1; extra == "frozen"
69
+ Requires-Dist: alembic==1.15.2; extra == "frozen"
70
70
  Requires-Dist: amqp==5.3.1; extra == "frozen"
71
71
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
72
72
  Requires-Dist: anyio==4.9.0; extra == "frozen"
73
73
  Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
74
- Requires-Dist: apache-airflow-providers-celery==3.10.3; extra == "frozen"
75
- Requires-Dist: apache-airflow-providers-common-compat==1.5.1; extra == "frozen"
76
- Requires-Dist: apache-airflow-providers-common-io==1.5.1; extra == "frozen"
77
- Requires-Dist: apache-airflow-providers-common-sql==1.24.0; extra == "frozen"
74
+ Requires-Dist: apache-airflow-providers-celery==3.10.4; extra == "frozen"
75
+ Requires-Dist: apache-airflow-providers-common-compat==1.6.0; extra == "frozen"
76
+ Requires-Dist: apache-airflow-providers-common-io==1.5.2; extra == "frozen"
77
+ Requires-Dist: apache-airflow-providers-common-sql==1.24.1; extra == "frozen"
78
78
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
79
79
  Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
80
80
  Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
81
81
  Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
82
82
  Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
83
- Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
83
+ Requires-Dist: apache-airflow-providers-smtp==2.0.2; 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.31.0.36.18; 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.24; extra == "frozen"
100
+ Requires-Dist: botocore==1.37.24; extra == "frozen"
101
101
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
102
- Requires-Dist: celery==5.4.0; extra == "frozen"
102
+ Requires-Dist: celery==5.5.0; extra == "frozen"
103
103
  Requires-Dist: certifi==2025.1.31; extra == "frozen"
104
104
  Requires-Dist: cffi==1.17.1; extra == "frozen"
105
105
  Requires-Dist: charset-normalizer==3.4.1; 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.4; 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.0rc1; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.25.2; 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"
@@ -135,8 +135,8 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
135
135
  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
- Requires-Dist: fsspec==2025.3.0; extra == "frozen"
139
- Requires-Dist: globus-sdk==3.52.0; extra == "frozen"
138
+ Requires-Dist: fsspec==2025.3.2; 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.2; 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"
@@ -175,7 +175,7 @@ Requires-Dist: mdurl==0.1.2; extra == "frozen"
175
175
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
176
176
  Requires-Dist: more-itertools==10.6.0; extra == "frozen"
177
177
  Requires-Dist: moviepy==2.1.2; extra == "frozen"
178
- Requires-Dist: multidict==6.2.0; extra == "frozen"
178
+ Requires-Dist: multidict==6.3.0; extra == "frozen"
179
179
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
180
180
  Requires-Dist: numba==0.59.1; extra == "frozen"
181
181
  Requires-Dist: numpy==1.26.4; extra == "frozen"
@@ -203,23 +203,23 @@ 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"
210
210
  Requires-Dist: py==1.11.0; extra == "frozen"
211
211
  Requires-Dist: pycparser==2.22; extra == "frozen"
212
- Requires-Dist: pydantic==2.10.6; extra == "frozen"
212
+ Requires-Dist: pydantic==2.11.1; extra == "frozen"
213
213
  Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
214
- Requires-Dist: pydantic_core==2.27.2; extra == "frozen"
214
+ Requires-Dist: pydantic_core==2.33.0; 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"
@@ -242,14 +242,15 @@ Requires-Dist: sunpy==6.1.1; extra == "frozen"
242
242
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
243
243
  Requires-Dist: talus==1.1.0; extra == "frozen"
244
244
  Requires-Dist: tenacity==9.0.0; extra == "frozen"
245
- Requires-Dist: termcolor==2.5.0; extra == "frozen"
245
+ Requires-Dist: termcolor==3.0.0; extra == "frozen"
246
246
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
247
247
  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"
252
- Requires-Dist: tzdata==2025.1; extra == "frozen"
251
+ Requires-Dist: typing-inspection==0.4.0; extra == "frozen"
252
+ Requires-Dist: typing_extensions==4.13.0; extra == "frozen"
253
+ Requires-Dist: tzdata==2025.2; extra == "frozen"
253
254
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
254
255
  Requires-Dist: uncertainties==3.2.2; extra == "frozen"
255
256
  Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.25.0rc1
3
+ Version: 1.25.2
4
4
  Summary: Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD-3-Clause
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Requires-Python: >=3.11
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==10.6.2
15
+ Requires-Dist: dkist-processing-common==10.6.4
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
@@ -31,10 +31,10 @@ 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.7.0rc1; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.7.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.7.0rc1; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.7.0; extra == "asdf"
38
38
  Provides-Extra: quality
39
39
  Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
40
  Provides-Extra: frozen
@@ -66,40 +66,40 @@ Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
66
66
  Requires-Dist: aiohttp==3.11.14; extra == "frozen"
67
67
  Requires-Dist: aiosignal==1.3.2; extra == "frozen"
68
68
  Requires-Dist: aiosqlite==0.21.0; extra == "frozen"
69
- Requires-Dist: alembic==1.15.1; extra == "frozen"
69
+ Requires-Dist: alembic==1.15.2; extra == "frozen"
70
70
  Requires-Dist: amqp==5.3.1; extra == "frozen"
71
71
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
72
72
  Requires-Dist: anyio==4.9.0; extra == "frozen"
73
73
  Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
74
- Requires-Dist: apache-airflow-providers-celery==3.10.3; extra == "frozen"
75
- Requires-Dist: apache-airflow-providers-common-compat==1.5.1; extra == "frozen"
76
- Requires-Dist: apache-airflow-providers-common-io==1.5.1; extra == "frozen"
77
- Requires-Dist: apache-airflow-providers-common-sql==1.24.0; extra == "frozen"
74
+ Requires-Dist: apache-airflow-providers-celery==3.10.4; extra == "frozen"
75
+ Requires-Dist: apache-airflow-providers-common-compat==1.6.0; extra == "frozen"
76
+ Requires-Dist: apache-airflow-providers-common-io==1.5.2; extra == "frozen"
77
+ Requires-Dist: apache-airflow-providers-common-sql==1.24.1; extra == "frozen"
78
78
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
79
79
  Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
80
80
  Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
81
81
  Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
82
82
  Requires-Dist: apache-airflow-providers-postgres==6.1.1; extra == "frozen"
83
- Requires-Dist: apache-airflow-providers-smtp==2.0.1; extra == "frozen"
83
+ Requires-Dist: apache-airflow-providers-smtp==2.0.2; 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.31.0.36.18; 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.24; extra == "frozen"
100
+ Requires-Dist: botocore==1.37.24; extra == "frozen"
101
101
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
102
- Requires-Dist: celery==5.4.0; extra == "frozen"
102
+ Requires-Dist: celery==5.5.0; extra == "frozen"
103
103
  Requires-Dist: certifi==2025.1.31; extra == "frozen"
104
104
  Requires-Dist: cffi==1.17.1; extra == "frozen"
105
105
  Requires-Dist: charset-normalizer==3.4.1; 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.4; 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.0rc1; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.25.2; 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"
@@ -135,8 +135,8 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
135
135
  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
- Requires-Dist: fsspec==2025.3.0; extra == "frozen"
139
- Requires-Dist: globus-sdk==3.52.0; extra == "frozen"
138
+ Requires-Dist: fsspec==2025.3.2; 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.2; 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"
@@ -175,7 +175,7 @@ Requires-Dist: mdurl==0.1.2; extra == "frozen"
175
175
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
176
176
  Requires-Dist: more-itertools==10.6.0; extra == "frozen"
177
177
  Requires-Dist: moviepy==2.1.2; extra == "frozen"
178
- Requires-Dist: multidict==6.2.0; extra == "frozen"
178
+ Requires-Dist: multidict==6.3.0; extra == "frozen"
179
179
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
180
180
  Requires-Dist: numba==0.59.1; extra == "frozen"
181
181
  Requires-Dist: numpy==1.26.4; extra == "frozen"
@@ -203,23 +203,23 @@ 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"
210
210
  Requires-Dist: py==1.11.0; extra == "frozen"
211
211
  Requires-Dist: pycparser==2.22; extra == "frozen"
212
- Requires-Dist: pydantic==2.10.6; extra == "frozen"
212
+ Requires-Dist: pydantic==2.11.1; extra == "frozen"
213
213
  Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
214
- Requires-Dist: pydantic_core==2.27.2; extra == "frozen"
214
+ Requires-Dist: pydantic_core==2.33.0; 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"
@@ -242,14 +242,15 @@ Requires-Dist: sunpy==6.1.1; extra == "frozen"
242
242
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
243
243
  Requires-Dist: talus==1.1.0; extra == "frozen"
244
244
  Requires-Dist: tenacity==9.0.0; extra == "frozen"
245
- Requires-Dist: termcolor==2.5.0; extra == "frozen"
245
+ Requires-Dist: termcolor==3.0.0; extra == "frozen"
246
246
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
247
247
  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"
252
- Requires-Dist: tzdata==2025.1; extra == "frozen"
251
+ Requires-Dist: typing-inspection==0.4.0; extra == "frozen"
252
+ Requires-Dist: typing_extensions==4.13.0; extra == "frozen"
253
+ Requires-Dist: tzdata==2025.2; extra == "frozen"
253
254
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
254
255
  Requires-Dist: uncertainties==3.2.2; extra == "frozen"
255
256
  Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==10.6.2
1
+ dkist-processing-common==10.6.4
2
2
  dkist-header-validator==5.1.1
3
3
  dkist-service-configuration==2.2
4
4
  dkist-fits-specifications==4.11.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.7.0rc1
12
+ dkist-inventory[asdf]==1.7.0
13
13
 
14
14
  [frozen]
15
15
  ConfigUpdater==3.2
@@ -40,40 +40,40 @@ aiohappyeyeballs==2.6.1
40
40
  aiohttp==3.11.14
41
41
  aiosignal==1.3.2
42
42
  aiosqlite==0.21.0
43
- alembic==1.15.1
43
+ alembic==1.15.2
44
44
  amqp==5.3.1
45
45
  annotated-types==0.7.0
46
46
  anyio==4.9.0
47
47
  apache-airflow==2.10.5
48
- apache-airflow-providers-celery==3.10.3
49
- apache-airflow-providers-common-compat==1.5.1
50
- apache-airflow-providers-common-io==1.5.1
51
- apache-airflow-providers-common-sql==1.24.0
48
+ apache-airflow-providers-celery==3.10.4
49
+ apache-airflow-providers-common-compat==1.6.0
50
+ apache-airflow-providers-common-io==1.5.2
51
+ apache-airflow-providers-common-sql==1.24.1
52
52
  apache-airflow-providers-fab==1.5.3
53
53
  apache-airflow-providers-ftp==3.12.3
54
54
  apache-airflow-providers-http==5.2.1
55
55
  apache-airflow-providers-imap==3.8.3
56
56
  apache-airflow-providers-postgres==6.1.1
57
- apache-airflow-providers-smtp==2.0.1
57
+ apache-airflow-providers-smtp==2.0.2
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.31.0.36.18
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.24
74
+ botocore==1.37.24
75
75
  cachelib==0.13.0
76
- celery==5.4.0
76
+ celery==5.5.0
77
77
  certifi==2025.1.31
78
78
  cffi==1.17.1
79
79
  charset-normalizer==3.4.1
@@ -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.4
98
98
  dkist-processing-core==5.1.0
99
99
  dkist-processing-pac==3.1.1
100
- dkist-processing-test==1.25.0rc1
100
+ dkist-processing-test==1.25.2
101
101
  dkist-service-configuration==2.2
102
102
  dkist-spectral-lines==3.0.0
103
103
  dkist_fits_specifications==4.11.0
@@ -109,8 +109,8 @@ fastjsonschema==2.21.1
109
109
  flower==2.0.1
110
110
  fonttools==4.56.0
111
111
  frozenlist==1.5.0
112
- fsspec==2025.3.0
113
- globus-sdk==3.52.0
112
+ fsspec==2025.3.2
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.2
135
135
  lazy-object-proxy==1.10.0
136
136
  limits==4.4.1
137
137
  linkify-it-py==2.0.3
@@ -149,7 +149,7 @@ mdurl==0.1.2
149
149
  methodtools==0.4.7
150
150
  more-itertools==10.6.0
151
151
  moviepy==2.1.2
152
- multidict==6.2.0
152
+ multidict==6.3.0
153
153
  nbformat==5.10.4
154
154
  numba==0.59.1
155
155
  numpy==1.26.4
@@ -177,23 +177,23 @@ 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
184
184
  py==1.11.0
185
185
  pycparser==2.22
186
- pydantic==2.10.6
186
+ pydantic==2.11.1
187
187
  pydantic-settings==2.8.1
188
- pydantic_core==2.27.2
188
+ pydantic_core==2.33.0
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
@@ -216,14 +216,15 @@ sunpy==6.1.1
216
216
  tabulate==0.9.0
217
217
  talus==1.1.0
218
218
  tenacity==9.0.0
219
- termcolor==2.5.0
219
+ termcolor==3.0.0
220
220
  text-unidecode==1.3
221
221
  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
226
- tzdata==2025.1
225
+ typing-inspection==0.4.0
226
+ typing_extensions==4.13.0
227
+ tzdata==2025.2
227
228
  uc-micro-py==1.0.3
228
229
  uncertainties==3.2.2
229
230
  universal_pathlib==0.2.6
@@ -239,7 +240,7 @@ zipp==3.21.0
239
240
 
240
241
  [inventory]
241
242
  dkist-processing-common[inventory]
242
- dkist-inventory==1.7.0rc1
243
+ dkist-inventory==1.7.0
243
244
 
244
245
  [quality]
245
246
  dkist-quality==1.2.1
@@ -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.0rc1"
13
- date = 2025-03-20T17:14:29.743365
12
+ version = "1.25.2"
13
+ date = 2025-03-31T17:15:02.367201
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.4",
30
30
  "dkist-header-validator == 5.1.1",
31
31
  "dkist-service-configuration == 2.2",
32
32
  "dkist-fits-specifications == 4.11.0",
@@ -54,11 +54,11 @@ test = [
54
54
  ]
55
55
  inventory = [
56
56
  "dkist-processing-common[inventory]",
57
- "dkist-inventory==1.7.0rc1",
57
+ "dkist-inventory==1.7.0",
58
58
  ]
59
59
  asdf = [
60
60
  "dkist-processing-common[asdf]",
61
- "dkist-inventory[asdf]==1.7.0rc1",
61
+ "dkist-inventory[asdf]==1.7.0",
62
62
  ]
63
63
  quality = [
64
64
  "dkist-quality == 1.2.1",
@@ -92,40 +92,40 @@ frozen = [
92
92
  "aiohttp == 3.11.14",
93
93
  "aiosignal == 1.3.2",
94
94
  "aiosqlite == 0.21.0",
95
- "alembic == 1.15.1",
95
+ "alembic == 1.15.2",
96
96
  "amqp == 5.3.1",
97
97
  "annotated-types == 0.7.0",
98
98
  "anyio == 4.9.0",
99
99
  "apache-airflow == 2.10.5",
100
- "apache-airflow-providers-celery == 3.10.3",
101
- "apache-airflow-providers-common-compat == 1.5.1",
102
- "apache-airflow-providers-common-io == 1.5.1",
103
- "apache-airflow-providers-common-sql == 1.24.0",
100
+ "apache-airflow-providers-celery == 3.10.4",
101
+ "apache-airflow-providers-common-compat == 1.6.0",
102
+ "apache-airflow-providers-common-io == 1.5.2",
103
+ "apache-airflow-providers-common-sql == 1.24.1",
104
104
  "apache-airflow-providers-fab == 1.5.3",
105
105
  "apache-airflow-providers-ftp == 3.12.3",
106
106
  "apache-airflow-providers-http == 5.2.1",
107
107
  "apache-airflow-providers-imap == 3.8.3",
108
108
  "apache-airflow-providers-postgres == 6.1.1",
109
- "apache-airflow-providers-smtp == 2.0.1",
109
+ "apache-airflow-providers-smtp == 2.0.2",
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.31.0.36.18",
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.24",
126
+ "botocore == 1.37.24",
127
127
  "cachelib == 0.13.0",
128
- "celery == 5.4.0",
128
+ "celery == 5.5.0",
129
129
  "certifi == 2025.1.31",
130
130
  "cffi == 1.17.1",
131
131
  "charset-normalizer == 3.4.1",
@@ -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.4",
150
150
  "dkist-processing-core == 5.1.0",
151
151
  "dkist-processing-pac == 3.1.1",
152
- "dkist-processing-test == 1.25.0rc1",
152
+ "dkist-processing-test == 1.25.2",
153
153
  "dkist-service-configuration == 2.2",
154
154
  "dkist-spectral-lines == 3.0.0",
155
155
  "dkist_fits_specifications == 4.11.0",
@@ -161,8 +161,8 @@ frozen = [
161
161
  "flower == 2.0.1",
162
162
  "fonttools == 4.56.0",
163
163
  "frozenlist == 1.5.0",
164
- "fsspec == 2025.3.0",
165
- "globus-sdk == 3.52.0",
164
+ "fsspec == 2025.3.2",
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.2",
187
187
  "lazy-object-proxy == 1.10.0",
188
188
  "limits == 4.4.1",
189
189
  "linkify-it-py == 2.0.3",
@@ -201,7 +201,7 @@ frozen = [
201
201
  "methodtools == 0.4.7",
202
202
  "more-itertools == 10.6.0",
203
203
  "moviepy == 2.1.2",
204
- "multidict == 6.2.0",
204
+ "multidict == 6.3.0",
205
205
  "nbformat == 5.10.4",
206
206
  "numba == 0.59.1",
207
207
  "numpy == 1.26.4",
@@ -229,23 +229,23 @@ 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",
236
236
  "py == 1.11.0",
237
237
  "pycparser == 2.22",
238
- "pydantic == 2.10.6",
238
+ "pydantic == 2.11.1",
239
239
  "pydantic-settings == 2.8.1",
240
- "pydantic_core == 2.27.2",
240
+ "pydantic_core == 2.33.0",
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",
@@ -268,14 +268,15 @@ frozen = [
268
268
  "tabulate == 0.9.0",
269
269
  "talus == 1.1.0",
270
270
  "tenacity == 9.0.0",
271
- "termcolor == 2.5.0",
271
+ "termcolor == 3.0.0",
272
272
  "text-unidecode == 1.3",
273
273
  "time-machine == 2.16.0",
274
274
  "tornado == 6.4.2",
275
275
  "tqdm == 4.67.1",
276
276
  "traitlets == 5.14.3",
277
- "typing_extensions == 4.12.2",
278
- "tzdata == 2025.1",
277
+ "typing-inspection == 0.4.0",
278
+ "typing_extensions == 4.13.0",
279
+ "tzdata == 2025.2",
279
280
  "uc-micro-py == 1.0.3",
280
281
  "uncertainties == 3.2.2",
281
282
  "universal_pathlib == 0.2.6",