dkist-processing-test 1.35.0__tar.gz → 1.35.1__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.
- {dkist_processing_test-1.35.0/dkist_processing_test.egg-info → dkist_processing_test-1.35.1}/PKG-INFO +34 -34
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1/dkist_processing_test.egg-info}/PKG-INFO +34 -34
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test.egg-info/requires.txt +33 -33
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/pyproject.toml +35 -35
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/.gitignore +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/.snyk +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/README.rst +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.35.
|
|
3
|
+
Version: 1.35.1
|
|
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.12
|
|
13
13
|
Requires-Python: >=3.12
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.5.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.5.1
|
|
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
|
|
@@ -45,7 +45,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
45
45
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
46
46
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
48
|
-
Requires-Dist: Flask-Limiter==3.
|
|
48
|
+
Requires-Dist: Flask-Limiter==3.13; extra == "frozen"
|
|
49
49
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
50
50
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
51
51
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -70,16 +70,16 @@ 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
72
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
73
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.0; 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"
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
78
78
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
79
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
79
|
+
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
80
80
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
81
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
82
|
-
Requires-Dist: apache-airflow-providers-smtp==2.2.
|
|
81
|
+
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
84
84
|
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
85
85
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
@@ -89,18 +89,18 @@ 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.
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.9.15.0.37.0; 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.
|
|
99
|
-
Requires-Dist: botocore==1.40.
|
|
98
|
+
Requires-Dist: boto3==1.40.32; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.40.32; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
|
-
Requires-Dist: celery==5.
|
|
101
|
+
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
103
|
-
Requires-Dist: cffi==
|
|
103
|
+
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
105
105
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
@@ -113,16 +113,16 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
113
113
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
114
114
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: cryptography==
|
|
116
|
+
Requires-Dist: cryptography==46.0.1; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
118
|
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.5.
|
|
122
|
+
Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
|
|
123
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.35.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.35.1; 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"
|
|
@@ -132,14 +132,14 @@ Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
135
|
-
Requires-Dist: fonttools==4.
|
|
135
|
+
Requires-Dist: fonttools==4.60.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
138
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: grpcio==1.
|
|
142
|
+
Requires-Dist: grpcio==1.75.0; extra == "frozen"
|
|
143
143
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
144
144
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
145
145
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -179,14 +179,14 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
179
179
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
180
180
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
181
181
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
182
|
-
Requires-Dist: opentelemetry-api==1.
|
|
183
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
184
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
185
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
186
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
187
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
188
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
189
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
182
|
+
Requires-Dist: opentelemetry-api==1.37.0; extra == "frozen"
|
|
183
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
|
|
184
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
190
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
192
192
|
Requires-Dist: pandas==2.3.2; extra == "frozen"
|
|
@@ -204,31 +204,31 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
204
204
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
205
205
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
206
206
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
207
|
-
Requires-Dist: protobuf==6.32.
|
|
207
|
+
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
208
208
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
209
209
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
210
|
-
Requires-Dist: pycparser==2.
|
|
211
|
-
Requires-Dist: pydantic==2.11.
|
|
210
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
211
|
+
Requires-Dist: pydantic==2.11.9; extra == "frozen"
|
|
212
212
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
213
213
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
214
214
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
215
|
-
Requires-Dist: pyparsing==3.2.
|
|
215
|
+
Requires-Dist: pyparsing==3.2.4; extra == "frozen"
|
|
216
216
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
217
217
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
218
218
|
Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
|
|
219
219
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
220
220
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
221
221
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
222
|
-
Requires-Dist: redis==4.
|
|
222
|
+
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
223
223
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
224
224
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
225
225
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
226
226
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
227
|
-
Requires-Dist: rich==
|
|
227
|
+
Requires-Dist: rich==14.1.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
229
229
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
230
|
-
Requires-Dist: s3transfer==0.
|
|
231
|
-
Requires-Dist: scipy==1.16.
|
|
230
|
+
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
231
|
+
Requires-Dist: scipy==1.16.2; extra == "frozen"
|
|
232
232
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
233
233
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
234
234
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.35.
|
|
3
|
+
Version: 1.35.1
|
|
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.12
|
|
13
13
|
Requires-Python: >=3.12
|
|
14
14
|
Description-Content-Type: text/x-rst
|
|
15
|
-
Requires-Dist: dkist-processing-common==11.5.
|
|
15
|
+
Requires-Dist: dkist-processing-common==11.5.1
|
|
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
|
|
@@ -45,7 +45,7 @@ Requires-Dist: Flask-AppBuilder==4.5.3; extra == "frozen"
|
|
|
45
45
|
Requires-Dist: Flask-Babel==2.0.0; extra == "frozen"
|
|
46
46
|
Requires-Dist: Flask-Caching==2.3.1; extra == "frozen"
|
|
47
47
|
Requires-Dist: Flask-JWT-Extended==4.7.1; extra == "frozen"
|
|
48
|
-
Requires-Dist: Flask-Limiter==3.
|
|
48
|
+
Requires-Dist: Flask-Limiter==3.13; extra == "frozen"
|
|
49
49
|
Requires-Dist: Flask-Login==0.6.3; extra == "frozen"
|
|
50
50
|
Requires-Dist: Flask-SQLAlchemy==2.5.1; extra == "frozen"
|
|
51
51
|
Requires-Dist: Flask-Session==0.5.0; extra == "frozen"
|
|
@@ -70,16 +70,16 @@ 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
72
|
Requires-Dist: apache-airflow==2.11.0; extra == "frozen"
|
|
73
|
-
Requires-Dist: apache-airflow-providers-celery==3.
|
|
73
|
+
Requires-Dist: apache-airflow-providers-celery==3.10.0; 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"
|
|
76
|
-
Requires-Dist: apache-airflow-providers-common-sql==1.
|
|
76
|
+
Requires-Dist: apache-airflow-providers-common-sql==1.28.0; extra == "frozen"
|
|
77
77
|
Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
|
|
78
78
|
Requires-Dist: apache-airflow-providers-ftp==3.13.2; extra == "frozen"
|
|
79
|
-
Requires-Dist: apache-airflow-providers-http==5.3.
|
|
79
|
+
Requires-Dist: apache-airflow-providers-http==5.3.4; extra == "frozen"
|
|
80
80
|
Requires-Dist: apache-airflow-providers-imap==3.9.2; extra == "frozen"
|
|
81
|
-
Requires-Dist: apache-airflow-providers-postgres==6.
|
|
82
|
-
Requires-Dist: apache-airflow-providers-smtp==2.2.
|
|
81
|
+
Requires-Dist: apache-airflow-providers-postgres==6.3.0; extra == "frozen"
|
|
82
|
+
Requires-Dist: apache-airflow-providers-smtp==2.2.1; extra == "frozen"
|
|
83
83
|
Requires-Dist: apache-airflow-providers-sqlite==4.1.2; extra == "frozen"
|
|
84
84
|
Requires-Dist: apispec==6.8.3; extra == "frozen"
|
|
85
85
|
Requires-Dist: argcomplete==3.6.2; extra == "frozen"
|
|
@@ -89,18 +89,18 @@ 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.
|
|
92
|
+
Requires-Dist: astropy-iers-data==0.2025.9.15.0.37.0; 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.
|
|
99
|
-
Requires-Dist: botocore==1.40.
|
|
98
|
+
Requires-Dist: boto3==1.40.32; extra == "frozen"
|
|
99
|
+
Requires-Dist: botocore==1.40.32; extra == "frozen"
|
|
100
100
|
Requires-Dist: cachelib==0.13.0; extra == "frozen"
|
|
101
|
-
Requires-Dist: celery==5.
|
|
101
|
+
Requires-Dist: celery==5.3.1; extra == "frozen"
|
|
102
102
|
Requires-Dist: certifi==2025.8.3; extra == "frozen"
|
|
103
|
-
Requires-Dist: cffi==
|
|
103
|
+
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
104
104
|
Requires-Dist: charset-normalizer==3.4.3; extra == "frozen"
|
|
105
105
|
Requires-Dist: click==8.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
@@ -113,16 +113,16 @@ Requires-Dist: connexion==2.14.2; extra == "frozen"
|
|
|
113
113
|
Requires-Dist: contourpy==1.3.3; extra == "frozen"
|
|
114
114
|
Requires-Dist: cron_descriptor==2.0.6; extra == "frozen"
|
|
115
115
|
Requires-Dist: croniter==6.0.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: cryptography==
|
|
116
|
+
Requires-Dist: cryptography==46.0.1; extra == "frozen"
|
|
117
117
|
Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
118
118
|
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.5.
|
|
122
|
+
Requires-Dist: dkist-processing-common==11.5.1; extra == "frozen"
|
|
123
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.35.
|
|
125
|
+
Requires-Dist: dkist-processing-test==1.35.1; 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"
|
|
@@ -132,14 +132,14 @@ Requires-Dist: elastic-apm==6.24.0; extra == "frozen"
|
|
|
132
132
|
Requires-Dist: email-validator==2.3.0; extra == "frozen"
|
|
133
133
|
Requires-Dist: fastjsonschema==2.21.2; extra == "frozen"
|
|
134
134
|
Requires-Dist: flower==2.0.1; extra == "frozen"
|
|
135
|
-
Requires-Dist: fonttools==4.
|
|
135
|
+
Requires-Dist: fonttools==4.60.0; extra == "frozen"
|
|
136
136
|
Requires-Dist: frozenlist==1.7.0; extra == "frozen"
|
|
137
137
|
Requires-Dist: fsspec==2025.9.0; extra == "frozen"
|
|
138
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: grpcio==1.
|
|
142
|
+
Requires-Dist: grpcio==1.75.0; extra == "frozen"
|
|
143
143
|
Requires-Dist: gunicorn==23.0.0; extra == "frozen"
|
|
144
144
|
Requires-Dist: h11==0.16.0; extra == "frozen"
|
|
145
145
|
Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
@@ -179,14 +179,14 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
|
|
|
179
179
|
Requires-Dist: numba==0.61.2; extra == "frozen"
|
|
180
180
|
Requires-Dist: numpy==2.2.5; extra == "frozen"
|
|
181
181
|
Requires-Dist: object-clerk==1.0.0; extra == "frozen"
|
|
182
|
-
Requires-Dist: opentelemetry-api==1.
|
|
183
|
-
Requires-Dist: opentelemetry-exporter-otlp==1.
|
|
184
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.
|
|
185
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.
|
|
186
|
-
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.
|
|
187
|
-
Requires-Dist: opentelemetry-proto==1.
|
|
188
|
-
Requires-Dist: opentelemetry-sdk==1.
|
|
189
|
-
Requires-Dist: opentelemetry-semantic-conventions==0.
|
|
182
|
+
Requires-Dist: opentelemetry-api==1.37.0; extra == "frozen"
|
|
183
|
+
Requires-Dist: opentelemetry-exporter-otlp==1.37.0; extra == "frozen"
|
|
184
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.37.0; extra == "frozen"
|
|
185
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.37.0; extra == "frozen"
|
|
186
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.37.0; extra == "frozen"
|
|
187
|
+
Requires-Dist: opentelemetry-proto==1.37.0; extra == "frozen"
|
|
188
|
+
Requires-Dist: opentelemetry-sdk==1.37.0; extra == "frozen"
|
|
189
|
+
Requires-Dist: opentelemetry-semantic-conventions==0.58b0; extra == "frozen"
|
|
190
190
|
Requires-Dist: ordered-set==4.1.0; extra == "frozen"
|
|
191
191
|
Requires-Dist: packaging==25.0; extra == "frozen"
|
|
192
192
|
Requires-Dist: pandas==2.3.2; extra == "frozen"
|
|
@@ -204,31 +204,31 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
|
|
|
204
204
|
Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
|
|
205
205
|
Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
|
|
206
206
|
Requires-Dist: propcache==0.3.2; extra == "frozen"
|
|
207
|
-
Requires-Dist: protobuf==6.32.
|
|
207
|
+
Requires-Dist: protobuf==6.32.1; extra == "frozen"
|
|
208
208
|
Requires-Dist: psutil==7.0.0; extra == "frozen"
|
|
209
209
|
Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
|
|
210
|
-
Requires-Dist: pycparser==2.
|
|
211
|
-
Requires-Dist: pydantic==2.11.
|
|
210
|
+
Requires-Dist: pycparser==2.23; extra == "frozen"
|
|
211
|
+
Requires-Dist: pydantic==2.11.9; extra == "frozen"
|
|
212
212
|
Requires-Dist: pydantic-settings==2.10.1; extra == "frozen"
|
|
213
213
|
Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
|
|
214
214
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
215
|
-
Requires-Dist: pyparsing==3.2.
|
|
215
|
+
Requires-Dist: pyparsing==3.2.4; extra == "frozen"
|
|
216
216
|
Requires-Dist: python-daemon==3.1.2; extra == "frozen"
|
|
217
217
|
Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
|
|
218
218
|
Requires-Dist: python-dotenv==1.1.1; extra == "frozen"
|
|
219
219
|
Requires-Dist: python-nvd3==0.16.0; extra == "frozen"
|
|
220
220
|
Requires-Dist: python-slugify==8.0.4; extra == "frozen"
|
|
221
221
|
Requires-Dist: pytz==2025.2; extra == "frozen"
|
|
222
|
-
Requires-Dist: redis==4.
|
|
222
|
+
Requires-Dist: redis==6.4.0; extra == "frozen"
|
|
223
223
|
Requires-Dist: referencing==0.36.2; extra == "frozen"
|
|
224
224
|
Requires-Dist: requests==2.32.5; extra == "frozen"
|
|
225
225
|
Requires-Dist: requests-toolbelt==1.0.0; extra == "frozen"
|
|
226
226
|
Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
|
|
227
|
-
Requires-Dist: rich==
|
|
227
|
+
Requires-Dist: rich==14.1.0; extra == "frozen"
|
|
228
228
|
Requires-Dist: rich-argparse==1.7.1; extra == "frozen"
|
|
229
229
|
Requires-Dist: rpds-py==0.27.1; extra == "frozen"
|
|
230
|
-
Requires-Dist: s3transfer==0.
|
|
231
|
-
Requires-Dist: scipy==1.16.
|
|
230
|
+
Requires-Dist: s3transfer==0.14.0; extra == "frozen"
|
|
231
|
+
Requires-Dist: scipy==1.16.2; extra == "frozen"
|
|
232
232
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
233
233
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
234
234
|
Requires-Dist: six==1.17.0; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==11.5.
|
|
1
|
+
dkist-processing-common==11.5.1
|
|
2
2
|
dkist-header-validator==5.2.1
|
|
3
3
|
dkist-service-configuration==2.3.0
|
|
4
4
|
dkist-fits-specifications==4.17.0
|
|
@@ -19,7 +19,7 @@ Flask-AppBuilder==4.5.3
|
|
|
19
19
|
Flask-Babel==2.0.0
|
|
20
20
|
Flask-Caching==2.3.1
|
|
21
21
|
Flask-JWT-Extended==4.7.1
|
|
22
|
-
Flask-Limiter==3.
|
|
22
|
+
Flask-Limiter==3.13
|
|
23
23
|
Flask-Login==0.6.3
|
|
24
24
|
Flask-SQLAlchemy==2.5.1
|
|
25
25
|
Flask-Session==0.5.0
|
|
@@ -44,16 +44,16 @@ amqp==5.3.1
|
|
|
44
44
|
annotated-types==0.7.0
|
|
45
45
|
anyio==4.10.0
|
|
46
46
|
apache-airflow==2.11.0
|
|
47
|
-
apache-airflow-providers-celery==3.
|
|
47
|
+
apache-airflow-providers-celery==3.10.0
|
|
48
48
|
apache-airflow-providers-common-compat==1.7.3
|
|
49
49
|
apache-airflow-providers-common-io==1.6.2
|
|
50
|
-
apache-airflow-providers-common-sql==1.
|
|
50
|
+
apache-airflow-providers-common-sql==1.28.0
|
|
51
51
|
apache-airflow-providers-fab==1.5.3
|
|
52
52
|
apache-airflow-providers-ftp==3.13.2
|
|
53
|
-
apache-airflow-providers-http==5.3.
|
|
53
|
+
apache-airflow-providers-http==5.3.4
|
|
54
54
|
apache-airflow-providers-imap==3.9.2
|
|
55
|
-
apache-airflow-providers-postgres==6.
|
|
56
|
-
apache-airflow-providers-smtp==2.2.
|
|
55
|
+
apache-airflow-providers-postgres==6.3.0
|
|
56
|
+
apache-airflow-providers-smtp==2.2.1
|
|
57
57
|
apache-airflow-providers-sqlite==4.1.2
|
|
58
58
|
apispec==6.8.3
|
|
59
59
|
argcomplete==3.6.2
|
|
@@ -63,18 +63,18 @@ 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.
|
|
66
|
+
astropy-iers-data==0.2025.9.15.0.37.0
|
|
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.
|
|
73
|
-
botocore==1.40.
|
|
72
|
+
boto3==1.40.32
|
|
73
|
+
botocore==1.40.32
|
|
74
74
|
cachelib==0.13.0
|
|
75
|
-
celery==5.
|
|
75
|
+
celery==5.3.1
|
|
76
76
|
certifi==2025.8.3
|
|
77
|
-
cffi==
|
|
77
|
+
cffi==2.0.0
|
|
78
78
|
charset-normalizer==3.4.3
|
|
79
79
|
click==8.2.1
|
|
80
80
|
click-didyoumean==0.3.1
|
|
@@ -87,16 +87,16 @@ connexion==2.14.2
|
|
|
87
87
|
contourpy==1.3.3
|
|
88
88
|
cron_descriptor==2.0.6
|
|
89
89
|
croniter==6.0.0
|
|
90
|
-
cryptography==
|
|
90
|
+
cryptography==46.0.1
|
|
91
91
|
cycler==0.12.1
|
|
92
92
|
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.5.
|
|
96
|
+
dkist-processing-common==11.5.1
|
|
97
97
|
dkist-processing-core==5.2.1
|
|
98
98
|
dkist-processing-pac==3.1.1
|
|
99
|
-
dkist-processing-test==1.35.
|
|
99
|
+
dkist-processing-test==1.35.1
|
|
100
100
|
dkist-service-configuration==2.3.0
|
|
101
101
|
dkist-spectral-lines==3.0.0
|
|
102
102
|
dkist_fits_specifications==4.17.0
|
|
@@ -106,14 +106,14 @@ elastic-apm==6.24.0
|
|
|
106
106
|
email-validator==2.3.0
|
|
107
107
|
fastjsonschema==2.21.2
|
|
108
108
|
flower==2.0.1
|
|
109
|
-
fonttools==4.
|
|
109
|
+
fonttools==4.60.0
|
|
110
110
|
frozenlist==1.7.0
|
|
111
111
|
fsspec==2025.9.0
|
|
112
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
|
-
grpcio==1.
|
|
116
|
+
grpcio==1.75.0
|
|
117
117
|
gunicorn==23.0.0
|
|
118
118
|
h11==0.16.0
|
|
119
119
|
httpcore==1.0.9
|
|
@@ -153,14 +153,14 @@ nbformat==5.10.4
|
|
|
153
153
|
numba==0.61.2
|
|
154
154
|
numpy==2.2.5
|
|
155
155
|
object-clerk==1.0.0
|
|
156
|
-
opentelemetry-api==1.
|
|
157
|
-
opentelemetry-exporter-otlp==1.
|
|
158
|
-
opentelemetry-exporter-otlp-proto-common==1.
|
|
159
|
-
opentelemetry-exporter-otlp-proto-grpc==1.
|
|
160
|
-
opentelemetry-exporter-otlp-proto-http==1.
|
|
161
|
-
opentelemetry-proto==1.
|
|
162
|
-
opentelemetry-sdk==1.
|
|
163
|
-
opentelemetry-semantic-conventions==0.
|
|
156
|
+
opentelemetry-api==1.37.0
|
|
157
|
+
opentelemetry-exporter-otlp==1.37.0
|
|
158
|
+
opentelemetry-exporter-otlp-proto-common==1.37.0
|
|
159
|
+
opentelemetry-exporter-otlp-proto-grpc==1.37.0
|
|
160
|
+
opentelemetry-exporter-otlp-proto-http==1.37.0
|
|
161
|
+
opentelemetry-proto==1.37.0
|
|
162
|
+
opentelemetry-sdk==1.37.0
|
|
163
|
+
opentelemetry-semantic-conventions==0.58b0
|
|
164
164
|
ordered-set==4.1.0
|
|
165
165
|
packaging==25.0
|
|
166
166
|
pandas==2.3.2
|
|
@@ -178,31 +178,31 @@ proglog==0.1.12
|
|
|
178
178
|
prometheus_client==0.22.1
|
|
179
179
|
prompt_toolkit==3.0.52
|
|
180
180
|
propcache==0.3.2
|
|
181
|
-
protobuf==6.32.
|
|
181
|
+
protobuf==6.32.1
|
|
182
182
|
psutil==7.0.0
|
|
183
183
|
psycopg2-binary==2.9.10
|
|
184
|
-
pycparser==2.
|
|
185
|
-
pydantic==2.11.
|
|
184
|
+
pycparser==2.23
|
|
185
|
+
pydantic==2.11.9
|
|
186
186
|
pydantic-settings==2.10.1
|
|
187
187
|
pydantic_core==2.33.2
|
|
188
188
|
pyerfa==2.0.1.5
|
|
189
|
-
pyparsing==3.2.
|
|
189
|
+
pyparsing==3.2.4
|
|
190
190
|
python-daemon==3.1.2
|
|
191
191
|
python-dateutil==2.9.0.post0
|
|
192
192
|
python-dotenv==1.1.1
|
|
193
193
|
python-nvd3==0.16.0
|
|
194
194
|
python-slugify==8.0.4
|
|
195
195
|
pytz==2025.2
|
|
196
|
-
redis==4.
|
|
196
|
+
redis==6.4.0
|
|
197
197
|
referencing==0.36.2
|
|
198
198
|
requests==2.32.5
|
|
199
199
|
requests-toolbelt==1.0.0
|
|
200
200
|
rfc3339-validator==0.1.4
|
|
201
|
-
rich==
|
|
201
|
+
rich==14.1.0
|
|
202
202
|
rich-argparse==1.7.1
|
|
203
203
|
rpds-py==0.27.1
|
|
204
|
-
s3transfer==0.
|
|
205
|
-
scipy==1.16.
|
|
204
|
+
s3transfer==0.14.0
|
|
205
|
+
scipy==1.16.2
|
|
206
206
|
semantic-version==2.10.0
|
|
207
207
|
setproctitle==1.3.7
|
|
208
208
|
six==1.17.0
|
|
@@ -9,8 +9,8 @@ find = {}
|
|
|
9
9
|
|
|
10
10
|
[tool.dkist-dev-tools]
|
|
11
11
|
# Most recently frozen version by dkist-dev-tools
|
|
12
|
-
version = "1.35.
|
|
13
|
-
date = 2025-09-
|
|
12
|
+
version = "1.35.1"
|
|
13
|
+
date = 2025-09-17T11:03:36.672433
|
|
14
14
|
|
|
15
15
|
[project]
|
|
16
16
|
dynamic = ["version"]
|
|
@@ -26,7 +26,7 @@ classifiers = [
|
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
27
|
]
|
|
28
28
|
dependencies = [
|
|
29
|
-
"dkist-processing-common == 11.5.
|
|
29
|
+
"dkist-processing-common == 11.5.1",
|
|
30
30
|
"dkist-header-validator == 5.2.1",
|
|
31
31
|
"dkist-service-configuration == 2.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.17.0",
|
|
@@ -71,7 +71,7 @@ frozen = [
|
|
|
71
71
|
"Flask-Babel == 2.0.0",
|
|
72
72
|
"Flask-Caching == 2.3.1",
|
|
73
73
|
"Flask-JWT-Extended == 4.7.1",
|
|
74
|
-
"Flask-Limiter == 3.
|
|
74
|
+
"Flask-Limiter == 3.13",
|
|
75
75
|
"Flask-Login == 0.6.3",
|
|
76
76
|
"Flask-SQLAlchemy == 2.5.1",
|
|
77
77
|
"Flask-Session == 0.5.0",
|
|
@@ -96,16 +96,16 @@ frozen = [
|
|
|
96
96
|
"annotated-types == 0.7.0",
|
|
97
97
|
"anyio == 4.10.0",
|
|
98
98
|
"apache-airflow == 2.11.0",
|
|
99
|
-
"apache-airflow-providers-celery == 3.
|
|
99
|
+
"apache-airflow-providers-celery == 3.10.0",
|
|
100
100
|
"apache-airflow-providers-common-compat == 1.7.3",
|
|
101
101
|
"apache-airflow-providers-common-io == 1.6.2",
|
|
102
|
-
"apache-airflow-providers-common-sql == 1.
|
|
102
|
+
"apache-airflow-providers-common-sql == 1.28.0",
|
|
103
103
|
"apache-airflow-providers-fab == 1.5.3",
|
|
104
104
|
"apache-airflow-providers-ftp == 3.13.2",
|
|
105
|
-
"apache-airflow-providers-http == 5.3.
|
|
105
|
+
"apache-airflow-providers-http == 5.3.4",
|
|
106
106
|
"apache-airflow-providers-imap == 3.9.2",
|
|
107
|
-
"apache-airflow-providers-postgres == 6.
|
|
108
|
-
"apache-airflow-providers-smtp == 2.2.
|
|
107
|
+
"apache-airflow-providers-postgres == 6.3.0",
|
|
108
|
+
"apache-airflow-providers-smtp == 2.2.1",
|
|
109
109
|
"apache-airflow-providers-sqlite == 4.1.2",
|
|
110
110
|
"apispec == 6.8.3",
|
|
111
111
|
"argcomplete == 3.6.2",
|
|
@@ -115,18 +115,18 @@ 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.
|
|
118
|
+
"astropy-iers-data == 0.2025.9.15.0.37.0",
|
|
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.
|
|
125
|
-
"botocore == 1.40.
|
|
124
|
+
"boto3 == 1.40.32",
|
|
125
|
+
"botocore == 1.40.32",
|
|
126
126
|
"cachelib == 0.13.0",
|
|
127
|
-
"celery == 5.
|
|
127
|
+
"celery == 5.3.1",
|
|
128
128
|
"certifi == 2025.8.3",
|
|
129
|
-
"cffi ==
|
|
129
|
+
"cffi == 2.0.0",
|
|
130
130
|
"charset-normalizer == 3.4.3",
|
|
131
131
|
"click == 8.2.1",
|
|
132
132
|
"click-didyoumean == 0.3.1",
|
|
@@ -139,16 +139,16 @@ frozen = [
|
|
|
139
139
|
"contourpy == 1.3.3",
|
|
140
140
|
"cron_descriptor == 2.0.6",
|
|
141
141
|
"croniter == 6.0.0",
|
|
142
|
-
"cryptography ==
|
|
142
|
+
"cryptography == 46.0.1",
|
|
143
143
|
"cycler == 0.12.1",
|
|
144
144
|
"dacite == 1.9.2",
|
|
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.5.
|
|
148
|
+
"dkist-processing-common == 11.5.1",
|
|
149
149
|
"dkist-processing-core == 5.2.1",
|
|
150
150
|
"dkist-processing-pac == 3.1.1",
|
|
151
|
-
"dkist-processing-test == 1.35.
|
|
151
|
+
"dkist-processing-test == 1.35.1",
|
|
152
152
|
"dkist-service-configuration == 2.3.0",
|
|
153
153
|
"dkist-spectral-lines == 3.0.0",
|
|
154
154
|
"dkist_fits_specifications == 4.17.0",
|
|
@@ -158,14 +158,14 @@ frozen = [
|
|
|
158
158
|
"email-validator == 2.3.0",
|
|
159
159
|
"fastjsonschema == 2.21.2",
|
|
160
160
|
"flower == 2.0.1",
|
|
161
|
-
"fonttools == 4.
|
|
161
|
+
"fonttools == 4.60.0",
|
|
162
162
|
"frozenlist == 1.7.0",
|
|
163
163
|
"fsspec == 2025.9.0",
|
|
164
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
|
-
"grpcio == 1.
|
|
168
|
+
"grpcio == 1.75.0",
|
|
169
169
|
"gunicorn == 23.0.0",
|
|
170
170
|
"h11 == 0.16.0",
|
|
171
171
|
"httpcore == 1.0.9",
|
|
@@ -205,14 +205,14 @@ frozen = [
|
|
|
205
205
|
"numba == 0.61.2",
|
|
206
206
|
"numpy == 2.2.5",
|
|
207
207
|
"object-clerk == 1.0.0",
|
|
208
|
-
"opentelemetry-api == 1.
|
|
209
|
-
"opentelemetry-exporter-otlp == 1.
|
|
210
|
-
"opentelemetry-exporter-otlp-proto-common == 1.
|
|
211
|
-
"opentelemetry-exporter-otlp-proto-grpc == 1.
|
|
212
|
-
"opentelemetry-exporter-otlp-proto-http == 1.
|
|
213
|
-
"opentelemetry-proto == 1.
|
|
214
|
-
"opentelemetry-sdk == 1.
|
|
215
|
-
"opentelemetry-semantic-conventions == 0.
|
|
208
|
+
"opentelemetry-api == 1.37.0",
|
|
209
|
+
"opentelemetry-exporter-otlp == 1.37.0",
|
|
210
|
+
"opentelemetry-exporter-otlp-proto-common == 1.37.0",
|
|
211
|
+
"opentelemetry-exporter-otlp-proto-grpc == 1.37.0",
|
|
212
|
+
"opentelemetry-exporter-otlp-proto-http == 1.37.0",
|
|
213
|
+
"opentelemetry-proto == 1.37.0",
|
|
214
|
+
"opentelemetry-sdk == 1.37.0",
|
|
215
|
+
"opentelemetry-semantic-conventions == 0.58b0",
|
|
216
216
|
"ordered-set == 4.1.0",
|
|
217
217
|
"packaging == 25.0",
|
|
218
218
|
"pandas == 2.3.2",
|
|
@@ -230,31 +230,31 @@ frozen = [
|
|
|
230
230
|
"prometheus_client == 0.22.1",
|
|
231
231
|
"prompt_toolkit == 3.0.52",
|
|
232
232
|
"propcache == 0.3.2",
|
|
233
|
-
"protobuf == 6.32.
|
|
233
|
+
"protobuf == 6.32.1",
|
|
234
234
|
"psutil == 7.0.0",
|
|
235
235
|
"psycopg2-binary == 2.9.10",
|
|
236
|
-
"pycparser == 2.
|
|
237
|
-
"pydantic == 2.11.
|
|
236
|
+
"pycparser == 2.23",
|
|
237
|
+
"pydantic == 2.11.9",
|
|
238
238
|
"pydantic-settings == 2.10.1",
|
|
239
239
|
"pydantic_core == 2.33.2",
|
|
240
240
|
"pyerfa == 2.0.1.5",
|
|
241
|
-
"pyparsing == 3.2.
|
|
241
|
+
"pyparsing == 3.2.4",
|
|
242
242
|
"python-daemon == 3.1.2",
|
|
243
243
|
"python-dateutil == 2.9.0.post0",
|
|
244
244
|
"python-dotenv == 1.1.1",
|
|
245
245
|
"python-nvd3 == 0.16.0",
|
|
246
246
|
"python-slugify == 8.0.4",
|
|
247
247
|
"pytz == 2025.2",
|
|
248
|
-
"redis == 4.
|
|
248
|
+
"redis == 6.4.0",
|
|
249
249
|
"referencing == 0.36.2",
|
|
250
250
|
"requests == 2.32.5",
|
|
251
251
|
"requests-toolbelt == 1.0.0",
|
|
252
252
|
"rfc3339-validator == 0.1.4",
|
|
253
|
-
"rich ==
|
|
253
|
+
"rich == 14.1.0",
|
|
254
254
|
"rich-argparse == 1.7.1",
|
|
255
255
|
"rpds-py == 0.27.1",
|
|
256
|
-
"s3transfer == 0.
|
|
257
|
-
"scipy == 1.16.
|
|
256
|
+
"s3transfer == 0.14.0",
|
|
257
|
+
"scipy == 1.16.2",
|
|
258
258
|
"semantic-version == 2.10.0",
|
|
259
259
|
"setproctitle == 1.3.7",
|
|
260
260
|
"six == 1.17.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/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.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.35.0 → dkist_processing_test-1.35.1}/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
|