dkist-processing-test 1.44.2__tar.gz → 1.44.3__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.
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/PKG-INFO +29 -29
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test.egg-info/PKG-INFO +29 -29
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test.egg-info/requires.txt +28 -28
- dkist_processing_test-1.44.3/dkist_processing_test.egg-info/scm_version.json +8 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/pyproject.toml +30 -30
- dkist_processing_test-1.44.2/dkist_processing_test.egg-info/scm_version.json +0 -8
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/.gitignore +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/.rovodev/.review-agent.md +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/.snyk +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/README.rst +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/exercise_gpu.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/exercise_multiprocessing.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/exercise_dask.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/exercise_gpu.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/exercise_multiprocessing.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test.egg-info/scm_file_list.json +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.44.
|
|
3
|
+
Version: 1.44.3
|
|
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.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.4.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.4.0
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.28.1
|
|
@@ -52,7 +52,7 @@ Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
|
52
52
|
Requires-Dist: PyJWT==2.13.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
54
54
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
55
|
-
Requires-Dist: Pygments==2.
|
|
55
|
+
Requires-Dist: Pygments==2.21.0; extra == "frozen"
|
|
56
56
|
Requires-Dist: SQLAlchemy==2.0.52; extra == "frozen"
|
|
57
57
|
Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
58
58
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -72,22 +72,22 @@ Requires-Dist: apache-airflow-core==3.3.1; extra == "frozen"
|
|
|
72
72
|
Requires-Dist: apache-airflow-providers-celery==3.23.1; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-providers-common-compat==1.18.0; extra == "frozen"
|
|
74
74
|
Requires-Dist: apache-airflow-providers-common-io==1.8.0; extra == "frozen"
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-sql==2.1.
|
|
76
|
-
Requires-Dist: apache-airflow-providers-postgres==7.0.
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-sql==2.1.1; extra == "frozen"
|
|
76
|
+
Requires-Dist: apache-airflow-providers-postgres==7.0.2; extra == "frozen"
|
|
77
77
|
Requires-Dist: apache-airflow-providers-smtp==3.0.3; extra == "frozen"
|
|
78
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
78
|
+
Requires-Dist: apache-airflow-providers-standard==1.18.0; extra == "frozen"
|
|
79
79
|
Requires-Dist: apache-airflow-task-sdk==1.3.1; extra == "frozen"
|
|
80
|
-
Requires-Dist: appnope==0.
|
|
80
|
+
Requires-Dist: appnope==1.0.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: argcomplete==3.7.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
83
|
-
Requires-Dist: argon2-cffi-bindings==
|
|
83
|
+
Requires-Dist: argon2-cffi-bindings==26.1.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: arrow==1.4.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: asdf==5.3.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
87
87
|
Requires-Dist: asgiref==3.12.1; extra == "frozen"
|
|
88
|
-
Requires-Dist: asteval==1.0.
|
|
88
|
+
Requires-Dist: asteval==1.0.10; extra == "frozen"
|
|
89
89
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
90
|
-
Requires-Dist: astropy-iers-data==0.2026.8.
|
|
90
|
+
Requires-Dist: astropy-iers-data==0.2026.8.24.0.24.29; extra == "frozen"
|
|
91
91
|
Requires-Dist: asttokens==3.0.2; extra == "frozen"
|
|
92
92
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
@@ -96,14 +96,14 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
96
96
|
Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
98
98
|
Requires-Dist: bleach==6.4.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.43.
|
|
100
|
-
Requires-Dist: botocore==1.43.
|
|
99
|
+
Requires-Dist: boto3==1.43.79; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.43.79; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachetools==7.1.7; extra == "frozen"
|
|
102
102
|
Requires-Dist: cadwyn==7.0.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
104
104
|
Requires-Dist: certifi==2026.7.22; extra == "frozen"
|
|
105
105
|
Requires-Dist: cffi==2.1.1; extra == "frozen"
|
|
106
|
-
Requires-Dist: charset-normalizer==3.5.
|
|
106
|
+
Requires-Dist: charset-normalizer==3.5.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: click==8.4.2; extra == "frozen"
|
|
108
108
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
@@ -120,10 +120,10 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==14.
|
|
123
|
+
Requires-Dist: dkist-processing-common==14.4.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==7.5.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.44.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.44.3; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.28.1; extra == "frozen"
|
|
@@ -132,8 +132,8 @@ Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
133
133
|
Requires-Dist: fastapi==0.136.3; extra == "frozen"
|
|
134
134
|
Requires-Dist: fastapi-cli==0.0.32; extra == "frozen"
|
|
135
|
-
Requires-Dist: fastjsonschema==2.22.
|
|
136
|
-
Requires-Dist: flower==2.0
|
|
135
|
+
Requires-Dist: fastjsonschema==2.22.2; extra == "frozen"
|
|
136
|
+
Requires-Dist: flower==2.1.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fonttools==4.63.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
@@ -149,7 +149,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
149
149
|
Requires-Dist: httptools==0.8.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
151
151
|
Requires-Dist: humanize==4.16.0; extra == "frozen"
|
|
152
|
-
Requires-Dist: idna==3.
|
|
152
|
+
Requires-Dist: idna==3.19; extra == "frozen"
|
|
153
153
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
154
154
|
Requires-Dist: importlib_metadata==9.0.0; extra == "frozen"
|
|
155
155
|
Requires-Dist: ipykernel==7.3.0; extra == "frozen"
|
|
@@ -178,7 +178,7 @@ Requires-Dist: kombu==5.6.2; extra == "frozen"
|
|
|
178
178
|
Requires-Dist: lark==1.3.1; extra == "frozen"
|
|
179
179
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
180
180
|
Requires-Dist: libcst==1.9.0; extra == "frozen"
|
|
181
|
-
Requires-Dist: linkify-it-py==2.1.
|
|
181
|
+
Requires-Dist: linkify-it-py==2.1.1; extra == "frozen"
|
|
182
182
|
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
183
183
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
184
184
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
@@ -196,7 +196,7 @@ Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
|
196
196
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
197
197
|
Requires-Dist: nbclient==0.11.0; extra == "frozen"
|
|
198
198
|
Requires-Dist: nbconvert==7.17.1; extra == "frozen"
|
|
199
|
-
Requires-Dist: nbformat==5.11.
|
|
199
|
+
Requires-Dist: nbformat==5.11.1; extra == "frozen"
|
|
200
200
|
Requires-Dist: nest-asyncio2==1.7.2; extra == "frozen"
|
|
201
201
|
Requires-Dist: notebook==7.6.2; extra == "frozen"
|
|
202
202
|
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
@@ -240,14 +240,14 @@ Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
|
240
240
|
Requires-Dist: pika==1.4.4; extra == "frozen"
|
|
241
241
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: pip==26.2.1; extra == "frozen"
|
|
243
|
-
Requires-Dist: platformdirs==4.11.
|
|
243
|
+
Requires-Dist: platformdirs==4.11.4; extra == "frozen"
|
|
244
244
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
245
245
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
246
246
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
247
247
|
Requires-Dist: prometheus_client==0.26.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: prompt_toolkit==3.0.53; extra == "frozen"
|
|
249
249
|
Requires-Dist: propcache==0.5.2; extra == "frozen"
|
|
250
|
-
Requires-Dist: protobuf==7.
|
|
250
|
+
Requires-Dist: protobuf==7.36.0; extra == "frozen"
|
|
251
251
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
252
252
|
Requires-Dist: psycopg==3.3.4; extra == "frozen"
|
|
253
253
|
Requires-Dist: psycopg-binary==3.3.4; extra == "frozen"
|
|
@@ -264,12 +264,12 @@ Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
|
264
264
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
265
265
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
266
266
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
267
|
-
Requires-Dist: python-dotenv==1.2.
|
|
268
|
-
Requires-Dist: python-json-logger==4.
|
|
267
|
+
Requires-Dist: python-dotenv==1.2.3; extra == "frozen"
|
|
268
|
+
Requires-Dist: python-json-logger==4.2.0; extra == "frozen"
|
|
269
269
|
Requires-Dist: python-multipart==0.0.32; extra == "frozen"
|
|
270
270
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
271
271
|
Requires-Dist: pytz==2026.3.post1; extra == "frozen"
|
|
272
|
-
Requires-Dist: pyzmq==27.
|
|
272
|
+
Requires-Dist: pyzmq==27.2.0; extra == "frozen"
|
|
273
273
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
274
274
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
275
275
|
Requires-Dist: requests==2.34.2; extra == "frozen"
|
|
@@ -281,7 +281,7 @@ Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
|
281
281
|
Requires-Dist: rich-toolkit==0.20.3; extra == "frozen"
|
|
282
282
|
Requires-Dist: rpds-py==2026.6.3; extra == "frozen"
|
|
283
283
|
Requires-Dist: s3transfer==0.19.2; extra == "frozen"
|
|
284
|
-
Requires-Dist: scipy==1.18.
|
|
284
|
+
Requires-Dist: scipy==1.18.1; extra == "frozen"
|
|
285
285
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
286
286
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
287
287
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
@@ -295,7 +295,7 @@ Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
|
295
295
|
Requires-Dist: starlette==1.6.0; extra == "frozen"
|
|
296
296
|
Requires-Dist: structlog==26.1.0; extra == "frozen"
|
|
297
297
|
Requires-Dist: sunpy==8.0.0; extra == "frozen"
|
|
298
|
-
Requires-Dist: svcs==26.
|
|
298
|
+
Requires-Dist: svcs==26.2.0; extra == "frozen"
|
|
299
299
|
Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
300
300
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
301
301
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
@@ -317,14 +317,14 @@ Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
|
317
317
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
318
318
|
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
319
319
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
320
|
-
Requires-Dist: uvicorn==0.52.
|
|
320
|
+
Requires-Dist: uvicorn==0.52.4; extra == "frozen"
|
|
321
321
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
322
322
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
323
323
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
324
324
|
Requires-Dist: watchfiles==1.2.0; extra == "frozen"
|
|
325
325
|
Requires-Dist: wcwidth==0.8.2; extra == "frozen"
|
|
326
326
|
Requires-Dist: webcolors==25.10.0; extra == "frozen"
|
|
327
|
-
Requires-Dist: webencodings==0.
|
|
327
|
+
Requires-Dist: webencodings==0.6.1; extra == "frozen"
|
|
328
328
|
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
329
329
|
Requires-Dist: websockets==17.0.1; extra == "frozen"
|
|
330
330
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.44.
|
|
3
|
+
Version: 1.44.3
|
|
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.13
|
|
13
13
|
Requires-Python: >=3.13
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==14.
|
|
15
|
+
Requires-Dist: dkist-processing-common==14.4.0
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.4.0
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.28.1
|
|
@@ -52,7 +52,7 @@ Requires-Dist: MarkupSafe==3.0.3; extra == "frozen"
|
|
|
52
52
|
Requires-Dist: PyJWT==2.13.0; extra == "frozen"
|
|
53
53
|
Requires-Dist: PyYAML==6.0.3; extra == "frozen"
|
|
54
54
|
Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
|
|
55
|
-
Requires-Dist: Pygments==2.
|
|
55
|
+
Requires-Dist: Pygments==2.21.0; extra == "frozen"
|
|
56
56
|
Requires-Dist: SQLAlchemy==2.0.52; extra == "frozen"
|
|
57
57
|
Requires-Dist: Send2Trash==2.1.0; extra == "frozen"
|
|
58
58
|
Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
|
|
@@ -72,22 +72,22 @@ Requires-Dist: apache-airflow-core==3.3.1; extra == "frozen"
|
|
|
72
72
|
Requires-Dist: apache-airflow-providers-celery==3.23.1; extra == "frozen"
|
|
73
73
|
Requires-Dist: apache-airflow-providers-common-compat==1.18.0; extra == "frozen"
|
|
74
74
|
Requires-Dist: apache-airflow-providers-common-io==1.8.0; extra == "frozen"
|
|
75
|
-
Requires-Dist: apache-airflow-providers-common-sql==2.1.
|
|
76
|
-
Requires-Dist: apache-airflow-providers-postgres==7.0.
|
|
75
|
+
Requires-Dist: apache-airflow-providers-common-sql==2.1.1; extra == "frozen"
|
|
76
|
+
Requires-Dist: apache-airflow-providers-postgres==7.0.2; extra == "frozen"
|
|
77
77
|
Requires-Dist: apache-airflow-providers-smtp==3.0.3; extra == "frozen"
|
|
78
|
-
Requires-Dist: apache-airflow-providers-standard==1.
|
|
78
|
+
Requires-Dist: apache-airflow-providers-standard==1.18.0; extra == "frozen"
|
|
79
79
|
Requires-Dist: apache-airflow-task-sdk==1.3.1; extra == "frozen"
|
|
80
|
-
Requires-Dist: appnope==0.
|
|
80
|
+
Requires-Dist: appnope==1.0.0; extra == "frozen"
|
|
81
81
|
Requires-Dist: argcomplete==3.7.2; extra == "frozen"
|
|
82
82
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
83
|
-
Requires-Dist: argon2-cffi-bindings==
|
|
83
|
+
Requires-Dist: argon2-cffi-bindings==26.1.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: arrow==1.4.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: asdf==5.3.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: asdf_standard==1.5.0; extra == "frozen"
|
|
87
87
|
Requires-Dist: asgiref==3.12.1; extra == "frozen"
|
|
88
|
-
Requires-Dist: asteval==1.0.
|
|
88
|
+
Requires-Dist: asteval==1.0.10; extra == "frozen"
|
|
89
89
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
90
|
-
Requires-Dist: astropy-iers-data==0.2026.8.
|
|
90
|
+
Requires-Dist: astropy-iers-data==0.2026.8.24.0.24.29; extra == "frozen"
|
|
91
91
|
Requires-Dist: asttokens==3.0.2; extra == "frozen"
|
|
92
92
|
Requires-Dist: async-lru==2.3.0; extra == "frozen"
|
|
93
93
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
@@ -96,14 +96,14 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
96
96
|
Requires-Dist: beautifulsoup4==4.15.0; extra == "frozen"
|
|
97
97
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
98
98
|
Requires-Dist: bleach==6.4.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: boto3==1.43.
|
|
100
|
-
Requires-Dist: botocore==1.43.
|
|
99
|
+
Requires-Dist: boto3==1.43.79; extra == "frozen"
|
|
100
|
+
Requires-Dist: botocore==1.43.79; extra == "frozen"
|
|
101
101
|
Requires-Dist: cachetools==7.1.7; extra == "frozen"
|
|
102
102
|
Requires-Dist: cadwyn==7.0.0; extra == "frozen"
|
|
103
103
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
104
104
|
Requires-Dist: certifi==2026.7.22; extra == "frozen"
|
|
105
105
|
Requires-Dist: cffi==2.1.1; extra == "frozen"
|
|
106
|
-
Requires-Dist: charset-normalizer==3.5.
|
|
106
|
+
Requires-Dist: charset-normalizer==3.5.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: click==8.4.2; extra == "frozen"
|
|
108
108
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
109
109
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
@@ -120,10 +120,10 @@ Requires-Dist: decorator==5.3.1; extra == "frozen"
|
|
|
120
120
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
121
121
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
122
122
|
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
123
|
-
Requires-Dist: dkist-processing-common==14.
|
|
123
|
+
Requires-Dist: dkist-processing-common==14.4.0; extra == "frozen"
|
|
124
124
|
Requires-Dist: dkist-processing-core==7.5.0; extra == "frozen"
|
|
125
125
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
126
|
-
Requires-Dist: dkist-processing-test==1.44.
|
|
126
|
+
Requires-Dist: dkist-processing-test==1.44.3; extra == "frozen"
|
|
127
127
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
128
128
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
129
129
|
Requires-Dist: dkist_fits_specifications==4.28.1; extra == "frozen"
|
|
@@ -132,8 +132,8 @@ Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: executing==2.2.1; extra == "frozen"
|
|
133
133
|
Requires-Dist: fastapi==0.136.3; extra == "frozen"
|
|
134
134
|
Requires-Dist: fastapi-cli==0.0.32; extra == "frozen"
|
|
135
|
-
Requires-Dist: fastjsonschema==2.22.
|
|
136
|
-
Requires-Dist: flower==2.0
|
|
135
|
+
Requires-Dist: fastjsonschema==2.22.2; extra == "frozen"
|
|
136
|
+
Requires-Dist: flower==2.1.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fonttools==4.63.0; extra == "frozen"
|
|
138
138
|
Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
139
139
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
@@ -149,7 +149,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
149
149
|
Requires-Dist: httptools==0.8.0; extra == "frozen"
|
|
150
150
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
151
151
|
Requires-Dist: humanize==4.16.0; extra == "frozen"
|
|
152
|
-
Requires-Dist: idna==3.
|
|
152
|
+
Requires-Dist: idna==3.19; extra == "frozen"
|
|
153
153
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
154
154
|
Requires-Dist: importlib_metadata==9.0.0; extra == "frozen"
|
|
155
155
|
Requires-Dist: ipykernel==7.3.0; extra == "frozen"
|
|
@@ -178,7 +178,7 @@ Requires-Dist: kombu==5.6.2; extra == "frozen"
|
|
|
178
178
|
Requires-Dist: lark==1.3.1; extra == "frozen"
|
|
179
179
|
Requires-Dist: lazy-object-proxy==1.12.0; extra == "frozen"
|
|
180
180
|
Requires-Dist: libcst==1.9.0; extra == "frozen"
|
|
181
|
-
Requires-Dist: linkify-it-py==2.1.
|
|
181
|
+
Requires-Dist: linkify-it-py==2.1.1; extra == "frozen"
|
|
182
182
|
Requires-Dist: llvmlite==0.44.0; extra == "frozen"
|
|
183
183
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
184
184
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
@@ -196,7 +196,7 @@ Requires-Dist: multidict==6.7.1; extra == "frozen"
|
|
|
196
196
|
Requires-Dist: natsort==8.4.0; extra == "frozen"
|
|
197
197
|
Requires-Dist: nbclient==0.11.0; extra == "frozen"
|
|
198
198
|
Requires-Dist: nbconvert==7.17.1; extra == "frozen"
|
|
199
|
-
Requires-Dist: nbformat==5.11.
|
|
199
|
+
Requires-Dist: nbformat==5.11.1; extra == "frozen"
|
|
200
200
|
Requires-Dist: nest-asyncio2==1.7.2; extra == "frozen"
|
|
201
201
|
Requires-Dist: notebook==7.6.2; extra == "frozen"
|
|
202
202
|
Requires-Dist: notebook_shim==0.2.4; extra == "frozen"
|
|
@@ -240,14 +240,14 @@ Requires-Dist: pexpect==4.9.0; extra == "frozen"
|
|
|
240
240
|
Requires-Dist: pika==1.4.4; extra == "frozen"
|
|
241
241
|
Requires-Dist: pillow==11.3.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: pip==26.2.1; extra == "frozen"
|
|
243
|
-
Requires-Dist: platformdirs==4.11.
|
|
243
|
+
Requires-Dist: platformdirs==4.11.4; extra == "frozen"
|
|
244
244
|
Requires-Dist: pluggy==1.6.0; extra == "frozen"
|
|
245
245
|
Requires-Dist: pooch==1.9.0; extra == "frozen"
|
|
246
246
|
Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
247
247
|
Requires-Dist: prometheus_client==0.26.0; extra == "frozen"
|
|
248
248
|
Requires-Dist: prompt_toolkit==3.0.53; extra == "frozen"
|
|
249
249
|
Requires-Dist: propcache==0.5.2; extra == "frozen"
|
|
250
|
-
Requires-Dist: protobuf==7.
|
|
250
|
+
Requires-Dist: protobuf==7.36.0; extra == "frozen"
|
|
251
251
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
252
252
|
Requires-Dist: psycopg==3.3.4; extra == "frozen"
|
|
253
253
|
Requires-Dist: psycopg-binary==3.3.4; extra == "frozen"
|
|
@@ -264,12 +264,12 @@ Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
|
264
264
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
265
265
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
266
266
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
267
|
-
Requires-Dist: python-dotenv==1.2.
|
|
268
|
-
Requires-Dist: python-json-logger==4.
|
|
267
|
+
Requires-Dist: python-dotenv==1.2.3; extra == "frozen"
|
|
268
|
+
Requires-Dist: python-json-logger==4.2.0; extra == "frozen"
|
|
269
269
|
Requires-Dist: python-multipart==0.0.32; extra == "frozen"
|
|
270
270
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
271
271
|
Requires-Dist: pytz==2026.3.post1; extra == "frozen"
|
|
272
|
-
Requires-Dist: pyzmq==27.
|
|
272
|
+
Requires-Dist: pyzmq==27.2.0; extra == "frozen"
|
|
273
273
|
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
274
274
|
Requires-Dist: referencing==0.37.0; extra == "frozen"
|
|
275
275
|
Requires-Dist: requests==2.34.2; extra == "frozen"
|
|
@@ -281,7 +281,7 @@ Requires-Dist: rich-argparse==1.8.0; extra == "frozen"
|
|
|
281
281
|
Requires-Dist: rich-toolkit==0.20.3; extra == "frozen"
|
|
282
282
|
Requires-Dist: rpds-py==2026.6.3; extra == "frozen"
|
|
283
283
|
Requires-Dist: s3transfer==0.19.2; extra == "frozen"
|
|
284
|
-
Requires-Dist: scipy==1.18.
|
|
284
|
+
Requires-Dist: scipy==1.18.1; extra == "frozen"
|
|
285
285
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
286
286
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
287
287
|
Requires-Dist: shellingham==1.5.4; extra == "frozen"
|
|
@@ -295,7 +295,7 @@ Requires-Dist: stack-data==0.6.3; extra == "frozen"
|
|
|
295
295
|
Requires-Dist: starlette==1.6.0; extra == "frozen"
|
|
296
296
|
Requires-Dist: structlog==26.1.0; extra == "frozen"
|
|
297
297
|
Requires-Dist: sunpy==8.0.0; extra == "frozen"
|
|
298
|
-
Requires-Dist: svcs==26.
|
|
298
|
+
Requires-Dist: svcs==26.2.0; extra == "frozen"
|
|
299
299
|
Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
300
300
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
301
301
|
Requires-Dist: tenacity==8.5.0; extra == "frozen"
|
|
@@ -317,14 +317,14 @@ Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
|
317
317
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
318
318
|
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
319
319
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
320
|
-
Requires-Dist: uvicorn==0.52.
|
|
320
|
+
Requires-Dist: uvicorn==0.52.4; extra == "frozen"
|
|
321
321
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
322
322
|
Requires-Dist: vine==5.1.0; extra == "frozen"
|
|
323
323
|
Requires-Dist: voluptuous==0.16.0; extra == "frozen"
|
|
324
324
|
Requires-Dist: watchfiles==1.2.0; extra == "frozen"
|
|
325
325
|
Requires-Dist: wcwidth==0.8.2; extra == "frozen"
|
|
326
326
|
Requires-Dist: webcolors==25.10.0; extra == "frozen"
|
|
327
|
-
Requires-Dist: webencodings==0.
|
|
327
|
+
Requires-Dist: webencodings==0.6.1; extra == "frozen"
|
|
328
328
|
Requires-Dist: websocket-client==1.9.0; extra == "frozen"
|
|
329
329
|
Requires-Dist: websockets==17.0.1; extra == "frozen"
|
|
330
330
|
Requires-Dist: wirerope==1.0.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.
|
|
1
|
+
dkist-processing-common==14.4.0
|
|
2
2
|
dkist-header-validator==5.4.0
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.28.1
|
|
@@ -23,7 +23,7 @@ MarkupSafe==3.0.3
|
|
|
23
23
|
PyJWT==2.13.0
|
|
24
24
|
PyYAML==6.0.3
|
|
25
25
|
PyYAML-ft==8.0.0
|
|
26
|
-
Pygments==2.
|
|
26
|
+
Pygments==2.21.0
|
|
27
27
|
SQLAlchemy==2.0.52
|
|
28
28
|
Send2Trash==2.1.0
|
|
29
29
|
a2wsgi==1.10.10
|
|
@@ -43,22 +43,22 @@ apache-airflow-core==3.3.1
|
|
|
43
43
|
apache-airflow-providers-celery==3.23.1
|
|
44
44
|
apache-airflow-providers-common-compat==1.18.0
|
|
45
45
|
apache-airflow-providers-common-io==1.8.0
|
|
46
|
-
apache-airflow-providers-common-sql==2.1.
|
|
47
|
-
apache-airflow-providers-postgres==7.0.
|
|
46
|
+
apache-airflow-providers-common-sql==2.1.1
|
|
47
|
+
apache-airflow-providers-postgres==7.0.2
|
|
48
48
|
apache-airflow-providers-smtp==3.0.3
|
|
49
|
-
apache-airflow-providers-standard==1.
|
|
49
|
+
apache-airflow-providers-standard==1.18.0
|
|
50
50
|
apache-airflow-task-sdk==1.3.1
|
|
51
|
-
appnope==0.
|
|
51
|
+
appnope==1.0.0
|
|
52
52
|
argcomplete==3.7.2
|
|
53
53
|
argon2-cffi==25.1.0
|
|
54
|
-
argon2-cffi-bindings==
|
|
54
|
+
argon2-cffi-bindings==26.1.0
|
|
55
55
|
arrow==1.4.0
|
|
56
56
|
asdf==5.3.1
|
|
57
57
|
asdf_standard==1.5.0
|
|
58
58
|
asgiref==3.12.1
|
|
59
|
-
asteval==1.0.
|
|
59
|
+
asteval==1.0.10
|
|
60
60
|
astropy==7.0.2
|
|
61
|
-
astropy-iers-data==0.2026.8.
|
|
61
|
+
astropy-iers-data==0.2026.8.24.0.24.29
|
|
62
62
|
asttokens==3.0.2
|
|
63
63
|
async-lru==2.3.0
|
|
64
64
|
asyncpg==0.31.0
|
|
@@ -67,14 +67,14 @@ babel==2.18.0
|
|
|
67
67
|
beautifulsoup4==4.15.0
|
|
68
68
|
billiard==4.2.4
|
|
69
69
|
bleach==6.4.0
|
|
70
|
-
boto3==1.43.
|
|
71
|
-
botocore==1.43.
|
|
70
|
+
boto3==1.43.79
|
|
71
|
+
botocore==1.43.79
|
|
72
72
|
cachetools==7.1.7
|
|
73
73
|
cadwyn==7.0.0
|
|
74
74
|
celery==5.6.3
|
|
75
75
|
certifi==2026.7.22
|
|
76
76
|
cffi==2.1.1
|
|
77
|
-
charset-normalizer==3.5.
|
|
77
|
+
charset-normalizer==3.5.1
|
|
78
78
|
click==8.4.2
|
|
79
79
|
click-didyoumean==0.3.1
|
|
80
80
|
click-plugins==1.1.1.2
|
|
@@ -91,10 +91,10 @@ decorator==5.3.1
|
|
|
91
91
|
defusedxml==0.7.1
|
|
92
92
|
dill==0.4.1
|
|
93
93
|
dkist-header-validator==5.4.0
|
|
94
|
-
dkist-processing-common==14.
|
|
94
|
+
dkist-processing-common==14.4.0
|
|
95
95
|
dkist-processing-core==7.5.0
|
|
96
96
|
dkist-processing-pac==3.1.2
|
|
97
|
-
dkist-processing-test==1.44.
|
|
97
|
+
dkist-processing-test==1.44.3
|
|
98
98
|
dkist-service-configuration==4.3.0
|
|
99
99
|
dkist-spectral-lines==3.0.1
|
|
100
100
|
dkist_fits_specifications==4.28.1
|
|
@@ -103,8 +103,8 @@ email-validator==2.3.0
|
|
|
103
103
|
executing==2.2.1
|
|
104
104
|
fastapi==0.136.3
|
|
105
105
|
fastapi-cli==0.0.32
|
|
106
|
-
fastjsonschema==2.22.
|
|
107
|
-
flower==2.0
|
|
106
|
+
fastjsonschema==2.22.2
|
|
107
|
+
flower==2.1.0
|
|
108
108
|
fonttools==4.63.0
|
|
109
109
|
fqdn==1.5.1
|
|
110
110
|
frozenlist==1.8.0
|
|
@@ -120,7 +120,7 @@ httpcore==1.0.9
|
|
|
120
120
|
httptools==0.8.0
|
|
121
121
|
httpx==0.28.1
|
|
122
122
|
humanize==4.16.0
|
|
123
|
-
idna==3.
|
|
123
|
+
idna==3.19
|
|
124
124
|
imageio-ffmpeg==0.6.0
|
|
125
125
|
importlib_metadata==9.0.0
|
|
126
126
|
ipykernel==7.3.0
|
|
@@ -149,7 +149,7 @@ kombu==5.6.2
|
|
|
149
149
|
lark==1.3.1
|
|
150
150
|
lazy-object-proxy==1.12.0
|
|
151
151
|
libcst==1.9.0
|
|
152
|
-
linkify-it-py==2.1.
|
|
152
|
+
linkify-it-py==2.1.1
|
|
153
153
|
llvmlite==0.44.0
|
|
154
154
|
lmfit==1.3.4
|
|
155
155
|
lockfile==0.12.2
|
|
@@ -167,7 +167,7 @@ multidict==6.7.1
|
|
|
167
167
|
natsort==8.4.0
|
|
168
168
|
nbclient==0.11.0
|
|
169
169
|
nbconvert==7.17.1
|
|
170
|
-
nbformat==5.11.
|
|
170
|
+
nbformat==5.11.1
|
|
171
171
|
nest-asyncio2==1.7.2
|
|
172
172
|
notebook==7.6.2
|
|
173
173
|
notebook_shim==0.2.4
|
|
@@ -211,14 +211,14 @@ pexpect==4.9.0
|
|
|
211
211
|
pika==1.4.4
|
|
212
212
|
pillow==11.3.0
|
|
213
213
|
pip==26.2.1
|
|
214
|
-
platformdirs==4.11.
|
|
214
|
+
platformdirs==4.11.4
|
|
215
215
|
pluggy==1.6.0
|
|
216
216
|
pooch==1.9.0
|
|
217
217
|
proglog==0.1.12
|
|
218
218
|
prometheus_client==0.26.0
|
|
219
219
|
prompt_toolkit==3.0.53
|
|
220
220
|
propcache==0.5.2
|
|
221
|
-
protobuf==7.
|
|
221
|
+
protobuf==7.36.0
|
|
222
222
|
psutil==7.2.2
|
|
223
223
|
psycopg==3.3.4
|
|
224
224
|
psycopg-binary==3.3.4
|
|
@@ -235,12 +235,12 @@ pygtrie==2.5.0
|
|
|
235
235
|
pyparsing==3.3.2
|
|
236
236
|
python-daemon==3.1.2
|
|
237
237
|
python-dateutil==2.9.0.post0
|
|
238
|
-
python-dotenv==1.2.
|
|
239
|
-
python-json-logger==4.
|
|
238
|
+
python-dotenv==1.2.3
|
|
239
|
+
python-json-logger==4.2.0
|
|
240
240
|
python-multipart==0.0.32
|
|
241
241
|
python-slugify==8.0.4
|
|
242
242
|
pytz==2026.3.post1
|
|
243
|
-
pyzmq==27.
|
|
243
|
+
pyzmq==27.2.0
|
|
244
244
|
redis==6.4.0
|
|
245
245
|
referencing==0.37.0
|
|
246
246
|
requests==2.34.2
|
|
@@ -252,7 +252,7 @@ rich-argparse==1.8.0
|
|
|
252
252
|
rich-toolkit==0.20.3
|
|
253
253
|
rpds-py==2026.6.3
|
|
254
254
|
s3transfer==0.19.2
|
|
255
|
-
scipy==1.18.
|
|
255
|
+
scipy==1.18.1
|
|
256
256
|
semantic-version==2.10.0
|
|
257
257
|
setproctitle==1.3.7
|
|
258
258
|
shellingham==1.5.4
|
|
@@ -266,7 +266,7 @@ stack-data==0.6.3
|
|
|
266
266
|
starlette==1.6.0
|
|
267
267
|
structlog==26.1.0
|
|
268
268
|
sunpy==8.0.0
|
|
269
|
-
svcs==26.
|
|
269
|
+
svcs==26.2.0
|
|
270
270
|
tabulate==0.10.0
|
|
271
271
|
talus==1.3.4
|
|
272
272
|
tenacity==8.5.0
|
|
@@ -288,14 +288,14 @@ universal_pathlib==0.3.10
|
|
|
288
288
|
uri-template==1.3.0
|
|
289
289
|
urllib3==2.7.0
|
|
290
290
|
uuid6==2025.0.1
|
|
291
|
-
uvicorn==0.52.
|
|
291
|
+
uvicorn==0.52.4
|
|
292
292
|
uvloop==0.22.1
|
|
293
293
|
vine==5.1.0
|
|
294
294
|
voluptuous==0.16.0
|
|
295
295
|
watchfiles==1.2.0
|
|
296
296
|
wcwidth==0.8.2
|
|
297
297
|
webcolors==25.10.0
|
|
298
|
-
webencodings==0.
|
|
298
|
+
webencodings==0.6.1
|
|
299
299
|
websocket-client==1.9.0
|
|
300
300
|
websockets==17.0.1
|
|
301
301
|
wirerope==1.0.0
|
|
@@ -9,8 +9,8 @@ exclude = ["build*"]
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.44.
|
|
13
|
-
date = 2026-08-
|
|
12
|
+
version = "1.44.3"
|
|
13
|
+
date = 2026-08-25T10:19:36.173606
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.13",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 14.
|
|
29
|
+
"dkist-processing-common == 14.4.0",
|
|
30
30
|
"dkist-header-validator == 5.4.0",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.28.1",
|
|
@@ -80,7 +80,7 @@ frozen = [
|
|
|
80
80
|
"PyJWT == 2.13.0",
|
|
81
81
|
"PyYAML == 6.0.3",
|
|
82
82
|
"PyYAML-ft == 8.0.0",
|
|
83
|
-
"Pygments == 2.
|
|
83
|
+
"Pygments == 2.21.0",
|
|
84
84
|
"SQLAlchemy == 2.0.52",
|
|
85
85
|
"Send2Trash == 2.1.0",
|
|
86
86
|
"a2wsgi == 1.10.10",
|
|
@@ -100,22 +100,22 @@ frozen = [
|
|
|
100
100
|
"apache-airflow-providers-celery == 3.23.1",
|
|
101
101
|
"apache-airflow-providers-common-compat == 1.18.0",
|
|
102
102
|
"apache-airflow-providers-common-io == 1.8.0",
|
|
103
|
-
"apache-airflow-providers-common-sql == 2.1.
|
|
104
|
-
"apache-airflow-providers-postgres == 7.0.
|
|
103
|
+
"apache-airflow-providers-common-sql == 2.1.1",
|
|
104
|
+
"apache-airflow-providers-postgres == 7.0.2",
|
|
105
105
|
"apache-airflow-providers-smtp == 3.0.3",
|
|
106
|
-
"apache-airflow-providers-standard == 1.
|
|
106
|
+
"apache-airflow-providers-standard == 1.18.0",
|
|
107
107
|
"apache-airflow-task-sdk == 1.3.1",
|
|
108
|
-
"appnope == 0.
|
|
108
|
+
"appnope == 1.0.0",
|
|
109
109
|
"argcomplete == 3.7.2",
|
|
110
110
|
"argon2-cffi == 25.1.0",
|
|
111
|
-
"argon2-cffi-bindings ==
|
|
111
|
+
"argon2-cffi-bindings == 26.1.0",
|
|
112
112
|
"arrow == 1.4.0",
|
|
113
113
|
"asdf == 5.3.1",
|
|
114
114
|
"asdf_standard == 1.5.0",
|
|
115
115
|
"asgiref == 3.12.1",
|
|
116
|
-
"asteval == 1.0.
|
|
116
|
+
"asteval == 1.0.10",
|
|
117
117
|
"astropy == 7.0.2",
|
|
118
|
-
"astropy-iers-data == 0.2026.8.
|
|
118
|
+
"astropy-iers-data == 0.2026.8.24.0.24.29",
|
|
119
119
|
"asttokens == 3.0.2",
|
|
120
120
|
"async-lru == 2.3.0",
|
|
121
121
|
"asyncpg == 0.31.0",
|
|
@@ -124,14 +124,14 @@ frozen = [
|
|
|
124
124
|
"beautifulsoup4 == 4.15.0",
|
|
125
125
|
"billiard == 4.2.4",
|
|
126
126
|
"bleach == 6.4.0",
|
|
127
|
-
"boto3 == 1.43.
|
|
128
|
-
"botocore == 1.43.
|
|
127
|
+
"boto3 == 1.43.79",
|
|
128
|
+
"botocore == 1.43.79",
|
|
129
129
|
"cachetools == 7.1.7",
|
|
130
130
|
"cadwyn == 7.0.0",
|
|
131
131
|
"celery == 5.6.3",
|
|
132
132
|
"certifi == 2026.7.22",
|
|
133
133
|
"cffi == 2.1.1",
|
|
134
|
-
"charset-normalizer == 3.5.
|
|
134
|
+
"charset-normalizer == 3.5.1",
|
|
135
135
|
"click == 8.4.2",
|
|
136
136
|
"click-didyoumean == 0.3.1",
|
|
137
137
|
"click-plugins == 1.1.1.2",
|
|
@@ -148,10 +148,10 @@ frozen = [
|
|
|
148
148
|
"defusedxml == 0.7.1",
|
|
149
149
|
"dill == 0.4.1",
|
|
150
150
|
"dkist-header-validator == 5.4.0",
|
|
151
|
-
"dkist-processing-common == 14.
|
|
151
|
+
"dkist-processing-common == 14.4.0",
|
|
152
152
|
"dkist-processing-core == 7.5.0",
|
|
153
153
|
"dkist-processing-pac == 3.1.2",
|
|
154
|
-
"dkist-processing-test == 1.44.
|
|
154
|
+
"dkist-processing-test == 1.44.3",
|
|
155
155
|
"dkist-service-configuration == 4.3.0",
|
|
156
156
|
"dkist-spectral-lines == 3.0.1",
|
|
157
157
|
"dkist_fits_specifications == 4.28.1",
|
|
@@ -160,8 +160,8 @@ frozen = [
|
|
|
160
160
|
"executing == 2.2.1",
|
|
161
161
|
"fastapi == 0.136.3",
|
|
162
162
|
"fastapi-cli == 0.0.32",
|
|
163
|
-
"fastjsonschema == 2.22.
|
|
164
|
-
"flower == 2.0
|
|
163
|
+
"fastjsonschema == 2.22.2",
|
|
164
|
+
"flower == 2.1.0",
|
|
165
165
|
"fonttools == 4.63.0",
|
|
166
166
|
"fqdn == 1.5.1",
|
|
167
167
|
"frozenlist == 1.8.0",
|
|
@@ -177,7 +177,7 @@ frozen = [
|
|
|
177
177
|
"httptools == 0.8.0",
|
|
178
178
|
"httpx == 0.28.1",
|
|
179
179
|
"humanize == 4.16.0",
|
|
180
|
-
"idna == 3.
|
|
180
|
+
"idna == 3.19",
|
|
181
181
|
"imageio-ffmpeg == 0.6.0",
|
|
182
182
|
"importlib_metadata == 9.0.0",
|
|
183
183
|
"ipykernel == 7.3.0",
|
|
@@ -206,7 +206,7 @@ frozen = [
|
|
|
206
206
|
"lark == 1.3.1",
|
|
207
207
|
"lazy-object-proxy == 1.12.0",
|
|
208
208
|
"libcst == 1.9.0",
|
|
209
|
-
"linkify-it-py == 2.1.
|
|
209
|
+
"linkify-it-py == 2.1.1",
|
|
210
210
|
"llvmlite == 0.44.0",
|
|
211
211
|
"lmfit == 1.3.4",
|
|
212
212
|
"lockfile == 0.12.2",
|
|
@@ -224,7 +224,7 @@ frozen = [
|
|
|
224
224
|
"natsort == 8.4.0",
|
|
225
225
|
"nbclient == 0.11.0",
|
|
226
226
|
"nbconvert == 7.17.1",
|
|
227
|
-
"nbformat == 5.11.
|
|
227
|
+
"nbformat == 5.11.1",
|
|
228
228
|
"nest-asyncio2 == 1.7.2",
|
|
229
229
|
"notebook == 7.6.2",
|
|
230
230
|
"notebook_shim == 0.2.4",
|
|
@@ -268,14 +268,14 @@ frozen = [
|
|
|
268
268
|
"pika == 1.4.4",
|
|
269
269
|
"pillow == 11.3.0",
|
|
270
270
|
"pip == 26.2.1",
|
|
271
|
-
"platformdirs == 4.11.
|
|
271
|
+
"platformdirs == 4.11.4",
|
|
272
272
|
"pluggy == 1.6.0",
|
|
273
273
|
"pooch == 1.9.0",
|
|
274
274
|
"proglog == 0.1.12",
|
|
275
275
|
"prometheus_client == 0.26.0",
|
|
276
276
|
"prompt_toolkit == 3.0.53",
|
|
277
277
|
"propcache == 0.5.2",
|
|
278
|
-
"protobuf == 7.
|
|
278
|
+
"protobuf == 7.36.0",
|
|
279
279
|
"psutil == 7.2.2",
|
|
280
280
|
"psycopg == 3.3.4",
|
|
281
281
|
"psycopg-binary == 3.3.4",
|
|
@@ -292,12 +292,12 @@ frozen = [
|
|
|
292
292
|
"pyparsing == 3.3.2",
|
|
293
293
|
"python-daemon == 3.1.2",
|
|
294
294
|
"python-dateutil == 2.9.0.post0",
|
|
295
|
-
"python-dotenv == 1.2.
|
|
296
|
-
"python-json-logger == 4.
|
|
295
|
+
"python-dotenv == 1.2.3",
|
|
296
|
+
"python-json-logger == 4.2.0",
|
|
297
297
|
"python-multipart == 0.0.32",
|
|
298
298
|
"python-slugify == 8.0.4",
|
|
299
299
|
"pytz == 2026.3.post1",
|
|
300
|
-
"pyzmq == 27.
|
|
300
|
+
"pyzmq == 27.2.0",
|
|
301
301
|
"redis == 6.4.0",
|
|
302
302
|
"referencing == 0.37.0",
|
|
303
303
|
"requests == 2.34.2",
|
|
@@ -309,7 +309,7 @@ frozen = [
|
|
|
309
309
|
"rich-toolkit == 0.20.3",
|
|
310
310
|
"rpds-py == 2026.6.3",
|
|
311
311
|
"s3transfer == 0.19.2",
|
|
312
|
-
"scipy == 1.18.
|
|
312
|
+
"scipy == 1.18.1",
|
|
313
313
|
"semantic-version == 2.10.0",
|
|
314
314
|
"setproctitle == 1.3.7",
|
|
315
315
|
"shellingham == 1.5.4",
|
|
@@ -323,7 +323,7 @@ frozen = [
|
|
|
323
323
|
"starlette == 1.6.0",
|
|
324
324
|
"structlog == 26.1.0",
|
|
325
325
|
"sunpy == 8.0.0",
|
|
326
|
-
"svcs == 26.
|
|
326
|
+
"svcs == 26.2.0",
|
|
327
327
|
"tabulate == 0.10.0",
|
|
328
328
|
"talus == 1.3.4",
|
|
329
329
|
"tenacity == 8.5.0",
|
|
@@ -345,14 +345,14 @@ frozen = [
|
|
|
345
345
|
"uri-template == 1.3.0",
|
|
346
346
|
"urllib3 == 2.7.0",
|
|
347
347
|
"uuid6 == 2025.0.1",
|
|
348
|
-
"uvicorn == 0.52.
|
|
348
|
+
"uvicorn == 0.52.4",
|
|
349
349
|
"uvloop == 0.22.1",
|
|
350
350
|
"vine == 5.1.0",
|
|
351
351
|
"voluptuous == 0.16.0",
|
|
352
352
|
"watchfiles == 1.2.0",
|
|
353
353
|
"wcwidth == 0.8.2",
|
|
354
354
|
"webcolors == 25.10.0",
|
|
355
|
-
"webencodings == 0.
|
|
355
|
+
"webencodings == 0.6.1",
|
|
356
356
|
"websocket-client == 1.9.0",
|
|
357
357
|
"websockets == 17.0.1",
|
|
358
358
|
"wirerope == 1.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.44.2 → dkist_processing_test-1.44.3}/dkist_processing_test/tasks/quality.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|