dkist-processing-ops 1.7.1__tar.gz → 1.8.0__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-ops might be problematic. Click here for more details.

Files changed (27) hide show
  1. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/PKG-INFO +46 -31
  2. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/_version.py +3 -3
  3. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops.egg-info/PKG-INFO +46 -31
  4. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops.egg-info/requires.txt +45 -30
  5. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/pyproject.toml +47 -32
  6. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/.gitignore +0 -0
  7. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/.pre-commit-config.yaml +0 -0
  8. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/.snyk +0 -0
  9. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/LICENSE.rst +0 -0
  10. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/MANIFEST.in +0 -0
  11. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/README.rst +0 -0
  12. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/bitbucket-pipelines.yml +0 -0
  13. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/__init__.py +0 -0
  14. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/dags/scale.py +0 -0
  15. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/tasks/__init__.py +0 -0
  16. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
  17. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/tasks/wait.py +0 -0
  18. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/tests/__init__.py +0 -0
  19. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/tests/test_workflows.py +0 -0
  20. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/workflows/__init__.py +0 -0
  21. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/workflows/memory_leak.py +0 -0
  22. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops/workflows/smoke.py +0 -0
  23. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
  24. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
  25. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
  26. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/dkist_processing_ops.egg-info/top_level.txt +0 -0
  27. {dkist_processing_ops-1.7.1 → dkist_processing_ops-1.8.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-ops
3
- Version: 1.7.1
3
+ Version: 1.8.0
4
4
  Summary: Automated Processing smoke test and operations workflows
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD 3-Clause
@@ -11,8 +11,8 @@ Classifier: Programming Language :: Python :: 3.12
11
11
  Requires-Python: >=3.12
12
12
  Description-Content-Type: text/x-rst
13
13
  License-File: LICENSE.rst
14
- Requires-Dist: dkist-processing-common==11.5.1
15
- Requires-Dist: dkist-service-configuration==2.3.0
14
+ Requires-Dist: dkist-processing-common==11.6.0
15
+ Requires-Dist: dkist-service-configuration==4.1.7
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest; extra == "test"
18
18
  Requires-Dist: pytest-cov; extra == "test"
@@ -34,55 +34,56 @@ Requires-Dist: Jinja2==3.1.6; extra == "frozen"
34
34
  Requires-Dist: Mako==1.3.10; extra == "frozen"
35
35
  Requires-Dist: MarkupSafe==3.0.2; extra == "frozen"
36
36
  Requires-Dist: PyJWT==2.10.1; extra == "frozen"
37
- Requires-Dist: PyYAML==6.0.2; extra == "frozen"
37
+ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
38
38
  Requires-Dist: Pygments==2.19.2; extra == "frozen"
39
39
  Requires-Dist: SQLAlchemy==1.4.54; extra == "frozen"
40
40
  Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
41
41
  Requires-Dist: SQLAlchemy-Utils==0.42.0; extra == "frozen"
42
42
  Requires-Dist: WTForms==3.2.1; extra == "frozen"
43
43
  Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
44
- Requires-Dist: aioftp==0.26.2; extra == "frozen"
44
+ Requires-Dist: aioftp==0.27.2; extra == "frozen"
45
45
  Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
46
46
  Requires-Dist: aiohttp==3.12.15; extra == "frozen"
47
47
  Requires-Dist: aiosignal==1.4.0; extra == "frozen"
48
+ Requires-Dist: aiosmtplib==4.0.2; extra == "frozen"
48
49
  Requires-Dist: alembic==1.16.5; extra == "frozen"
49
50
  Requires-Dist: amqp==5.3.1; extra == "frozen"
50
51
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
51
- Requires-Dist: anyio==4.10.0; extra == "frozen"
52
+ Requires-Dist: anyio==4.11.0; extra == "frozen"
52
53
  Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
53
54
  Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
54
- Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
55
- Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
56
- Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
55
+ Requires-Dist: apache-airflow-providers-common-compat==1.7.4; extra == "frozen"
56
+ Requires-Dist: apache-airflow-providers-common-io==1.6.3; extra == "frozen"
57
+ Requires-Dist: apache-airflow-providers-common-sql==1.28.1; extra == "frozen"
57
58
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
58
59
  Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
59
60
  Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
60
61
  Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
61
62
  Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
62
- Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
63
+ Requires-Dist: apache-airflow-providers-smtp==2.3.0; extra == "frozen"
63
64
  Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
64
- Requires-Dist: apispec==6.8.3; extra == "frozen"
65
+ Requires-Dist: apispec==6.8.4; extra == "frozen"
65
66
  Requires-Dist: argcomplete==3.6.2; extra == "frozen"
66
67
  Requires-Dist: asdf==3.5.0; extra == "frozen"
67
68
  Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
68
69
  Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
69
- Requires-Dist: asgiref==3.9.1; extra == "frozen"
70
+ Requires-Dist: asgiref==3.9.2; extra == "frozen"
70
71
  Requires-Dist: asteval==1.0.6; extra == "frozen"
71
72
  Requires-Dist: astropy==7.1.0; extra == "frozen"
72
- Requires-Dist: astropy-iers-data==0.2025.9.15.0.37.0; extra == "frozen"
73
+ Requires-Dist: astropy-iers-data==0.2025.9.22.0.37.25; extra == "frozen"
73
74
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
74
75
  Requires-Dist: attrs==25.3.0; extra == "frozen"
75
76
  Requires-Dist: babel==2.17.0; extra == "frozen"
76
- Requires-Dist: billiard==4.2.1; extra == "frozen"
77
+ Requires-Dist: billiard==4.2.2; extra == "frozen"
77
78
  Requires-Dist: blinker==1.9.0; extra == "frozen"
78
- Requires-Dist: boto3==1.40.32; extra == "frozen"
79
- Requires-Dist: botocore==1.40.32; extra == "frozen"
79
+ Requires-Dist: boto3==1.40.39; extra == "frozen"
80
+ Requires-Dist: botocore==1.40.39; extra == "frozen"
80
81
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
81
82
  Requires-Dist: celery==5.3.1; extra == "frozen"
82
83
  Requires-Dist: certifi==2025.8.3; extra == "frozen"
83
84
  Requires-Dist: cffi==2.0.0; extra == "frozen"
84
85
  Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
85
- Requires-Dist: click==8.2.1; extra == "frozen"
86
+ Requires-Dist: click==8.3.0; extra == "frozen"
86
87
  Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
87
88
  Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
88
89
  Requires-Dist: click-repl==0.3.0; extra == "frozen"
@@ -99,27 +100,25 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
99
100
  Requires-Dist: decorator==5.2.1; extra == "frozen"
100
101
  Requires-Dist: dill==0.4.0; extra == "frozen"
101
102
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
102
- Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
103
- Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
104
- Requires-Dist: dkist-processing-ops==1.7.1; extra == "frozen"
103
+ Requires-Dist: dkist-processing-common==11.6.0; extra == "frozen"
104
+ Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
105
+ Requires-Dist: dkist-processing-ops==1.8.0; extra == "frozen"
105
106
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
106
- Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
107
+ Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
107
108
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
108
109
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
109
110
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
110
- Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
111
- Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
112
111
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
113
112
  Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
114
113
  Requires-Dist: flower==2.0.1; extra == "frozen"
115
114
  Requires-Dist: fonttools==4.60.0; extra == "frozen"
116
115
  Requires-Dist: frozenlist==1.7.0; extra == "frozen"
117
116
  Requires-Dist: fsspec==2025.9.0; extra == "frozen"
118
- Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
117
+ Requires-Dist: globus-sdk==3.64.0; extra == "frozen"
119
118
  Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
120
119
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
121
120
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
122
- Requires-Dist: grpcio==1.75.0; extra == "frozen"
121
+ Requires-Dist: grpcio==1.75.1; extra == "frozen"
123
122
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
124
123
  Requires-Dist: h11==0.16.0; extra == "frozen"
125
124
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
@@ -162,9 +161,25 @@ Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
162
161
  Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
163
162
  Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
164
163
  Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
164
+ Requires-Dist: opentelemetry-instrumentation==0.58b0; extra == "frozen"
165
+ Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.58b0; extra == "frozen"
166
+ Requires-Dist: opentelemetry-instrumentation-asgi==0.58b0; extra == "frozen"
167
+ Requires-Dist: opentelemetry-instrumentation-botocore==0.58b0; extra == "frozen"
168
+ Requires-Dist: opentelemetry-instrumentation-celery==0.58b0; extra == "frozen"
169
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.58b0; extra == "frozen"
170
+ Requires-Dist: opentelemetry-instrumentation-fastapi==0.58b0; extra == "frozen"
171
+ Requires-Dist: opentelemetry-instrumentation-pika==0.58b0; extra == "frozen"
172
+ Requires-Dist: opentelemetry-instrumentation-psycopg2==0.58b0; extra == "frozen"
173
+ Requires-Dist: opentelemetry-instrumentation-pymongo==0.58b0; extra == "frozen"
174
+ Requires-Dist: opentelemetry-instrumentation-redis==0.58b0; extra == "frozen"
175
+ Requires-Dist: opentelemetry-instrumentation-requests==0.58b0; extra == "frozen"
176
+ Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.58b0; extra == "frozen"
177
+ Requires-Dist: opentelemetry-instrumentation-system-metrics==0.58b0; extra == "frozen"
178
+ Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
165
179
  Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
166
180
  Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
167
181
  Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
182
+ Requires-Dist: opentelemetry-util-http==0.58b0; extra == "frozen"
168
183
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
169
184
  Requires-Dist: packaging==25.0; extra == "frozen"
170
185
  Requires-Dist: pandas==2.3.2; extra == "frozen"
@@ -179,18 +194,18 @@ Requires-Dist: pluggy==1.6.0; extra == "frozen"
179
194
  Requires-Dist: pooch==1.8.2; extra == "frozen"
180
195
  Requires-Dist: prison==0.2.1; extra == "frozen"
181
196
  Requires-Dist: proglog==0.1.12; extra == "frozen"
182
- Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
197
+ Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
183
198
  Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
184
199
  Requires-Dist: propcache==0.3.2; extra == "frozen"
185
200
  Requires-Dist: protobuf==6.32.1; extra == "frozen"
186
- Requires-Dist: psutil==7.0.0; extra == "frozen"
201
+ Requires-Dist: psutil==7.1.0; extra == "frozen"
187
202
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
188
203
  Requires-Dist: pycparser==2.23; extra == "frozen"
189
204
  Requires-Dist: pydantic==2.11.9; extra == "frozen"
190
- Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
205
+ Requires-Dist: pydantic-settings==2.11.0; extra == "frozen"
191
206
  Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
192
207
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
193
- Requires-Dist: pyparsing==3.2.4; extra == "frozen"
208
+ Requires-Dist: pyparsing==3.2.5; extra == "frozen"
194
209
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
195
210
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
196
211
  Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
@@ -214,7 +229,7 @@ Requires-Dist: sniffio==1.3.1; extra == "frozen"
214
229
  Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
215
230
  Requires-Dist: sqids==0.5.1; extra == "frozen"
216
231
  Requires-Dist: sqlparse==0.5.3; extra == "frozen"
217
- Requires-Dist: sunpy==7.0.1; extra == "frozen"
232
+ Requires-Dist: sunpy==7.0.2; extra == "frozen"
218
233
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
219
234
  Requires-Dist: talus==1.3.4; extra == "frozen"
220
235
  Requires-Dist: tenacity==8.5.0; extra == "frozen"
@@ -232,7 +247,7 @@ Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
232
247
  Requires-Dist: urllib3==2.5.0; extra == "frozen"
233
248
  Requires-Dist: vine==5.1.0; extra == "frozen"
234
249
  Requires-Dist: voluptuous==0.15.2; extra == "frozen"
235
- Requires-Dist: wcwidth==0.2.13; extra == "frozen"
250
+ Requires-Dist: wcwidth==0.2.14; extra == "frozen"
236
251
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
237
252
  Requires-Dist: wrapt==1.17.3; extra == "frozen"
238
253
  Requires-Dist: yamale==6.0.0; extra == "frozen"
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '1.7.1'
32
- __version_tuple__ = version_tuple = (1, 7, 1)
31
+ __version__ = version = '1.8.0'
32
+ __version_tuple__ = version_tuple = (1, 8, 0)
33
33
 
34
- __commit_id__ = commit_id = 'g3b770ba2c'
34
+ __commit_id__ = commit_id = 'gb788b251e'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-ops
3
- Version: 1.7.1
3
+ Version: 1.8.0
4
4
  Summary: Automated Processing smoke test and operations workflows
5
5
  Author-email: NSO / AURA <dkistdc@nso.edu>
6
6
  License: BSD 3-Clause
@@ -11,8 +11,8 @@ Classifier: Programming Language :: Python :: 3.12
11
11
  Requires-Python: >=3.12
12
12
  Description-Content-Type: text/x-rst
13
13
  License-File: LICENSE.rst
14
- Requires-Dist: dkist-processing-common==11.5.1
15
- Requires-Dist: dkist-service-configuration==2.3.0
14
+ Requires-Dist: dkist-processing-common==11.6.0
15
+ Requires-Dist: dkist-service-configuration==4.1.7
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest; extra == "test"
18
18
  Requires-Dist: pytest-cov; extra == "test"
@@ -34,55 +34,56 @@ Requires-Dist: Jinja2==3.1.6; extra == "frozen"
34
34
  Requires-Dist: Mako==1.3.10; extra == "frozen"
35
35
  Requires-Dist: MarkupSafe==3.0.2; extra == "frozen"
36
36
  Requires-Dist: PyJWT==2.10.1; extra == "frozen"
37
- Requires-Dist: PyYAML==6.0.2; extra == "frozen"
37
+ Requires-Dist: PyYAML==6.0.3; extra == "frozen"
38
38
  Requires-Dist: Pygments==2.19.2; extra == "frozen"
39
39
  Requires-Dist: SQLAlchemy==1.4.54; extra == "frozen"
40
40
  Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
41
41
  Requires-Dist: SQLAlchemy-Utils==0.42.0; extra == "frozen"
42
42
  Requires-Dist: WTForms==3.2.1; extra == "frozen"
43
43
  Requires-Dist: Werkzeug==2.2.3; extra == "frozen"
44
- Requires-Dist: aioftp==0.26.2; extra == "frozen"
44
+ Requires-Dist: aioftp==0.27.2; extra == "frozen"
45
45
  Requires-Dist: aiohappyeyeballs==2.6.1; extra == "frozen"
46
46
  Requires-Dist: aiohttp==3.12.15; extra == "frozen"
47
47
  Requires-Dist: aiosignal==1.4.0; extra == "frozen"
48
+ Requires-Dist: aiosmtplib==4.0.2; extra == "frozen"
48
49
  Requires-Dist: alembic==1.16.5; extra == "frozen"
49
50
  Requires-Dist: amqp==5.3.1; extra == "frozen"
50
51
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
51
- Requires-Dist: anyio==4.10.0; extra == "frozen"
52
+ Requires-Dist: anyio==4.11.0; extra == "frozen"
52
53
  Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
53
54
  Requires-Dist: apache-airflow-providers-celery==3.10.0; extra == "frozen"
54
- Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
55
- Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
56
- Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
55
+ Requires-Dist: apache-airflow-providers-common-compat==1.7.4; extra == "frozen"
56
+ Requires-Dist: apache-airflow-providers-common-io==1.6.3; extra == "frozen"
57
+ Requires-Dist: apache-airflow-providers-common-sql==1.28.1; extra == "frozen"
57
58
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
58
59
  Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
59
60
  Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
60
61
  Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
61
62
  Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
62
- Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
63
+ Requires-Dist: apache-airflow-providers-smtp==2.3.0; extra == "frozen"
63
64
  Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
64
- Requires-Dist: apispec==6.8.3; extra == "frozen"
65
+ Requires-Dist: apispec==6.8.4; extra == "frozen"
65
66
  Requires-Dist: argcomplete==3.6.2; extra == "frozen"
66
67
  Requires-Dist: asdf==3.5.0; extra == "frozen"
67
68
  Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
68
69
  Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
69
- Requires-Dist: asgiref==3.9.1; extra == "frozen"
70
+ Requires-Dist: asgiref==3.9.2; extra == "frozen"
70
71
  Requires-Dist: asteval==1.0.6; extra == "frozen"
71
72
  Requires-Dist: astropy==7.1.0; extra == "frozen"
72
- Requires-Dist: astropy-iers-data==0.2025.9.15.0.37.0; extra == "frozen"
73
+ Requires-Dist: astropy-iers-data==0.2025.9.22.0.37.25; extra == "frozen"
73
74
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
74
75
  Requires-Dist: attrs==25.3.0; extra == "frozen"
75
76
  Requires-Dist: babel==2.17.0; extra == "frozen"
76
- Requires-Dist: billiard==4.2.1; extra == "frozen"
77
+ Requires-Dist: billiard==4.2.2; extra == "frozen"
77
78
  Requires-Dist: blinker==1.9.0; extra == "frozen"
78
- Requires-Dist: boto3==1.40.32; extra == "frozen"
79
- Requires-Dist: botocore==1.40.32; extra == "frozen"
79
+ Requires-Dist: boto3==1.40.39; extra == "frozen"
80
+ Requires-Dist: botocore==1.40.39; extra == "frozen"
80
81
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
81
82
  Requires-Dist: celery==5.3.1; extra == "frozen"
82
83
  Requires-Dist: certifi==2025.8.3; extra == "frozen"
83
84
  Requires-Dist: cffi==2.0.0; extra == "frozen"
84
85
  Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
85
- Requires-Dist: click==8.2.1; extra == "frozen"
86
+ Requires-Dist: click==8.3.0; extra == "frozen"
86
87
  Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
87
88
  Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
88
89
  Requires-Dist: click-repl==0.3.0; extra == "frozen"
@@ -99,27 +100,25 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
99
100
  Requires-Dist: decorator==5.2.1; extra == "frozen"
100
101
  Requires-Dist: dill==0.4.0; extra == "frozen"
101
102
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
102
- Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
103
- Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
104
- Requires-Dist: dkist-processing-ops==1.7.1; extra == "frozen"
103
+ Requires-Dist: dkist-processing-common==11.6.0; extra == "frozen"
104
+ Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
105
+ Requires-Dist: dkist-processing-ops==1.8.0; extra == "frozen"
105
106
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
106
- Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
107
+ Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
107
108
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
108
109
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
109
110
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
110
- Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
111
- Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
112
111
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
113
112
  Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
114
113
  Requires-Dist: flower==2.0.1; extra == "frozen"
115
114
  Requires-Dist: fonttools==4.60.0; extra == "frozen"
116
115
  Requires-Dist: frozenlist==1.7.0; extra == "frozen"
117
116
  Requires-Dist: fsspec==2025.9.0; extra == "frozen"
118
- Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
117
+ Requires-Dist: globus-sdk==3.64.0; extra == "frozen"
119
118
  Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
120
119
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
121
120
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
122
- Requires-Dist: grpcio==1.75.0; extra == "frozen"
121
+ Requires-Dist: grpcio==1.75.1; extra == "frozen"
123
122
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
124
123
  Requires-Dist: h11==0.16.0; extra == "frozen"
125
124
  Requires-Dist: httpcore==1.0.9; extra == "frozen"
@@ -162,9 +161,25 @@ Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
162
161
  Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
163
162
  Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
164
163
  Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
164
+ Requires-Dist: opentelemetry-instrumentation==0.58b0; extra == "frozen"
165
+ Requires-Dist: opentelemetry-instrumentation-aiohttp-client==0.58b0; extra == "frozen"
166
+ Requires-Dist: opentelemetry-instrumentation-asgi==0.58b0; extra == "frozen"
167
+ Requires-Dist: opentelemetry-instrumentation-botocore==0.58b0; extra == "frozen"
168
+ Requires-Dist: opentelemetry-instrumentation-celery==0.58b0; extra == "frozen"
169
+ Requires-Dist: opentelemetry-instrumentation-dbapi==0.58b0; extra == "frozen"
170
+ Requires-Dist: opentelemetry-instrumentation-fastapi==0.58b0; extra == "frozen"
171
+ Requires-Dist: opentelemetry-instrumentation-pika==0.58b0; extra == "frozen"
172
+ Requires-Dist: opentelemetry-instrumentation-psycopg2==0.58b0; extra == "frozen"
173
+ Requires-Dist: opentelemetry-instrumentation-pymongo==0.58b0; extra == "frozen"
174
+ Requires-Dist: opentelemetry-instrumentation-redis==0.58b0; extra == "frozen"
175
+ Requires-Dist: opentelemetry-instrumentation-requests==0.58b0; extra == "frozen"
176
+ Requires-Dist: opentelemetry-instrumentation-sqlalchemy==0.58b0; extra == "frozen"
177
+ Requires-Dist: opentelemetry-instrumentation-system-metrics==0.58b0; extra == "frozen"
178
+ Requires-Dist: opentelemetry-propagator-aws-xray==1.0.2; extra == "frozen"
165
179
  Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
166
180
  Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
167
181
  Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
182
+ Requires-Dist: opentelemetry-util-http==0.58b0; extra == "frozen"
168
183
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
169
184
  Requires-Dist: packaging==25.0; extra == "frozen"
170
185
  Requires-Dist: pandas==2.3.2; extra == "frozen"
@@ -179,18 +194,18 @@ Requires-Dist: pluggy==1.6.0; extra == "frozen"
179
194
  Requires-Dist: pooch==1.8.2; extra == "frozen"
180
195
  Requires-Dist: prison==0.2.1; extra == "frozen"
181
196
  Requires-Dist: proglog==0.1.12; extra == "frozen"
182
- Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
197
+ Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
183
198
  Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
184
199
  Requires-Dist: propcache==0.3.2; extra == "frozen"
185
200
  Requires-Dist: protobuf==6.32.1; extra == "frozen"
186
- Requires-Dist: psutil==7.0.0; extra == "frozen"
201
+ Requires-Dist: psutil==7.1.0; extra == "frozen"
187
202
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
188
203
  Requires-Dist: pycparser==2.23; extra == "frozen"
189
204
  Requires-Dist: pydantic==2.11.9; extra == "frozen"
190
- Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
205
+ Requires-Dist: pydantic-settings==2.11.0; extra == "frozen"
191
206
  Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
192
207
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
193
- Requires-Dist: pyparsing==3.2.4; extra == "frozen"
208
+ Requires-Dist: pyparsing==3.2.5; extra == "frozen"
194
209
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
195
210
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
196
211
  Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
@@ -214,7 +229,7 @@ Requires-Dist: sniffio==1.3.1; extra == "frozen"
214
229
  Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
215
230
  Requires-Dist: sqids==0.5.1; extra == "frozen"
216
231
  Requires-Dist: sqlparse==0.5.3; extra == "frozen"
217
- Requires-Dist: sunpy==7.0.1; extra == "frozen"
232
+ Requires-Dist: sunpy==7.0.2; extra == "frozen"
218
233
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
219
234
  Requires-Dist: talus==1.3.4; extra == "frozen"
220
235
  Requires-Dist: tenacity==8.5.0; extra == "frozen"
@@ -232,7 +247,7 @@ Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
232
247
  Requires-Dist: urllib3==2.5.0; extra == "frozen"
233
248
  Requires-Dist: vine==5.1.0; extra == "frozen"
234
249
  Requires-Dist: voluptuous==0.15.2; extra == "frozen"
235
- Requires-Dist: wcwidth==0.2.13; extra == "frozen"
250
+ Requires-Dist: wcwidth==0.2.14; extra == "frozen"
236
251
  Requires-Dist: wirerope==1.0.0; extra == "frozen"
237
252
  Requires-Dist: wrapt==1.17.3; extra == "frozen"
238
253
  Requires-Dist: yamale==6.0.0; extra == "frozen"
@@ -1,5 +1,5 @@
1
- dkist-processing-common==11.5.1
2
- dkist-service-configuration==2.3.0
1
+ dkist-processing-common==11.6.0
2
+ dkist-service-configuration==4.1.7
3
3
 
4
4
  [frozen]
5
5
  ConfigUpdater==3.2
@@ -18,55 +18,56 @@ Jinja2==3.1.6
18
18
  Mako==1.3.10
19
19
  MarkupSafe==3.0.2
20
20
  PyJWT==2.10.1
21
- PyYAML==6.0.2
21
+ PyYAML==6.0.3
22
22
  Pygments==2.19.2
23
23
  SQLAlchemy==1.4.54
24
24
  SQLAlchemy-JSONField==1.0.2
25
25
  SQLAlchemy-Utils==0.42.0
26
26
  WTForms==3.2.1
27
27
  Werkzeug==2.2.3
28
- aioftp==0.26.2
28
+ aioftp==0.27.2
29
29
  aiohappyeyeballs==2.6.1
30
30
  aiohttp==3.12.15
31
31
  aiosignal==1.4.0
32
+ aiosmtplib==4.0.2
32
33
  alembic==1.16.5
33
34
  amqp==5.3.1
34
35
  annotated-types==0.7.0
35
- anyio==4.10.0
36
+ anyio==4.11.0
36
37
  apache-airflow==2.11.0
37
38
  apache-airflow-providers-celery==3.10.0
38
- apache-airflow-providers-common-compat==1.7.3
39
- apache-airflow-providers-common-io==1.6.2
40
- apache-airflow-providers-common-sql==1.28.0
39
+ apache-airflow-providers-common-compat==1.7.4
40
+ apache-airflow-providers-common-io==1.6.3
41
+ apache-airflow-providers-common-sql==1.28.1
41
42
  apache-airflow-providers-fab==1.5.3
42
43
  apache-airflow-providers-ftp==3.13.2
43
44
  apache-airflow-providers-http==5.3.4
44
45
  apache-airflow-providers-imap==3.9.2
45
46
  apache-airflow-providers-postgres==6.3.0
46
- apache-airflow-providers-smtp==2.2.1
47
+ apache-airflow-providers-smtp==2.3.0
47
48
  apache-airflow-providers-sqlite==4.1.2
48
- apispec==6.8.3
49
+ apispec==6.8.4
49
50
  argcomplete==3.6.2
50
51
  asdf==3.5.0
51
52
  asdf_standard==1.4.0
52
53
  asdf_transform_schemas==0.6.0
53
- asgiref==3.9.1
54
+ asgiref==3.9.2
54
55
  asteval==1.0.6
55
56
  astropy==7.1.0
56
- astropy-iers-data==0.2025.9.15.0.37.0
57
+ astropy-iers-data==0.2025.9.22.0.37.25
57
58
  asyncpg==0.30.0
58
59
  attrs==25.3.0
59
60
  babel==2.17.0
60
- billiard==4.2.1
61
+ billiard==4.2.2
61
62
  blinker==1.9.0
62
- boto3==1.40.32
63
- botocore==1.40.32
63
+ boto3==1.40.39
64
+ botocore==1.40.39
64
65
  cachelib==0.13.0
65
66
  celery==5.3.1
66
67
  certifi==2025.8.3
67
68
  cffi==2.0.0
68
69
  charset-normalizer==3.4.3
69
- click==8.2.1
70
+ click==8.3.0
70
71
  click-didyoumean==0.3.1
71
72
  click-plugins==1.1.1.2
72
73
  click-repl==0.3.0
@@ -83,27 +84,25 @@ dacite==1.9.2
83
84
  decorator==5.2.1
84
85
  dill==0.4.0
85
86
  dkist-header-validator==5.2.1
86
- dkist-processing-common==11.5.1
87
- dkist-processing-core==5.2.1
88
- dkist-processing-ops==1.7.1
87
+ dkist-processing-common==11.6.0
88
+ dkist-processing-core==6.0.0
89
+ dkist-processing-ops==1.8.0
89
90
  dkist-processing-pac==3.1.1
90
- dkist-service-configuration==2.3.0
91
+ dkist-service-configuration==4.1.7
91
92
  dkist-spectral-lines==3.0.0
92
93
  dkist_fits_specifications==4.17.0
93
94
  dnspython==2.8.0
94
- ecs-logging==2.2.0
95
- elastic-apm==6.24.0
96
95
  email-validator==2.3.0
97
96
  fastjsonschema==2.21.2
98
97
  flower==2.0.1
99
98
  fonttools==4.60.0
100
99
  frozenlist==1.7.0
101
100
  fsspec==2025.9.0
102
- globus-sdk==3.63.0
101
+ globus-sdk==3.64.0
103
102
  google-re2==1.1.20250805
104
103
  googleapis-common-protos==1.70.0
105
104
  gqlclient==1.2.3
106
- grpcio==1.75.0
105
+ grpcio==1.75.1
107
106
  gunicorn==23.0.0
108
107
  h11==0.16.0
109
108
  httpcore==1.0.9
@@ -146,9 +145,25 @@ opentelemetry-exporter-otlp==1.37.0
146
145
  opentelemetry-exporter-otlp-proto-common==1.37.0
147
146
  opentelemetry-exporter-otlp-proto-grpc==1.37.0
148
147
  opentelemetry-exporter-otlp-proto-http==1.37.0
148
+ opentelemetry-instrumentation==0.58b0
149
+ opentelemetry-instrumentation-aiohttp-client==0.58b0
150
+ opentelemetry-instrumentation-asgi==0.58b0
151
+ opentelemetry-instrumentation-botocore==0.58b0
152
+ opentelemetry-instrumentation-celery==0.58b0
153
+ opentelemetry-instrumentation-dbapi==0.58b0
154
+ opentelemetry-instrumentation-fastapi==0.58b0
155
+ opentelemetry-instrumentation-pika==0.58b0
156
+ opentelemetry-instrumentation-psycopg2==0.58b0
157
+ opentelemetry-instrumentation-pymongo==0.58b0
158
+ opentelemetry-instrumentation-redis==0.58b0
159
+ opentelemetry-instrumentation-requests==0.58b0
160
+ opentelemetry-instrumentation-sqlalchemy==0.58b0
161
+ opentelemetry-instrumentation-system-metrics==0.58b0
162
+ opentelemetry-propagator-aws-xray==1.0.2
149
163
  opentelemetry-proto==1.37.0
150
164
  opentelemetry-sdk==1.37.0
151
165
  opentelemetry-semantic-conventions==0.58b0
166
+ opentelemetry-util-http==0.58b0
152
167
  ordered-set==4.1.0
153
168
  packaging==25.0
154
169
  pandas==2.3.2
@@ -163,18 +178,18 @@ pluggy==1.6.0
163
178
  pooch==1.8.2
164
179
  prison==0.2.1
165
180
  proglog==0.1.12
166
- prometheus_client==0.22.1
181
+ prometheus_client==0.23.1
167
182
  prompt_toolkit==3.0.52
168
183
  propcache==0.3.2
169
184
  protobuf==6.32.1
170
- psutil==7.0.0
185
+ psutil==7.1.0
171
186
  psycopg2-binary==2.9.10
172
187
  pycparser==2.23
173
188
  pydantic==2.11.9
174
- pydantic-settings==2.10.1
189
+ pydantic-settings==2.11.0
175
190
  pydantic_core==2.33.2
176
191
  pyerfa==2.0.1.5
177
- pyparsing==3.2.4
192
+ pyparsing==3.2.5
178
193
  python-daemon==3.1.2
179
194
  python-dateutil==2.9.0.post0
180
195
  python-dotenv==1.1.1
@@ -198,7 +213,7 @@ sniffio==1.3.1
198
213
  solar-wavelength-calibration==1.0.1
199
214
  sqids==0.5.1
200
215
  sqlparse==0.5.3
201
- sunpy==7.0.1
216
+ sunpy==7.0.2
202
217
  tabulate==0.9.0
203
218
  talus==1.3.4
204
219
  tenacity==8.5.0
@@ -216,7 +231,7 @@ universal_pathlib==0.2.6
216
231
  urllib3==2.5.0
217
232
  vine==5.1.0
218
233
  voluptuous==0.15.2
219
- wcwidth==0.2.13
234
+ wcwidth==0.2.14
220
235
  wirerope==1.0.0
221
236
  wrapt==1.17.3
222
237
  yamale==6.0.0
@@ -6,8 +6,8 @@ build-backend = 'setuptools.build_meta'
6
6
 
7
7
  [tool.dkist-dev-tools]
8
8
  # Most recently frozen version by dkist-dev-tools
9
- version = "1.7.1"
10
- date = 2025-09-17T11:03:40.681444
9
+ version = "1.8.0"
10
+ date = 2025-09-26T12:15:42.288993
11
11
 
12
12
  [project]
13
13
  name = "dkist-processing-ops"
@@ -25,8 +25,8 @@ authors = [
25
25
  ]
26
26
 
27
27
  dependencies = [
28
- "dkist-processing-common==11.5.1",
29
- "dkist-service-configuration==2.3.0",
28
+ "dkist-processing-common==11.6.0",
29
+ "dkist-service-configuration==4.1.7",
30
30
  ]
31
31
  dynamic = ["version"]
32
32
 
@@ -55,55 +55,56 @@ frozen = [
55
55
  "Mako == 1.3.10",
56
56
  "MarkupSafe == 3.0.2",
57
57
  "PyJWT == 2.10.1",
58
- "PyYAML == 6.0.2",
58
+ "PyYAML == 6.0.3",
59
59
  "Pygments == 2.19.2",
60
60
  "SQLAlchemy == 1.4.54",
61
61
  "SQLAlchemy-JSONField == 1.0.2",
62
62
  "SQLAlchemy-Utils == 0.42.0",
63
63
  "WTForms == 3.2.1",
64
64
  "Werkzeug == 2.2.3",
65
- "aioftp == 0.26.2",
65
+ "aioftp == 0.27.2",
66
66
  "aiohappyeyeballs == 2.6.1",
67
67
  "aiohttp == 3.12.15",
68
68
  "aiosignal == 1.4.0",
69
+ "aiosmtplib == 4.0.2",
69
70
  "alembic == 1.16.5",
70
71
  "amqp == 5.3.1",
71
72
  "annotated-types == 0.7.0",
72
- "anyio == 4.10.0",
73
+ "anyio == 4.11.0",
73
74
  "apache-airflow == 2.11.0",
74
75
  "apache-airflow-providers-celery == 3.10.0",
75
- "apache-airflow-providers-common-compat == 1.7.3",
76
- "apache-airflow-providers-common-io == 1.6.2",
77
- "apache-airflow-providers-common-sql == 1.28.0",
76
+ "apache-airflow-providers-common-compat == 1.7.4",
77
+ "apache-airflow-providers-common-io == 1.6.3",
78
+ "apache-airflow-providers-common-sql == 1.28.1",
78
79
  "apache-airflow-providers-fab == 1.5.3",
79
80
  "apache-airflow-providers-ftp == 3.13.2",
80
81
  "apache-airflow-providers-http == 5.3.4",
81
82
  "apache-airflow-providers-imap == 3.9.2",
82
83
  "apache-airflow-providers-postgres == 6.3.0",
83
- "apache-airflow-providers-smtp == 2.2.1",
84
+ "apache-airflow-providers-smtp == 2.3.0",
84
85
  "apache-airflow-providers-sqlite == 4.1.2",
85
- "apispec == 6.8.3",
86
+ "apispec == 6.8.4",
86
87
  "argcomplete == 3.6.2",
87
88
  "asdf == 3.5.0",
88
89
  "asdf_standard == 1.4.0",
89
90
  "asdf_transform_schemas == 0.6.0",
90
- "asgiref == 3.9.1",
91
+ "asgiref == 3.9.2",
91
92
  "asteval == 1.0.6",
92
93
  "astropy == 7.1.0",
93
- "astropy-iers-data == 0.2025.9.15.0.37.0",
94
+ "astropy-iers-data == 0.2025.9.22.0.37.25",
94
95
  "asyncpg == 0.30.0",
95
96
  "attrs == 25.3.0",
96
97
  "babel == 2.17.0",
97
- "billiard == 4.2.1",
98
+ "billiard == 4.2.2",
98
99
  "blinker == 1.9.0",
99
- "boto3 == 1.40.32",
100
- "botocore == 1.40.32",
100
+ "boto3 == 1.40.39",
101
+ "botocore == 1.40.39",
101
102
  "cachelib == 0.13.0",
102
103
  "celery == 5.3.1",
103
104
  "certifi == 2025.8.3",
104
105
  "cffi == 2.0.0",
105
106
  "charset-normalizer == 3.4.3",
106
- "click == 8.2.1",
107
+ "click == 8.3.0",
107
108
  "click-didyoumean == 0.3.1",
108
109
  "click-plugins == 1.1.1.2",
109
110
  "click-repl == 0.3.0",
@@ -120,27 +121,25 @@ frozen = [
120
121
  "decorator == 5.2.1",
121
122
  "dill == 0.4.0",
122
123
  "dkist-header-validator == 5.2.1",
123
- "dkist-processing-common == 11.5.1",
124
- "dkist-processing-core == 5.2.1",
125
- "dkist-processing-ops == 1.7.1",
124
+ "dkist-processing-common == 11.6.0",
125
+ "dkist-processing-core == 6.0.0",
126
+ "dkist-processing-ops == 1.8.0",
126
127
  "dkist-processing-pac == 3.1.1",
127
- "dkist-service-configuration == 2.3.0",
128
+ "dkist-service-configuration == 4.1.7",
128
129
  "dkist-spectral-lines == 3.0.0",
129
130
  "dkist_fits_specifications == 4.17.0",
130
131
  "dnspython == 2.8.0",
131
- "ecs-logging == 2.2.0",
132
- "elastic-apm == 6.24.0",
133
132
  "email-validator == 2.3.0",
134
133
  "fastjsonschema == 2.21.2",
135
134
  "flower == 2.0.1",
136
135
  "fonttools == 4.60.0",
137
136
  "frozenlist == 1.7.0",
138
137
  "fsspec == 2025.9.0",
139
- "globus-sdk == 3.63.0",
138
+ "globus-sdk == 3.64.0",
140
139
  "google-re2 == 1.1.20250805",
141
140
  "googleapis-common-protos == 1.70.0",
142
141
  "gqlclient == 1.2.3",
143
- "grpcio == 1.75.0",
142
+ "grpcio == 1.75.1",
144
143
  "gunicorn == 23.0.0",
145
144
  "h11 == 0.16.0",
146
145
  "httpcore == 1.0.9",
@@ -183,9 +182,25 @@ frozen = [
183
182
  "opentelemetry-exporter-otlp-proto-common == 1.37.0",
184
183
  "opentelemetry-exporter-otlp-proto-grpc == 1.37.0",
185
184
  "opentelemetry-exporter-otlp-proto-http == 1.37.0",
185
+ "opentelemetry-instrumentation == 0.58b0",
186
+ "opentelemetry-instrumentation-aiohttp-client == 0.58b0",
187
+ "opentelemetry-instrumentation-asgi == 0.58b0",
188
+ "opentelemetry-instrumentation-botocore == 0.58b0",
189
+ "opentelemetry-instrumentation-celery == 0.58b0",
190
+ "opentelemetry-instrumentation-dbapi == 0.58b0",
191
+ "opentelemetry-instrumentation-fastapi == 0.58b0",
192
+ "opentelemetry-instrumentation-pika == 0.58b0",
193
+ "opentelemetry-instrumentation-psycopg2 == 0.58b0",
194
+ "opentelemetry-instrumentation-pymongo == 0.58b0",
195
+ "opentelemetry-instrumentation-redis == 0.58b0",
196
+ "opentelemetry-instrumentation-requests == 0.58b0",
197
+ "opentelemetry-instrumentation-sqlalchemy == 0.58b0",
198
+ "opentelemetry-instrumentation-system-metrics == 0.58b0",
199
+ "opentelemetry-propagator-aws-xray == 1.0.2",
186
200
  "opentelemetry-proto == 1.37.0",
187
201
  "opentelemetry-sdk == 1.37.0",
188
202
  "opentelemetry-semantic-conventions == 0.58b0",
203
+ "opentelemetry-util-http == 0.58b0",
189
204
  "ordered-set == 4.1.0",
190
205
  "packaging == 25.0",
191
206
  "pandas == 2.3.2",
@@ -200,18 +215,18 @@ frozen = [
200
215
  "pooch == 1.8.2",
201
216
  "prison == 0.2.1",
202
217
  "proglog == 0.1.12",
203
- "prometheus_client == 0.22.1",
218
+ "prometheus_client == 0.23.1",
204
219
  "prompt_toolkit == 3.0.52",
205
220
  "propcache == 0.3.2",
206
221
  "protobuf == 6.32.1",
207
- "psutil == 7.0.0",
222
+ "psutil == 7.1.0",
208
223
  "psycopg2-binary == 2.9.10",
209
224
  "pycparser == 2.23",
210
225
  "pydantic == 2.11.9",
211
- "pydantic-settings == 2.10.1",
226
+ "pydantic-settings == 2.11.0",
212
227
  "pydantic_core == 2.33.2",
213
228
  "pyerfa == 2.0.1.5",
214
- "pyparsing == 3.2.4",
229
+ "pyparsing == 3.2.5",
215
230
  "python-daemon == 3.1.2",
216
231
  "python-dateutil == 2.9.0.post0",
217
232
  "python-dotenv == 1.1.1",
@@ -235,7 +250,7 @@ frozen = [
235
250
  "solar-wavelength-calibration == 1.0.1",
236
251
  "sqids == 0.5.1",
237
252
  "sqlparse == 0.5.3",
238
- "sunpy == 7.0.1",
253
+ "sunpy == 7.0.2",
239
254
  "tabulate == 0.9.0",
240
255
  "talus == 1.3.4",
241
256
  "tenacity == 8.5.0",
@@ -253,7 +268,7 @@ frozen = [
253
268
  "urllib3 == 2.5.0",
254
269
  "vine == 5.1.0",
255
270
  "voluptuous == 0.15.2",
256
- "wcwidth == 0.2.13",
271
+ "wcwidth == 0.2.14",
257
272
  "wirerope == 1.0.0",
258
273
  "wrapt == 1.17.3",
259
274
  "yamale == 6.0.0",