dkist-processing-test 1.34.4__tar.gz → 1.35.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-test might be problematic. Click here for more details.

Files changed (41) hide show
  1. {dkist_processing_test-1.34.4/dkist_processing_test.egg-info → dkist_processing_test-1.35.0}/PKG-INFO +19 -23
  2. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/bitbucket-pipelines.yml +1 -1
  3. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0/dkist_processing_test.egg-info}/PKG-INFO +19 -23
  4. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test.egg-info/requires.txt +16 -20
  5. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/pyproject.toml +20 -24
  6. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/.gitignore +0 -0
  7. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/.pre-commit-config.yaml +0 -0
  8. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/.snyk +0 -0
  9. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/README.rst +0 -0
  10. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/__init__.py +0 -0
  16. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  17. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/fail.py +0 -0
  18. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/fake_science.py +0 -0
  19. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/high_memory.py +0 -0
  20. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/manual.py +0 -0
  21. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/movie.py +0 -0
  22. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/noop.py +0 -0
  23. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/parse.py +0 -0
  24. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/quality.py +0 -0
  25. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tasks/write_l1.py +0 -0
  26. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tests/__init__.py +0 -0
  27. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tests/conftest.py +0 -0
  28. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tests/test_tasks.py +0 -0
  29. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/tests/test_workflows.py +0 -0
  30. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/workflows/__init__.py +0 -0
  31. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/workflows/common_tasks.py +0 -0
  32. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/workflows/end_to_end.py +0 -0
  33. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  34. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/workflows/fail.py +0 -0
  35. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/workflows/noop.py +0 -0
  36. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/workflows/resource_queue.py +0 -0
  37. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  38. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  39. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  40. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/dkist_processing_test.egg-info/top_level.txt +0 -0
  41. {dkist_processing_test-1.34.4 → dkist_processing_test-1.35.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.34.4
3
+ Version: 1.35.0
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
@@ -9,10 +9,10 @@ Project-URL: Repository, https://bitbucket.org/dkistdc/dkist-processing-test/
9
9
  Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
10
10
  Classifier: Programming Language :: Python
11
11
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.11
13
- Requires-Python: >=3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Requires-Python: >=3.12
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==11.4.0
15
+ Requires-Dist: dkist-processing-common==11.5.0
16
16
  Requires-Dist: dkist-header-validator==5.2.1
17
17
  Requires-Dist: dkist-service-configuration==2.3.0
18
18
  Requires-Dist: dkist-fits-specifications==4.17.0
@@ -69,7 +69,7 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
69
69
  Requires-Dist: amqp==5.3.1; extra == "frozen"
70
70
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
71
71
  Requires-Dist: anyio==4.10.0; extra == "frozen"
72
- Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
72
+ Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
73
73
  Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
74
74
  Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
75
75
  Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
@@ -81,7 +81,7 @@ Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
81
81
  Requires-Dist: apache-airflow-providers-postgres==6.2.3; extra == "frozen"
82
82
  Requires-Dist: apache-airflow-providers-smtp==2.2.0; extra == "frozen"
83
83
  Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
84
- Requires-Dist: apispec==6.8.2; extra == "frozen"
84
+ Requires-Dist: apispec==6.8.3; extra == "frozen"
85
85
  Requires-Dist: argcomplete==3.6.2; extra == "frozen"
86
86
  Requires-Dist: asdf==3.5.0; extra == "frozen"
87
87
  Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
@@ -89,14 +89,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
89
89
  Requires-Dist: asgiref==3.9.1; extra == "frozen"
90
90
  Requires-Dist: asteval==1.0.6; extra == "frozen"
91
91
  Requires-Dist: astropy==7.0.2; extra == "frozen"
92
- Requires-Dist: astropy-iers-data==0.2025.9.1.0.42.11; extra == "frozen"
92
+ Requires-Dist: astropy-iers-data==0.2025.9.8.0.36.17; 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.40.24; extra == "frozen"
99
- Requires-Dist: botocore==1.40.24; extra == "frozen"
98
+ Requires-Dist: boto3==1.40.25; extra == "frozen"
99
+ Requires-Dist: botocore==1.40.25; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
101
  Requires-Dist: celery==5.5.3; extra == "frozen"
102
102
  Requires-Dist: certifi==2025.8.3; extra == "frozen"
@@ -119,14 +119,14 @@ 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==11.4.0; extra == "frozen"
123
- Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
122
+ Requires-Dist: dkist-processing-common==11.5.0; extra == "frozen"
123
+ Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
125
- Requires-Dist: dkist-processing-test==1.34.4; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.35.0; extra == "frozen"
126
126
  Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
127
127
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
128
128
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
129
- Requires-Dist: dnspython==2.7.0; extra == "frozen"
129
+ Requires-Dist: dnspython==2.8.0; extra == "frozen"
130
130
  Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
131
131
  Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
132
132
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
@@ -135,11 +135,10 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
135
135
  Requires-Dist: fonttools==4.59.2; extra == "frozen"
136
136
  Requires-Dist: frozenlist==1.7.0; extra == "frozen"
137
137
  Requires-Dist: fsspec==2025.9.0; extra == "frozen"
138
- Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
138
+ Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
139
139
  Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
140
140
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
141
141
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
142
- Requires-Dist: greenlet==3.2.4; extra == "frozen"
143
142
  Requires-Dist: grpcio==1.74.0; extra == "frozen"
144
143
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
144
  Requires-Dist: h11==0.16.0; extra == "frozen"
@@ -154,7 +153,7 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
154
153
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
155
154
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
156
155
  Requires-Dist: jsonschema==4.25.1; extra == "frozen"
157
- Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
156
+ Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
158
157
  Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
159
158
  Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
160
159
  Requires-Dist: kombu==5.5.4; extra == "frozen"
@@ -179,7 +178,7 @@ Requires-Dist: multidict==6.6.4; extra == "frozen"
179
178
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
180
179
  Requires-Dist: numba==0.61.2; extra == "frozen"
181
180
  Requires-Dist: numpy==2.2.5; extra == "frozen"
182
- Requires-Dist: object-clerk==0.1.2; extra == "frozen"
181
+ Requires-Dist: object-clerk==1.0.0; extra == "frozen"
183
182
  Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
184
183
  Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
185
184
  Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
@@ -208,7 +207,6 @@ Requires-Dist: propcache==0.3.2; extra == "frozen"
208
207
  Requires-Dist: protobuf==6.32.0; extra == "frozen"
209
208
  Requires-Dist: psutil==7.0.0; extra == "frozen"
210
209
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
211
- Requires-Dist: py==1.11.0; extra == "frozen"
212
210
  Requires-Dist: pycparser==2.22; extra == "frozen"
213
211
  Requires-Dist: pydantic==2.11.7; extra == "frozen"
214
212
  Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
@@ -225,7 +223,6 @@ Requires-Dist: redis==4.6.0; extra == "frozen"
225
223
  Requires-Dist: referencing==0.36.2; extra == "frozen"
226
224
  Requires-Dist: requests==2.32.5; extra == "frozen"
227
225
  Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
228
- Requires-Dist: retry==0.9.2; extra == "frozen"
229
226
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
230
227
  Requires-Dist: rich==13.9.4; extra == "frozen"
231
228
  Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
@@ -233,8 +230,7 @@ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
233
230
  Requires-Dist: s3transfer==0.13.1; extra == "frozen"
234
231
  Requires-Dist: scipy==1.16.1; extra == "frozen"
235
232
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
236
- Requires-Dist: setproctitle==1.3.6; extra == "frozen"
237
- Requires-Dist: setuptools==65.5.0; extra == "frozen"
233
+ Requires-Dist: setproctitle==1.3.7; extra == "frozen"
238
234
  Requires-Dist: six==1.17.0; extra == "frozen"
239
235
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
240
236
  Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
@@ -242,8 +238,8 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
242
238
  Requires-Dist: sqlparse==0.5.3; extra == "frozen"
243
239
  Requires-Dist: sunpy==7.0.1; extra == "frozen"
244
240
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
245
- Requires-Dist: talus==1.1.0; extra == "frozen"
246
- Requires-Dist: tenacity==9.1.2; extra == "frozen"
241
+ Requires-Dist: talus==1.3.4; extra == "frozen"
242
+ Requires-Dist: tenacity==8.5.0; extra == "frozen"
247
243
  Requires-Dist: termcolor==3.1.0; extra == "frozen"
248
244
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
249
245
  Requires-Dist: tornado==6.5.2; extra == "frozen"
@@ -1,5 +1,5 @@
1
1
  #Build Configuration for docker deployment to artifactory
2
- image: python:3.11
2
+ image: python:3.12
3
3
 
4
4
  definitions:
5
5
  services:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.34.4
3
+ Version: 1.35.0
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
@@ -9,10 +9,10 @@ Project-URL: Repository, https://bitbucket.org/dkistdc/dkist-processing-test/
9
9
  Project-URL: Help, https://nso.atlassian.net/servicedesk/customer/portal/5
10
10
  Classifier: Programming Language :: Python
11
11
  Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.11
13
- Requires-Python: >=3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Requires-Python: >=3.12
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==11.4.0
15
+ Requires-Dist: dkist-processing-common==11.5.0
16
16
  Requires-Dist: dkist-header-validator==5.2.1
17
17
  Requires-Dist: dkist-service-configuration==2.3.0
18
18
  Requires-Dist: dkist-fits-specifications==4.17.0
@@ -69,7 +69,7 @@ Requires-Dist: alembic==1.16.5; extra == "frozen"
69
69
  Requires-Dist: amqp==5.3.1; extra == "frozen"
70
70
  Requires-Dist: annotated-types==0.7.0; extra == "frozen"
71
71
  Requires-Dist: anyio==4.10.0; extra == "frozen"
72
- Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
72
+ Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
73
73
  Requires-Dist: apache-airflow-providers-celery==3.12.2; extra == "frozen"
74
74
  Requires-Dist: apache-airflow-providers-common-compat==1.7.3; extra == "frozen"
75
75
  Requires-Dist: apache-airflow-providers-common-io==1.6.2; extra == "frozen"
@@ -81,7 +81,7 @@ Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
81
81
  Requires-Dist: apache-airflow-providers-postgres==6.2.3; extra == "frozen"
82
82
  Requires-Dist: apache-airflow-providers-smtp==2.2.0; extra == "frozen"
83
83
  Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
84
- Requires-Dist: apispec==6.8.2; extra == "frozen"
84
+ Requires-Dist: apispec==6.8.3; extra == "frozen"
85
85
  Requires-Dist: argcomplete==3.6.2; extra == "frozen"
86
86
  Requires-Dist: asdf==3.5.0; extra == "frozen"
87
87
  Requires-Dist: asdf_standard==1.4.0; extra == "frozen"
@@ -89,14 +89,14 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
89
89
  Requires-Dist: asgiref==3.9.1; extra == "frozen"
90
90
  Requires-Dist: asteval==1.0.6; extra == "frozen"
91
91
  Requires-Dist: astropy==7.0.2; extra == "frozen"
92
- Requires-Dist: astropy-iers-data==0.2025.9.1.0.42.11; extra == "frozen"
92
+ Requires-Dist: astropy-iers-data==0.2025.9.8.0.36.17; 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.40.24; extra == "frozen"
99
- Requires-Dist: botocore==1.40.24; extra == "frozen"
98
+ Requires-Dist: boto3==1.40.25; extra == "frozen"
99
+ Requires-Dist: botocore==1.40.25; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
101
  Requires-Dist: celery==5.5.3; extra == "frozen"
102
102
  Requires-Dist: certifi==2025.8.3; extra == "frozen"
@@ -119,14 +119,14 @@ 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==11.4.0; extra == "frozen"
123
- Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
122
+ Requires-Dist: dkist-processing-common==11.5.0; extra == "frozen"
123
+ Requires-Dist: dkist-processing-core==5.2.1; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
125
- Requires-Dist: dkist-processing-test==1.34.4; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.35.0; extra == "frozen"
126
126
  Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
127
127
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
128
128
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
129
- Requires-Dist: dnspython==2.7.0; extra == "frozen"
129
+ Requires-Dist: dnspython==2.8.0; extra == "frozen"
130
130
  Requires-Dist: ecs-logging==2.2.0; extra == "frozen"
131
131
  Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
132
132
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
@@ -135,11 +135,10 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
135
135
  Requires-Dist: fonttools==4.59.2; extra == "frozen"
136
136
  Requires-Dist: frozenlist==1.7.0; extra == "frozen"
137
137
  Requires-Dist: fsspec==2025.9.0; extra == "frozen"
138
- Requires-Dist: globus-sdk==3.62.0; extra == "frozen"
138
+ Requires-Dist: globus-sdk==3.63.0; extra == "frozen"
139
139
  Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
140
140
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
141
141
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
142
- Requires-Dist: greenlet==3.2.4; extra == "frozen"
143
142
  Requires-Dist: grpcio==1.74.0; extra == "frozen"
144
143
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
144
  Requires-Dist: h11==0.16.0; extra == "frozen"
@@ -154,7 +153,7 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
154
153
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
155
154
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
156
155
  Requires-Dist: jsonschema==4.25.1; extra == "frozen"
157
- Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
156
+ Requires-Dist: jsonschema-specifications==2025.9.1; extra == "frozen"
158
157
  Requires-Dist: jupyter_core==5.8.1; extra == "frozen"
159
158
  Requires-Dist: kiwisolver==1.4.9; extra == "frozen"
160
159
  Requires-Dist: kombu==5.5.4; extra == "frozen"
@@ -179,7 +178,7 @@ Requires-Dist: multidict==6.6.4; extra == "frozen"
179
178
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
180
179
  Requires-Dist: numba==0.61.2; extra == "frozen"
181
180
  Requires-Dist: numpy==2.2.5; extra == "frozen"
182
- Requires-Dist: object-clerk==0.1.2; extra == "frozen"
181
+ Requires-Dist: object-clerk==1.0.0; extra == "frozen"
183
182
  Requires-Dist: opentelemetry-api==1.36.0; extra == "frozen"
184
183
  Requires-Dist: opentelemetry-exporter-otlp==1.36.0; extra == "frozen"
185
184
  Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.36.0; extra == "frozen"
@@ -208,7 +207,6 @@ Requires-Dist: propcache==0.3.2; extra == "frozen"
208
207
  Requires-Dist: protobuf==6.32.0; extra == "frozen"
209
208
  Requires-Dist: psutil==7.0.0; extra == "frozen"
210
209
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
211
- Requires-Dist: py==1.11.0; extra == "frozen"
212
210
  Requires-Dist: pycparser==2.22; extra == "frozen"
213
211
  Requires-Dist: pydantic==2.11.7; extra == "frozen"
214
212
  Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
@@ -225,7 +223,6 @@ Requires-Dist: redis==4.6.0; extra == "frozen"
225
223
  Requires-Dist: referencing==0.36.2; extra == "frozen"
226
224
  Requires-Dist: requests==2.32.5; extra == "frozen"
227
225
  Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
228
- Requires-Dist: retry==0.9.2; extra == "frozen"
229
226
  Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
230
227
  Requires-Dist: rich==13.9.4; extra == "frozen"
231
228
  Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
@@ -233,8 +230,7 @@ Requires-Dist: rpds-py==0.27.1; extra == "frozen"
233
230
  Requires-Dist: s3transfer==0.13.1; extra == "frozen"
234
231
  Requires-Dist: scipy==1.16.1; extra == "frozen"
235
232
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
236
- Requires-Dist: setproctitle==1.3.6; extra == "frozen"
237
- Requires-Dist: setuptools==65.5.0; extra == "frozen"
233
+ Requires-Dist: setproctitle==1.3.7; extra == "frozen"
238
234
  Requires-Dist: six==1.17.0; extra == "frozen"
239
235
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
240
236
  Requires-Dist: solar-wavelength-calibration==1.0.1; extra == "frozen"
@@ -242,8 +238,8 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
242
238
  Requires-Dist: sqlparse==0.5.3; extra == "frozen"
243
239
  Requires-Dist: sunpy==7.0.1; extra == "frozen"
244
240
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
245
- Requires-Dist: talus==1.1.0; extra == "frozen"
246
- Requires-Dist: tenacity==9.1.2; extra == "frozen"
241
+ Requires-Dist: talus==1.3.4; extra == "frozen"
242
+ Requires-Dist: tenacity==8.5.0; extra == "frozen"
247
243
  Requires-Dist: termcolor==3.1.0; extra == "frozen"
248
244
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
249
245
  Requires-Dist: tornado==6.5.2; extra == "frozen"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==11.4.0
1
+ dkist-processing-common==11.5.0
2
2
  dkist-header-validator==5.2.1
3
3
  dkist-service-configuration==2.3.0
4
4
  dkist-fits-specifications==4.17.0
@@ -43,7 +43,7 @@ alembic==1.16.5
43
43
  amqp==5.3.1
44
44
  annotated-types==0.7.0
45
45
  anyio==4.10.0
46
- apache-airflow==2.10.5
46
+ apache-airflow==2.11.0
47
47
  apache-airflow-providers-celery==3.12.2
48
48
  apache-airflow-providers-common-compat==1.7.3
49
49
  apache-airflow-providers-common-io==1.6.2
@@ -55,7 +55,7 @@ apache-airflow-providers-imap==3.9.2
55
55
  apache-airflow-providers-postgres==6.2.3
56
56
  apache-airflow-providers-smtp==2.2.0
57
57
  apache-airflow-providers-sqlite==4.1.2
58
- apispec==6.8.2
58
+ apispec==6.8.3
59
59
  argcomplete==3.6.2
60
60
  asdf==3.5.0
61
61
  asdf_standard==1.4.0
@@ -63,14 +63,14 @@ asdf_transform_schemas==0.6.0
63
63
  asgiref==3.9.1
64
64
  asteval==1.0.6
65
65
  astropy==7.0.2
66
- astropy-iers-data==0.2025.9.1.0.42.11
66
+ astropy-iers-data==0.2025.9.8.0.36.17
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.40.24
73
- botocore==1.40.24
72
+ boto3==1.40.25
73
+ botocore==1.40.25
74
74
  cachelib==0.13.0
75
75
  celery==5.5.3
76
76
  certifi==2025.8.3
@@ -93,14 +93,14 @@ 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==11.4.0
97
- dkist-processing-core==5.1.1
96
+ dkist-processing-common==11.5.0
97
+ dkist-processing-core==5.2.1
98
98
  dkist-processing-pac==3.1.1
99
- dkist-processing-test==1.34.4
99
+ dkist-processing-test==1.35.0
100
100
  dkist-service-configuration==2.3.0
101
101
  dkist-spectral-lines==3.0.0
102
102
  dkist_fits_specifications==4.17.0
103
- dnspython==2.7.0
103
+ dnspython==2.8.0
104
104
  ecs-logging==2.2.0
105
105
  elastic-apm==6.24.0
106
106
  email-validator==2.3.0
@@ -109,11 +109,10 @@ flower==2.0.1
109
109
  fonttools==4.59.2
110
110
  frozenlist==1.7.0
111
111
  fsspec==2025.9.0
112
- globus-sdk==3.62.0
112
+ globus-sdk==3.63.0
113
113
  google-re2==1.1.20250805
114
114
  googleapis-common-protos==1.70.0
115
115
  gqlclient==1.2.3
116
- greenlet==3.2.4
117
116
  grpcio==1.74.0
118
117
  gunicorn==23.0.0
119
118
  h11==0.16.0
@@ -128,7 +127,7 @@ inflection==0.5.1
128
127
  itsdangerous==2.2.0
129
128
  jmespath==1.0.1
130
129
  jsonschema==4.25.1
131
- jsonschema-specifications==2025.4.1
130
+ jsonschema-specifications==2025.9.1
132
131
  jupyter_core==5.8.1
133
132
  kiwisolver==1.4.9
134
133
  kombu==5.5.4
@@ -153,7 +152,7 @@ multidict==6.6.4
153
152
  nbformat==5.10.4
154
153
  numba==0.61.2
155
154
  numpy==2.2.5
156
- object-clerk==0.1.2
155
+ object-clerk==1.0.0
157
156
  opentelemetry-api==1.36.0
158
157
  opentelemetry-exporter-otlp==1.36.0
159
158
  opentelemetry-exporter-otlp-proto-common==1.36.0
@@ -182,7 +181,6 @@ propcache==0.3.2
182
181
  protobuf==6.32.0
183
182
  psutil==7.0.0
184
183
  psycopg2-binary==2.9.10
185
- py==1.11.0
186
184
  pycparser==2.22
187
185
  pydantic==2.11.7
188
186
  pydantic-settings==2.10.1
@@ -199,7 +197,6 @@ redis==4.6.0
199
197
  referencing==0.36.2
200
198
  requests==2.32.5
201
199
  requests-toolbelt==1.0.0
202
- retry==0.9.2
203
200
  rfc3339-validator==0.1.4
204
201
  rich==13.9.4
205
202
  rich-argparse==1.7.1
@@ -207,8 +204,7 @@ rpds-py==0.27.1
207
204
  s3transfer==0.13.1
208
205
  scipy==1.16.1
209
206
  semantic-version==2.10.0
210
- setproctitle==1.3.6
211
- setuptools==65.5.0
207
+ setproctitle==1.3.7
212
208
  six==1.17.0
213
209
  sniffio==1.3.1
214
210
  solar-wavelength-calibration==1.0.1
@@ -216,8 +212,8 @@ sqids==0.5.1
216
212
  sqlparse==0.5.3
217
213
  sunpy==7.0.1
218
214
  tabulate==0.9.0
219
- talus==1.1.0
220
- tenacity==9.1.2
215
+ talus==1.3.4
216
+ tenacity==8.5.0
221
217
  termcolor==3.1.0
222
218
  text-unidecode==1.3
223
219
  tornado==6.5.2
@@ -9,13 +9,13 @@ find = {}
9
9
 
10
10
  [tool.dkist-dev-tools]
11
11
  # Most recently frozen version by dkist-dev-tools
12
- version = "1.34.4"
13
- date = 2025-09-04T21:59:31.285602
12
+ version = "1.35.0"
13
+ date = 2025-09-08T11:15:18.310399
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
17
17
  name = "dkist-processing-test"
18
- requires-python = ">=3.11"
18
+ requires-python = ">=3.12"
19
19
  description = "Example instrument code used by the DKIST science data processing pipelines to test processing infrastructure"
20
20
  readme = "README.rst"
21
21
  authors = [ {name = "NSO / AURA", email = "dkistdc@nso.edu"} ]
@@ -23,10 +23,10 @@ license = {text = "BSD-3-Clause"}
23
23
  classifiers = [
24
24
  "Programming Language :: Python",
25
25
  "Programming Language :: Python :: 3",
26
- "Programming Language :: Python :: 3.11",
26
+ "Programming Language :: Python :: 3.12",
27
27
  ]
28
28
  dependencies = [
29
- "dkist-processing-common == 11.4.0",
29
+ "dkist-processing-common == 11.5.0",
30
30
  "dkist-header-validator == 5.2.1",
31
31
  "dkist-service-configuration == 2.3.0",
32
32
  "dkist-fits-specifications == 4.17.0",
@@ -95,7 +95,7 @@ frozen = [
95
95
  "amqp == 5.3.1",
96
96
  "annotated-types == 0.7.0",
97
97
  "anyio == 4.10.0",
98
- "apache-airflow == 2.10.5",
98
+ "apache-airflow == 2.11.0",
99
99
  "apache-airflow-providers-celery == 3.12.2",
100
100
  "apache-airflow-providers-common-compat == 1.7.3",
101
101
  "apache-airflow-providers-common-io == 1.6.2",
@@ -107,7 +107,7 @@ frozen = [
107
107
  "apache-airflow-providers-postgres == 6.2.3",
108
108
  "apache-airflow-providers-smtp == 2.2.0",
109
109
  "apache-airflow-providers-sqlite == 4.1.2",
110
- "apispec == 6.8.2",
110
+ "apispec == 6.8.3",
111
111
  "argcomplete == 3.6.2",
112
112
  "asdf == 3.5.0",
113
113
  "asdf_standard == 1.4.0",
@@ -115,14 +115,14 @@ frozen = [
115
115
  "asgiref == 3.9.1",
116
116
  "asteval == 1.0.6",
117
117
  "astropy == 7.0.2",
118
- "astropy-iers-data == 0.2025.9.1.0.42.11",
118
+ "astropy-iers-data == 0.2025.9.8.0.36.17",
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.40.24",
125
- "botocore == 1.40.24",
124
+ "boto3 == 1.40.25",
125
+ "botocore == 1.40.25",
126
126
  "cachelib == 0.13.0",
127
127
  "celery == 5.5.3",
128
128
  "certifi == 2025.8.3",
@@ -145,14 +145,14 @@ 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 == 11.4.0",
149
- "dkist-processing-core == 5.1.1",
148
+ "dkist-processing-common == 11.5.0",
149
+ "dkist-processing-core == 5.2.1",
150
150
  "dkist-processing-pac == 3.1.1",
151
- "dkist-processing-test == 1.34.4",
151
+ "dkist-processing-test == 1.35.0",
152
152
  "dkist-service-configuration == 2.3.0",
153
153
  "dkist-spectral-lines == 3.0.0",
154
154
  "dkist_fits_specifications == 4.17.0",
155
- "dnspython == 2.7.0",
155
+ "dnspython == 2.8.0",
156
156
  "ecs-logging == 2.2.0",
157
157
  "elastic-apm == 6.24.0",
158
158
  "email-validator == 2.3.0",
@@ -161,11 +161,10 @@ frozen = [
161
161
  "fonttools == 4.59.2",
162
162
  "frozenlist == 1.7.0",
163
163
  "fsspec == 2025.9.0",
164
- "globus-sdk == 3.62.0",
164
+ "globus-sdk == 3.63.0",
165
165
  "google-re2 == 1.1.20250805",
166
166
  "googleapis-common-protos == 1.70.0",
167
167
  "gqlclient == 1.2.3",
168
- "greenlet == 3.2.4",
169
168
  "grpcio == 1.74.0",
170
169
  "gunicorn == 23.0.0",
171
170
  "h11 == 0.16.0",
@@ -180,7 +179,7 @@ frozen = [
180
179
  "itsdangerous == 2.2.0",
181
180
  "jmespath == 1.0.1",
182
181
  "jsonschema == 4.25.1",
183
- "jsonschema-specifications == 2025.4.1",
182
+ "jsonschema-specifications == 2025.9.1",
184
183
  "jupyter_core == 5.8.1",
185
184
  "kiwisolver == 1.4.9",
186
185
  "kombu == 5.5.4",
@@ -205,7 +204,7 @@ frozen = [
205
204
  "nbformat == 5.10.4",
206
205
  "numba == 0.61.2",
207
206
  "numpy == 2.2.5",
208
- "object-clerk == 0.1.2",
207
+ "object-clerk == 1.0.0",
209
208
  "opentelemetry-api == 1.36.0",
210
209
  "opentelemetry-exporter-otlp == 1.36.0",
211
210
  "opentelemetry-exporter-otlp-proto-common == 1.36.0",
@@ -234,7 +233,6 @@ frozen = [
234
233
  "protobuf == 6.32.0",
235
234
  "psutil == 7.0.0",
236
235
  "psycopg2-binary == 2.9.10",
237
- "py == 1.11.0",
238
236
  "pycparser == 2.22",
239
237
  "pydantic == 2.11.7",
240
238
  "pydantic-settings == 2.10.1",
@@ -251,7 +249,6 @@ frozen = [
251
249
  "referencing == 0.36.2",
252
250
  "requests == 2.32.5",
253
251
  "requests-toolbelt == 1.0.0",
254
- "retry == 0.9.2",
255
252
  "rfc3339-validator == 0.1.4",
256
253
  "rich == 13.9.4",
257
254
  "rich-argparse == 1.7.1",
@@ -259,8 +256,7 @@ frozen = [
259
256
  "s3transfer == 0.13.1",
260
257
  "scipy == 1.16.1",
261
258
  "semantic-version == 2.10.0",
262
- "setproctitle == 1.3.6",
263
- "setuptools == 65.5.0",
259
+ "setproctitle == 1.3.7",
264
260
  "six == 1.17.0",
265
261
  "sniffio == 1.3.1",
266
262
  "solar-wavelength-calibration == 1.0.1",
@@ -268,8 +264,8 @@ frozen = [
268
264
  "sqlparse == 0.5.3",
269
265
  "sunpy == 7.0.1",
270
266
  "tabulate == 0.9.0",
271
- "talus == 1.1.0",
272
- "tenacity == 9.1.2",
267
+ "talus == 1.3.4",
268
+ "tenacity == 8.5.0",
273
269
  "termcolor == 3.1.0",
274
270
  "text-unidecode == 1.3",
275
271
  "tornado == 6.5.2",