dkist-processing-test 1.25.5rc1__tar.gz → 1.25.7rc1__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.5rc1/dkist_processing_test.egg-info → dkist_processing_test-1.25.7rc1}/PKG-INFO +28 -29
  2. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/bitbucket-pipelines.yml +1 -1
  3. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1/dkist_processing_test.egg-info}/PKG-INFO +28 -29
  4. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test.egg-info/requires.txt +27 -28
  5. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/pyproject.toml +30 -31
  6. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/.gitignore +0 -0
  7. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/.pre-commit-config.yaml +0 -0
  8. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/.snyk +0 -0
  9. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/README.rst +0 -0
  10. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/__init__.py +0 -0
  16. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  17. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/fail.py +0 -0
  18. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
  19. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
  20. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/manual.py +0 -0
  21. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/movie.py +0 -0
  22. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/noop.py +0 -0
  23. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/parse.py +0 -0
  24. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/quality.py +0 -0
  25. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
  26. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/__init__.py +0 -0
  27. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/conftest.py +0 -0
  28. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/parameter_models.py +0 -0
  29. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/test_parameters.py +0 -0
  30. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
  31. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
  32. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/__init__.py +0 -0
  33. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
  34. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
  35. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  36. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/fail.py +0 -0
  37. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/noop.py +0 -0
  38. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
  39. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  40. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  41. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  42. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
  43. {dkist_processing_test-1.25.5rc1 → dkist_processing_test-1.25.7rc1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.25.5rc1
3
+ Version: 1.25.7rc1
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.7.1rc1
15
+ Requires-Dist: dkist-processing-common==10.7.2
16
16
  Requires-Dist: dkist-header-validator==5.2.1
17
17
  Requires-Dist: dkist-service-configuration==2.2
18
18
  Requires-Dist: dkist-fits-specifications==4.13.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.2; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.8.0rc1; 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.2; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.8.0rc1; extra == "asdf"
38
38
  Provides-Extra: quality
39
39
  Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
40
  Provides-Extra: frozen
@@ -63,7 +63,7 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
63
63
  Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
64
64
  Requires-Dist: aioftp==0.25.1; extra == "frozen"
65
65
  Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
66
- Requires-Dist: aiohttp==3.11.16; extra == "frozen"
66
+ Requires-Dist: aiohttp==3.11.18; extra == "frozen"
67
67
  Requires-Dist: aiosignal==1.3.2; extra == "frozen"
68
68
  Requires-Dist: alembic==1.15.2; extra == "frozen"
69
69
  Requires-Dist: amqp==5.3.1; extra == "frozen"
@@ -72,14 +72,14 @@ Requires-Dist: anyio==4.9.0; extra == "frozen"
72
72
  Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
73
73
  Requires-Dist: apache-airflow-providers-celery==3.10.6; extra == "frozen"
74
74
  Requires-Dist: apache-airflow-providers-common-compat==1.6.0; extra == "frozen"
75
- Requires-Dist: apache-airflow-providers-common-io==1.5.3; extra == "frozen"
76
- Requires-Dist: apache-airflow-providers-common-sql==1.25.0; extra == "frozen"
75
+ Requires-Dist: apache-airflow-providers-common-io==1.5.4; extra == "frozen"
76
+ Requires-Dist: apache-airflow-providers-common-sql==1.26.0; extra == "frozen"
77
77
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
78
78
  Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
79
- Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
79
+ Requires-Dist: apache-airflow-providers-http==5.2.2; extra == "frozen"
80
80
  Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
81
- Requires-Dist: apache-airflow-providers-postgres==6.1.2; extra == "frozen"
82
- Requires-Dist: apache-airflow-providers-smtp==2.0.2; extra == "frozen"
81
+ Requires-Dist: apache-airflow-providers-postgres==6.1.3; extra == "frozen"
82
+ Requires-Dist: apache-airflow-providers-smtp==2.0.3; extra == "frozen"
83
83
  Requires-Dist: apache-airflow-providers-sqlite==4.0.2; extra == "frozen"
84
84
  Requires-Dist: apispec==6.8.1; extra == "frozen"
85
85
  Requires-Dist: argcomplete==3.6.2; extra == "frozen"
@@ -89,14 +89,14 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
89
89
  Requires-Dist: asgiref==3.8.1; extra == "frozen"
90
90
  Requires-Dist: asteval==1.0.6; extra == "frozen"
91
91
  Requires-Dist: astropy==6.1.5; extra == "frozen"
92
- Requires-Dist: astropy-iers-data==0.2025.4.14.0.37.22; extra == "frozen"
92
+ Requires-Dist: astropy-iers-data==0.2025.4.21.0.37.6; extra == "frozen"
93
93
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
94
94
  Requires-Dist: attrs==25.3.0; extra == "frozen"
95
95
  Requires-Dist: babel==2.17.0; extra == "frozen"
96
96
  Requires-Dist: billiard==4.2.1; extra == "frozen"
97
97
  Requires-Dist: blinker==1.9.0; extra == "frozen"
98
- Requires-Dist: boto3==1.37.34; extra == "frozen"
99
- Requires-Dist: botocore==1.37.34; extra == "frozen"
98
+ Requires-Dist: boto3==1.38.1; extra == "frozen"
99
+ Requires-Dist: botocore==1.38.1; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
101
  Requires-Dist: celery==5.5.1; extra == "frozen"
102
102
  Requires-Dist: certifi==2025.1.31; extra == "frozen"
@@ -119,10 +119,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
119
119
  Requires-Dist: decorator==5.2.1; extra == "frozen"
120
120
  Requires-Dist: dill==0.4.0; extra == "frozen"
121
121
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
122
- Requires-Dist: dkist-processing-common==10.7.1rc1; extra == "frozen"
122
+ Requires-Dist: dkist-processing-common==10.7.2; extra == "frozen"
123
123
  Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
125
- Requires-Dist: dkist-processing-test==1.25.5rc1; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.25.7rc1; extra == "frozen"
126
126
  Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
127
127
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
128
128
  Requires-Dist: dkist_fits_specifications==4.13.0; extra == "frozen"
@@ -133,9 +133,9 @@ Requires-Dist: email_validator==2.2.0; extra == "frozen"
133
133
  Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
134
134
  Requires-Dist: flower==2.0.1; extra == "frozen"
135
135
  Requires-Dist: fonttools==4.57.0; extra == "frozen"
136
- Requires-Dist: frozenlist==1.5.0; extra == "frozen"
136
+ Requires-Dist: frozenlist==1.6.0; extra == "frozen"
137
137
  Requires-Dist: fsspec==2025.3.2; extra == "frozen"
138
- Requires-Dist: globus-sdk==3.54.0; extra == "frozen"
138
+ Requires-Dist: globus-sdk==3.55.0; extra == "frozen"
139
139
  Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
140
140
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
141
141
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
@@ -153,12 +153,12 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
153
153
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
154
154
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
155
155
  Requires-Dist: jsonschema==4.23.0; extra == "frozen"
156
- Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
156
+ Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
157
157
  Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
158
158
  Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
159
159
  Requires-Dist: kombu==5.5.3; extra == "frozen"
160
- Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
161
- Requires-Dist: limits==5.0.0; extra == "frozen"
160
+ Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
161
+ Requires-Dist: limits==5.1.0; extra == "frozen"
162
162
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
163
163
  Requires-Dist: llvmlite==0.42.0; extra == "frozen"
164
164
  Requires-Dist: lmfit==1.3.3; extra == "frozen"
@@ -172,7 +172,7 @@ Requires-Dist: matplotlib==3.10.1; extra == "frozen"
172
172
  Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
173
173
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
174
174
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
175
- Requires-Dist: more-itertools==10.6.0; extra == "frozen"
175
+ Requires-Dist: more-itertools==10.7.0; extra == "frozen"
176
176
  Requires-Dist: moviepy==2.1.2; extra == "frozen"
177
177
  Requires-Dist: multidict==6.4.3; extra == "frozen"
178
178
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
@@ -188,11 +188,11 @@ Requires-Dist: opentelemetry-proto==1.32.1; extra == "frozen"
188
188
  Requires-Dist: opentelemetry-sdk==1.32.1; extra == "frozen"
189
189
  Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
190
190
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
191
- Requires-Dist: packaging==24.2; extra == "frozen"
191
+ Requires-Dist: packaging==25.0; extra == "frozen"
192
192
  Requires-Dist: pandas==2.2.3; extra == "frozen"
193
193
  Requires-Dist: parfive==2.1.0; extra == "frozen"
194
194
  Requires-Dist: pathspec==0.12.1; extra == "frozen"
195
- Requires-Dist: pendulum==3.0.0; extra == "frozen"
195
+ Requires-Dist: pendulum==3.1.0; extra == "frozen"
196
196
  Requires-Dist: pika==1.3.2; extra == "frozen"
197
197
  Requires-Dist: pillow==10.4.0; extra == "frozen"
198
198
  Requires-Dist: pip==25.0.1; extra == "frozen"
@@ -209,7 +209,7 @@ Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
209
209
  Requires-Dist: py==1.11.0; extra == "frozen"
210
210
  Requires-Dist: pycparser==2.22; extra == "frozen"
211
211
  Requires-Dist: pydantic==2.11.3; extra == "frozen"
212
- Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
212
+ Requires-Dist: pydantic-settings==2.9.1; extra == "frozen"
213
213
  Requires-Dist: pydantic_core==2.33.1; extra == "frozen"
214
214
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
215
215
  Requires-Dist: pyparsing==3.2.3; extra == "frozen"
@@ -228,11 +228,11 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
228
228
  Requires-Dist: rich==13.9.4; extra == "frozen"
229
229
  Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
230
230
  Requires-Dist: rpds-py==0.24.0; extra == "frozen"
231
- Requires-Dist: s3transfer==0.11.4; extra == "frozen"
231
+ Requires-Dist: s3transfer==0.12.0; extra == "frozen"
232
232
  Requires-Dist: scipy==1.15.2; extra == "frozen"
233
233
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
234
234
  Requires-Dist: setproctitle==1.3.5; extra == "frozen"
235
- Requires-Dist: setuptools==69.2.0; extra == "frozen"
235
+ Requires-Dist: setuptools==75.6.0; extra == "frozen"
236
236
  Requires-Dist: six==1.17.0; extra == "frozen"
237
237
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
238
238
  Requires-Dist: sqids==0.5.1; extra == "frozen"
@@ -243,7 +243,6 @@ Requires-Dist: talus==1.1.0; extra == "frozen"
243
243
  Requires-Dist: tenacity==9.1.2; extra == "frozen"
244
244
  Requires-Dist: termcolor==3.0.1; extra == "frozen"
245
245
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
246
- Requires-Dist: time-machine==2.16.0; extra == "frozen"
247
246
  Requires-Dist: tornado==6.4.2; extra == "frozen"
248
247
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
249
248
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
@@ -251,7 +250,7 @@ Requires-Dist: typing-inspection==0.4.0; extra == "frozen"
251
250
  Requires-Dist: typing_extensions==4.13.2; extra == "frozen"
252
251
  Requires-Dist: tzdata==2025.2; extra == "frozen"
253
252
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
254
- Requires-Dist: uncertainties==3.2.2; extra == "frozen"
253
+ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
255
254
  Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
256
255
  Requires-Dist: urllib3==2.4.0; extra == "frozen"
257
256
  Requires-Dist: vine==5.1.0; extra == "frozen"
@@ -260,7 +259,7 @@ Requires-Dist: wcwidth==0.2.13; extra == "frozen"
260
259
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
261
260
  Requires-Dist: wrapt==1.17.2; extra == "frozen"
262
261
  Requires-Dist: yamale==6.0.0; extra == "frozen"
263
- Requires-Dist: yarl==1.19.0; extra == "frozen"
262
+ Requires-Dist: yarl==1.20.0; extra == "frozen"
264
263
  Requires-Dist: zipp==3.21.0; extra == "frozen"
265
264
 
266
265
  dkist-processing-test
@@ -36,7 +36,7 @@ definitions:
36
36
  - pip
37
37
  name: Test
38
38
  script:
39
- - pip install -U pip
39
+ - pip install -U pip wheel build setuptools_scm setuptools
40
40
  - pip install .[test]
41
41
  - pytest -v -n auto -m "not development" --cov dkist_processing_test --cov-report xml:coverage.xml --cov-report term-missing
42
42
  - ./ci_scripts/latest/execute_script.sh upload_coverage.sh
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.25.5rc1
3
+ Version: 1.25.7rc1
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.7.1rc1
15
+ Requires-Dist: dkist-processing-common==10.7.2
16
16
  Requires-Dist: dkist-header-validator==5.2.1
17
17
  Requires-Dist: dkist-service-configuration==2.2
18
18
  Requires-Dist: dkist-fits-specifications==4.13.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.2; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.8.0rc1; 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.2; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.8.0rc1; extra == "asdf"
38
38
  Provides-Extra: quality
39
39
  Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
40
  Provides-Extra: frozen
@@ -63,7 +63,7 @@ Requires-Dist: WTForms==3.2.1; extra == "frozen"
63
63
  Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
64
64
  Requires-Dist: aioftp==0.25.1; extra == "frozen"
65
65
  Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
66
- Requires-Dist: aiohttp==3.11.16; extra == "frozen"
66
+ Requires-Dist: aiohttp==3.11.18; extra == "frozen"
67
67
  Requires-Dist: aiosignal==1.3.2; extra == "frozen"
68
68
  Requires-Dist: alembic==1.15.2; extra == "frozen"
69
69
  Requires-Dist: amqp==5.3.1; extra == "frozen"
@@ -72,14 +72,14 @@ Requires-Dist: anyio==4.9.0; extra == "frozen"
72
72
  Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
73
73
  Requires-Dist: apache-airflow-providers-celery==3.10.6; extra == "frozen"
74
74
  Requires-Dist: apache-airflow-providers-common-compat==1.6.0; extra == "frozen"
75
- Requires-Dist: apache-airflow-providers-common-io==1.5.3; extra == "frozen"
76
- Requires-Dist: apache-airflow-providers-common-sql==1.25.0; extra == "frozen"
75
+ Requires-Dist: apache-airflow-providers-common-io==1.5.4; extra == "frozen"
76
+ Requires-Dist: apache-airflow-providers-common-sql==1.26.0; extra == "frozen"
77
77
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
78
78
  Requires-Dist: apache-airflow-providers-ftp==3.12.3; extra == "frozen"
79
- Requires-Dist: apache-airflow-providers-http==5.2.1; extra == "frozen"
79
+ Requires-Dist: apache-airflow-providers-http==5.2.2; extra == "frozen"
80
80
  Requires-Dist: apache-airflow-providers-imap==3.8.3; extra == "frozen"
81
- Requires-Dist: apache-airflow-providers-postgres==6.1.2; extra == "frozen"
82
- Requires-Dist: apache-airflow-providers-smtp==2.0.2; extra == "frozen"
81
+ Requires-Dist: apache-airflow-providers-postgres==6.1.3; extra == "frozen"
82
+ Requires-Dist: apache-airflow-providers-smtp==2.0.3; extra == "frozen"
83
83
  Requires-Dist: apache-airflow-providers-sqlite==4.0.2; extra == "frozen"
84
84
  Requires-Dist: apispec==6.8.1; extra == "frozen"
85
85
  Requires-Dist: argcomplete==3.6.2; extra == "frozen"
@@ -89,14 +89,14 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
89
89
  Requires-Dist: asgiref==3.8.1; extra == "frozen"
90
90
  Requires-Dist: asteval==1.0.6; extra == "frozen"
91
91
  Requires-Dist: astropy==6.1.5; extra == "frozen"
92
- Requires-Dist: astropy-iers-data==0.2025.4.14.0.37.22; extra == "frozen"
92
+ Requires-Dist: astropy-iers-data==0.2025.4.21.0.37.6; extra == "frozen"
93
93
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
94
94
  Requires-Dist: attrs==25.3.0; extra == "frozen"
95
95
  Requires-Dist: babel==2.17.0; extra == "frozen"
96
96
  Requires-Dist: billiard==4.2.1; extra == "frozen"
97
97
  Requires-Dist: blinker==1.9.0; extra == "frozen"
98
- Requires-Dist: boto3==1.37.34; extra == "frozen"
99
- Requires-Dist: botocore==1.37.34; extra == "frozen"
98
+ Requires-Dist: boto3==1.38.1; extra == "frozen"
99
+ Requires-Dist: botocore==1.38.1; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
101
  Requires-Dist: celery==5.5.1; extra == "frozen"
102
102
  Requires-Dist: certifi==2025.1.31; extra == "frozen"
@@ -119,10 +119,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
119
119
  Requires-Dist: decorator==5.2.1; extra == "frozen"
120
120
  Requires-Dist: dill==0.4.0; extra == "frozen"
121
121
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
122
- Requires-Dist: dkist-processing-common==10.7.1rc1; extra == "frozen"
122
+ Requires-Dist: dkist-processing-common==10.7.2; extra == "frozen"
123
123
  Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
125
- Requires-Dist: dkist-processing-test==1.25.5rc1; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.25.7rc1; extra == "frozen"
126
126
  Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
127
127
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
128
128
  Requires-Dist: dkist_fits_specifications==4.13.0; extra == "frozen"
@@ -133,9 +133,9 @@ Requires-Dist: email_validator==2.2.0; extra == "frozen"
133
133
  Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
134
134
  Requires-Dist: flower==2.0.1; extra == "frozen"
135
135
  Requires-Dist: fonttools==4.57.0; extra == "frozen"
136
- Requires-Dist: frozenlist==1.5.0; extra == "frozen"
136
+ Requires-Dist: frozenlist==1.6.0; extra == "frozen"
137
137
  Requires-Dist: fsspec==2025.3.2; extra == "frozen"
138
- Requires-Dist: globus-sdk==3.54.0; extra == "frozen"
138
+ Requires-Dist: globus-sdk==3.55.0; extra == "frozen"
139
139
  Requires-Dist: google-re2==1.1.20240702; extra == "frozen"
140
140
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
141
141
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
@@ -153,12 +153,12 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
153
153
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
154
154
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
155
155
  Requires-Dist: jsonschema==4.23.0; extra == "frozen"
156
- Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
156
+ Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
157
157
  Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
158
158
  Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
159
159
  Requires-Dist: kombu==5.5.3; extra == "frozen"
160
- Requires-Dist: lazy-object-proxy==1.10.0; extra == "frozen"
161
- Requires-Dist: limits==5.0.0; extra == "frozen"
160
+ Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
161
+ Requires-Dist: limits==5.1.0; extra == "frozen"
162
162
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
163
163
  Requires-Dist: llvmlite==0.42.0; extra == "frozen"
164
164
  Requires-Dist: lmfit==1.3.3; extra == "frozen"
@@ -172,7 +172,7 @@ Requires-Dist: matplotlib==3.10.1; extra == "frozen"
172
172
  Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
173
173
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
174
174
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
175
- Requires-Dist: more-itertools==10.6.0; extra == "frozen"
175
+ Requires-Dist: more-itertools==10.7.0; extra == "frozen"
176
176
  Requires-Dist: moviepy==2.1.2; extra == "frozen"
177
177
  Requires-Dist: multidict==6.4.3; extra == "frozen"
178
178
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
@@ -188,11 +188,11 @@ Requires-Dist: opentelemetry-proto==1.32.1; extra == "frozen"
188
188
  Requires-Dist: opentelemetry-sdk==1.32.1; extra == "frozen"
189
189
  Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
190
190
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
191
- Requires-Dist: packaging==24.2; extra == "frozen"
191
+ Requires-Dist: packaging==25.0; extra == "frozen"
192
192
  Requires-Dist: pandas==2.2.3; extra == "frozen"
193
193
  Requires-Dist: parfive==2.1.0; extra == "frozen"
194
194
  Requires-Dist: pathspec==0.12.1; extra == "frozen"
195
- Requires-Dist: pendulum==3.0.0; extra == "frozen"
195
+ Requires-Dist: pendulum==3.1.0; extra == "frozen"
196
196
  Requires-Dist: pika==1.3.2; extra == "frozen"
197
197
  Requires-Dist: pillow==10.4.0; extra == "frozen"
198
198
  Requires-Dist: pip==25.0.1; extra == "frozen"
@@ -209,7 +209,7 @@ Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
209
209
  Requires-Dist: py==1.11.0; extra == "frozen"
210
210
  Requires-Dist: pycparser==2.22; extra == "frozen"
211
211
  Requires-Dist: pydantic==2.11.3; extra == "frozen"
212
- Requires-Dist: pydantic-settings==2.8.1; extra == "frozen"
212
+ Requires-Dist: pydantic-settings==2.9.1; extra == "frozen"
213
213
  Requires-Dist: pydantic_core==2.33.1; extra == "frozen"
214
214
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
215
215
  Requires-Dist: pyparsing==3.2.3; extra == "frozen"
@@ -228,11 +228,11 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
228
228
  Requires-Dist: rich==13.9.4; extra == "frozen"
229
229
  Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
230
230
  Requires-Dist: rpds-py==0.24.0; extra == "frozen"
231
- Requires-Dist: s3transfer==0.11.4; extra == "frozen"
231
+ Requires-Dist: s3transfer==0.12.0; extra == "frozen"
232
232
  Requires-Dist: scipy==1.15.2; extra == "frozen"
233
233
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
234
234
  Requires-Dist: setproctitle==1.3.5; extra == "frozen"
235
- Requires-Dist: setuptools==69.2.0; extra == "frozen"
235
+ Requires-Dist: setuptools==75.6.0; extra == "frozen"
236
236
  Requires-Dist: six==1.17.0; extra == "frozen"
237
237
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
238
238
  Requires-Dist: sqids==0.5.1; extra == "frozen"
@@ -243,7 +243,6 @@ Requires-Dist: talus==1.1.0; extra == "frozen"
243
243
  Requires-Dist: tenacity==9.1.2; extra == "frozen"
244
244
  Requires-Dist: termcolor==3.0.1; extra == "frozen"
245
245
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
246
- Requires-Dist: time-machine==2.16.0; extra == "frozen"
247
246
  Requires-Dist: tornado==6.4.2; extra == "frozen"
248
247
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
249
248
  Requires-Dist: traitlets==5.14.3; extra == "frozen"
@@ -251,7 +250,7 @@ Requires-Dist: typing-inspection==0.4.0; extra == "frozen"
251
250
  Requires-Dist: typing_extensions==4.13.2; extra == "frozen"
252
251
  Requires-Dist: tzdata==2025.2; extra == "frozen"
253
252
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
254
- Requires-Dist: uncertainties==3.2.2; extra == "frozen"
253
+ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
255
254
  Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
256
255
  Requires-Dist: urllib3==2.4.0; extra == "frozen"
257
256
  Requires-Dist: vine==5.1.0; extra == "frozen"
@@ -260,7 +259,7 @@ Requires-Dist: wcwidth==0.2.13; extra == "frozen"
260
259
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
261
260
  Requires-Dist: wrapt==1.17.2; extra == "frozen"
262
261
  Requires-Dist: yamale==6.0.0; extra == "frozen"
263
- Requires-Dist: yarl==1.19.0; extra == "frozen"
262
+ Requires-Dist: yarl==1.20.0; extra == "frozen"
264
263
  Requires-Dist: zipp==3.21.0; extra == "frozen"
265
264
 
266
265
  dkist-processing-test
@@ -1,4 +1,4 @@
1
- dkist-processing-common==10.7.1rc1
1
+ dkist-processing-common==10.7.2
2
2
  dkist-header-validator==5.2.1
3
3
  dkist-service-configuration==2.2
4
4
  dkist-fits-specifications==4.13.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.2
12
+ dkist-inventory[asdf]==1.8.0rc1
13
13
 
14
14
  [frozen]
15
15
  ConfigUpdater==3.2
@@ -37,7 +37,7 @@ WTForms==3.2.1
37
37
  Werkzeug==2.2.3
38
38
  aioftp==0.25.1
39
39
  aiohappyeyeballs==2.6.1
40
- aiohttp==3.11.16
40
+ aiohttp==3.11.18
41
41
  aiosignal==1.3.2
42
42
  alembic==1.15.2
43
43
  amqp==5.3.1
@@ -46,14 +46,14 @@ anyio==4.9.0
46
46
  apache-airflow==2.10.5
47
47
  apache-airflow-providers-celery==3.10.6
48
48
  apache-airflow-providers-common-compat==1.6.0
49
- apache-airflow-providers-common-io==1.5.3
50
- apache-airflow-providers-common-sql==1.25.0
49
+ apache-airflow-providers-common-io==1.5.4
50
+ apache-airflow-providers-common-sql==1.26.0
51
51
  apache-airflow-providers-fab==1.5.3
52
52
  apache-airflow-providers-ftp==3.12.3
53
- apache-airflow-providers-http==5.2.1
53
+ apache-airflow-providers-http==5.2.2
54
54
  apache-airflow-providers-imap==3.8.3
55
- apache-airflow-providers-postgres==6.1.2
56
- apache-airflow-providers-smtp==2.0.2
55
+ apache-airflow-providers-postgres==6.1.3
56
+ apache-airflow-providers-smtp==2.0.3
57
57
  apache-airflow-providers-sqlite==4.0.2
58
58
  apispec==6.8.1
59
59
  argcomplete==3.6.2
@@ -63,14 +63,14 @@ asdf_transform_schemas==0.5.0
63
63
  asgiref==3.8.1
64
64
  asteval==1.0.6
65
65
  astropy==6.1.5
66
- astropy-iers-data==0.2025.4.14.0.37.22
66
+ astropy-iers-data==0.2025.4.21.0.37.6
67
67
  asyncpg==0.30.0
68
68
  attrs==25.3.0
69
69
  babel==2.17.0
70
70
  billiard==4.2.1
71
71
  blinker==1.9.0
72
- boto3==1.37.34
73
- botocore==1.37.34
72
+ boto3==1.38.1
73
+ botocore==1.38.1
74
74
  cachelib==0.13.0
75
75
  celery==5.5.1
76
76
  certifi==2025.1.31
@@ -93,10 +93,10 @@ dacite==1.9.2
93
93
  decorator==5.2.1
94
94
  dill==0.4.0
95
95
  dkist-header-validator==5.2.1
96
- dkist-processing-common==10.7.1rc1
96
+ dkist-processing-common==10.7.2
97
97
  dkist-processing-core==5.1.0
98
98
  dkist-processing-pac==3.1.1
99
- dkist-processing-test==1.25.5rc1
99
+ dkist-processing-test==1.25.7rc1
100
100
  dkist-service-configuration==2.2
101
101
  dkist-spectral-lines==3.0.0
102
102
  dkist_fits_specifications==4.13.0
@@ -107,9 +107,9 @@ email_validator==2.2.0
107
107
  fastjsonschema==2.21.1
108
108
  flower==2.0.1
109
109
  fonttools==4.57.0
110
- frozenlist==1.5.0
110
+ frozenlist==1.6.0
111
111
  fsspec==2025.3.2
112
- globus-sdk==3.54.0
112
+ globus-sdk==3.55.0
113
113
  google-re2==1.1.20240702
114
114
  googleapis-common-protos==1.70.0
115
115
  gqlclient==1.2.3
@@ -127,12 +127,12 @@ inflection==0.5.1
127
127
  itsdangerous==2.2.0
128
128
  jmespath==1.0.1
129
129
  jsonschema==4.23.0
130
- jsonschema-specifications==2024.10.1
130
+ jsonschema-specifications==2025.4.1
131
131
  jupyter_core==5.7.2
132
132
  kiwisolver==1.4.8
133
133
  kombu==5.5.3
134
- lazy-object-proxy==1.10.0
135
- limits==5.0.0
134
+ lazy-object-proxy==1.11.0
135
+ limits==5.1.0
136
136
  linkify-it-py==2.0.3
137
137
  llvmlite==0.42.0
138
138
  lmfit==1.3.3
@@ -146,7 +146,7 @@ matplotlib==3.10.1
146
146
  mdit-py-plugins==0.4.2
147
147
  mdurl==0.1.2
148
148
  methodtools==0.4.7
149
- more-itertools==10.6.0
149
+ more-itertools==10.7.0
150
150
  moviepy==2.1.2
151
151
  multidict==6.4.3
152
152
  nbformat==5.10.4
@@ -162,11 +162,11 @@ opentelemetry-proto==1.32.1
162
162
  opentelemetry-sdk==1.32.1
163
163
  opentelemetry-semantic-conventions==0.53b1
164
164
  ordered-set==4.1.0
165
- packaging==24.2
165
+ packaging==25.0
166
166
  pandas==2.2.3
167
167
  parfive==2.1.0
168
168
  pathspec==0.12.1
169
- pendulum==3.0.0
169
+ pendulum==3.1.0
170
170
  pika==1.3.2
171
171
  pillow==10.4.0
172
172
  pip==25.0.1
@@ -183,7 +183,7 @@ psycopg2-binary==2.9.10
183
183
  py==1.11.0
184
184
  pycparser==2.22
185
185
  pydantic==2.11.3
186
- pydantic-settings==2.8.1
186
+ pydantic-settings==2.9.1
187
187
  pydantic_core==2.33.1
188
188
  pyerfa==2.0.1.5
189
189
  pyparsing==3.2.3
@@ -202,11 +202,11 @@ rfc3339-validator==0.1.4
202
202
  rich==13.9.4
203
203
  rich-argparse==1.7.0
204
204
  rpds-py==0.24.0
205
- s3transfer==0.11.4
205
+ s3transfer==0.12.0
206
206
  scipy==1.15.2
207
207
  semantic-version==2.10.0
208
208
  setproctitle==1.3.5
209
- setuptools==69.2.0
209
+ setuptools==75.6.0
210
210
  six==1.17.0
211
211
  sniffio==1.3.1
212
212
  sqids==0.5.1
@@ -217,7 +217,6 @@ talus==1.1.0
217
217
  tenacity==9.1.2
218
218
  termcolor==3.0.1
219
219
  text-unidecode==1.3
220
- time-machine==2.16.0
221
220
  tornado==6.4.2
222
221
  tqdm==4.67.1
223
222
  traitlets==5.14.3
@@ -225,7 +224,7 @@ typing-inspection==0.4.0
225
224
  typing_extensions==4.13.2
226
225
  tzdata==2025.2
227
226
  uc-micro-py==1.0.3
228
- uncertainties==3.2.2
227
+ uncertainties==3.2.3
229
228
  universal_pathlib==0.2.6
230
229
  urllib3==2.4.0
231
230
  vine==5.1.0
@@ -234,12 +233,12 @@ wcwidth==0.2.13
234
233
  wirerope==1.0.0
235
234
  wrapt==1.17.2
236
235
  yamale==6.0.0
237
- yarl==1.19.0
236
+ yarl==1.20.0
238
237
  zipp==3.21.0
239
238
 
240
239
  [inventory]
241
240
  dkist-processing-common[inventory]
242
- dkist-inventory==1.7.2
241
+ dkist-inventory==1.8.0rc1
243
242
 
244
243
  [quality]
245
244
  dkist-quality==1.2.1
@@ -1,5 +1,5 @@
1
1
  [build-system]
2
- requires = ["setuptools>=64", "setuptools_scm>=8"]
2
+ requires = ["setuptools>=64", "setuptools_scm>=8", "wheel", "build"]
3
3
  build-backend = "setuptools.build_meta"
4
4
 
5
5
  [tool.setuptools.packages]
@@ -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.5rc1"
13
- date = 2025-04-16T09:48:17.010509
12
+ version = "1.25.7rc1"
13
+ date = 2025-04-24T09:44:28.965660
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.7.1rc1",
29
+ "dkist-processing-common == 10.7.2",
30
30
  "dkist-header-validator == 5.2.1",
31
31
  "dkist-service-configuration == 2.2",
32
32
  "dkist-fits-specifications == 4.13.0",
@@ -54,11 +54,11 @@ test = [
54
54
  ]
55
55
  inventory = [
56
56
  "dkist-processing-common[inventory]",
57
- "dkist-inventory==1.7.2",
57
+ "dkist-inventory==1.8.0rc1",
58
58
  ]
59
59
  asdf = [
60
60
  "dkist-processing-common[asdf]",
61
- "dkist-inventory[asdf]==1.7.2",
61
+ "dkist-inventory[asdf]==1.8.0rc1",
62
62
  ]
63
63
  quality = [
64
64
  "dkist-quality == 1.2.1",
@@ -89,7 +89,7 @@ frozen = [
89
89
  "Werkzeug == 2.2.3",
90
90
  "aioftp == 0.25.1",
91
91
  "aiohappyeyeballs == 2.6.1",
92
- "aiohttp == 3.11.16",
92
+ "aiohttp == 3.11.18",
93
93
  "aiosignal == 1.3.2",
94
94
  "alembic == 1.15.2",
95
95
  "amqp == 5.3.1",
@@ -98,14 +98,14 @@ frozen = [
98
98
  "apache-airflow == 2.10.5",
99
99
  "apache-airflow-providers-celery == 3.10.6",
100
100
  "apache-airflow-providers-common-compat == 1.6.0",
101
- "apache-airflow-providers-common-io == 1.5.3",
102
- "apache-airflow-providers-common-sql == 1.25.0",
101
+ "apache-airflow-providers-common-io == 1.5.4",
102
+ "apache-airflow-providers-common-sql == 1.26.0",
103
103
  "apache-airflow-providers-fab == 1.5.3",
104
104
  "apache-airflow-providers-ftp == 3.12.3",
105
- "apache-airflow-providers-http == 5.2.1",
105
+ "apache-airflow-providers-http == 5.2.2",
106
106
  "apache-airflow-providers-imap == 3.8.3",
107
- "apache-airflow-providers-postgres == 6.1.2",
108
- "apache-airflow-providers-smtp == 2.0.2",
107
+ "apache-airflow-providers-postgres == 6.1.3",
108
+ "apache-airflow-providers-smtp == 2.0.3",
109
109
  "apache-airflow-providers-sqlite == 4.0.2",
110
110
  "apispec == 6.8.1",
111
111
  "argcomplete == 3.6.2",
@@ -115,14 +115,14 @@ frozen = [
115
115
  "asgiref == 3.8.1",
116
116
  "asteval == 1.0.6",
117
117
  "astropy == 6.1.5",
118
- "astropy-iers-data == 0.2025.4.14.0.37.22",
118
+ "astropy-iers-data == 0.2025.4.21.0.37.6",
119
119
  "asyncpg == 0.30.0",
120
120
  "attrs == 25.3.0",
121
121
  "babel == 2.17.0",
122
122
  "billiard == 4.2.1",
123
123
  "blinker == 1.9.0",
124
- "boto3 == 1.37.34",
125
- "botocore == 1.37.34",
124
+ "boto3 == 1.38.1",
125
+ "botocore == 1.38.1",
126
126
  "cachelib == 0.13.0",
127
127
  "celery == 5.5.1",
128
128
  "certifi == 2025.1.31",
@@ -145,10 +145,10 @@ frozen = [
145
145
  "decorator == 5.2.1",
146
146
  "dill == 0.4.0",
147
147
  "dkist-header-validator == 5.2.1",
148
- "dkist-processing-common == 10.7.1rc1",
148
+ "dkist-processing-common == 10.7.2",
149
149
  "dkist-processing-core == 5.1.0",
150
150
  "dkist-processing-pac == 3.1.1",
151
- "dkist-processing-test == 1.25.5rc1",
151
+ "dkist-processing-test == 1.25.7rc1",
152
152
  "dkist-service-configuration == 2.2",
153
153
  "dkist-spectral-lines == 3.0.0",
154
154
  "dkist_fits_specifications == 4.13.0",
@@ -159,9 +159,9 @@ frozen = [
159
159
  "fastjsonschema == 2.21.1",
160
160
  "flower == 2.0.1",
161
161
  "fonttools == 4.57.0",
162
- "frozenlist == 1.5.0",
162
+ "frozenlist == 1.6.0",
163
163
  "fsspec == 2025.3.2",
164
- "globus-sdk == 3.54.0",
164
+ "globus-sdk == 3.55.0",
165
165
  "google-re2 == 1.1.20240702",
166
166
  "googleapis-common-protos == 1.70.0",
167
167
  "gqlclient == 1.2.3",
@@ -179,12 +179,12 @@ frozen = [
179
179
  "itsdangerous == 2.2.0",
180
180
  "jmespath == 1.0.1",
181
181
  "jsonschema == 4.23.0",
182
- "jsonschema-specifications == 2024.10.1",
182
+ "jsonschema-specifications == 2025.4.1",
183
183
  "jupyter_core == 5.7.2",
184
184
  "kiwisolver == 1.4.8",
185
185
  "kombu == 5.5.3",
186
- "lazy-object-proxy == 1.10.0",
187
- "limits == 5.0.0",
186
+ "lazy-object-proxy == 1.11.0",
187
+ "limits == 5.1.0",
188
188
  "linkify-it-py == 2.0.3",
189
189
  "llvmlite == 0.42.0",
190
190
  "lmfit == 1.3.3",
@@ -198,7 +198,7 @@ frozen = [
198
198
  "mdit-py-plugins == 0.4.2",
199
199
  "mdurl == 0.1.2",
200
200
  "methodtools == 0.4.7",
201
- "more-itertools == 10.6.0",
201
+ "more-itertools == 10.7.0",
202
202
  "moviepy == 2.1.2",
203
203
  "multidict == 6.4.3",
204
204
  "nbformat == 5.10.4",
@@ -214,11 +214,11 @@ frozen = [
214
214
  "opentelemetry-sdk == 1.32.1",
215
215
  "opentelemetry-semantic-conventions == 0.53b1",
216
216
  "ordered-set == 4.1.0",
217
- "packaging == 24.2",
217
+ "packaging == 25.0",
218
218
  "pandas == 2.2.3",
219
219
  "parfive == 2.1.0",
220
220
  "pathspec == 0.12.1",
221
- "pendulum == 3.0.0",
221
+ "pendulum == 3.1.0",
222
222
  "pika == 1.3.2",
223
223
  "pillow == 10.4.0",
224
224
  "pip == 25.0.1",
@@ -235,7 +235,7 @@ frozen = [
235
235
  "py == 1.11.0",
236
236
  "pycparser == 2.22",
237
237
  "pydantic == 2.11.3",
238
- "pydantic-settings == 2.8.1",
238
+ "pydantic-settings == 2.9.1",
239
239
  "pydantic_core == 2.33.1",
240
240
  "pyerfa == 2.0.1.5",
241
241
  "pyparsing == 3.2.3",
@@ -254,11 +254,11 @@ frozen = [
254
254
  "rich == 13.9.4",
255
255
  "rich-argparse == 1.7.0",
256
256
  "rpds-py == 0.24.0",
257
- "s3transfer == 0.11.4",
257
+ "s3transfer == 0.12.0",
258
258
  "scipy == 1.15.2",
259
259
  "semantic-version == 2.10.0",
260
260
  "setproctitle == 1.3.5",
261
- "setuptools == 69.2.0",
261
+ "setuptools == 75.6.0",
262
262
  "six == 1.17.0",
263
263
  "sniffio == 1.3.1",
264
264
  "sqids == 0.5.1",
@@ -269,7 +269,6 @@ frozen = [
269
269
  "tenacity == 9.1.2",
270
270
  "termcolor == 3.0.1",
271
271
  "text-unidecode == 1.3",
272
- "time-machine == 2.16.0",
273
272
  "tornado == 6.4.2",
274
273
  "tqdm == 4.67.1",
275
274
  "traitlets == 5.14.3",
@@ -277,7 +276,7 @@ frozen = [
277
276
  "typing_extensions == 4.13.2",
278
277
  "tzdata == 2025.2",
279
278
  "uc-micro-py == 1.0.3",
280
- "uncertainties == 3.2.2",
279
+ "uncertainties == 3.2.3",
281
280
  "universal_pathlib == 0.2.6",
282
281
  "urllib3 == 2.4.0",
283
282
  "vine == 5.1.0",
@@ -286,7 +285,7 @@ frozen = [
286
285
  "wirerope == 1.0.0",
287
286
  "wrapt == 1.17.2",
288
287
  "yamale == 6.0.0",
289
- "yarl == 1.19.0",
288
+ "yarl == 1.20.0",
290
289
  "zipp == 3.21.0",
291
290
  ]
292
291