dkist-processing-test 1.41.5__tar.gz → 1.41.6__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.41.5/dkist_processing_test.egg-info → dkist_processing_test-1.41.6}/PKG-INFO +11 -11
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6/dkist_processing_test.egg-info}/PKG-INFO +11 -11
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test.egg-info/requires.txt +10 -10
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/pyproject.toml +12 -12
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/.gitignore +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/.pre-commit-config.yaml +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/.snyk +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/README.rst +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/__init__.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/config.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/models/__init__.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/models/constants.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/models/parameters.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/parsers/__init__.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/parsers/test_l0_fits_access.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/parsers/time.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/__init__.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/construct_dataset_extras.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/fail.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/fake_science.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/high_memory.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/manual.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/movie.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/noop.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/parse.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/quality.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/write_l1.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tests/__init__.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tests/conftest.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tests/test_tasks.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tests/test_workflows.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/workflows/__init__.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/workflows/common_tasks.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/workflows/end_to_end.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/workflows/exercise_numba.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/workflows/fail.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/workflows/noop.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/workflows/resource_queue.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test.egg-info/top_level.txt +0 -0
- {dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.41.
|
|
3
|
+
Version: 1.41.6
|
|
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==13.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==13.0.5
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -79,13 +79,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
79
79
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
80
80
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
81
81
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
82
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
82
|
+
Requires-Dist: astropy-iers-data==0.2026.4.20.0.58.15; extra == "frozen"
|
|
83
83
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.92; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.92; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -105,10 +105,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
105
105
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
108
|
+
Requires-Dist: dkist-processing-common==13.0.5; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
110
110
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
111
|
+
Requires-Dist: dkist-processing-test==1.41.6; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
114
114
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -206,9 +206,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
207
207
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
208
208
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
209
|
-
Requires-Dist: pydantic==2.13.
|
|
210
|
-
Requires-Dist: pydantic-settings==2.
|
|
211
|
-
Requires-Dist: pydantic_core==2.46.
|
|
209
|
+
Requires-Dist: pydantic==2.13.3; extra == "frozen"
|
|
210
|
+
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
211
|
+
Requires-Dist: pydantic_core==2.46.3; extra == "frozen"
|
|
212
212
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
213
213
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
@@ -237,7 +237,7 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
237
237
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
238
238
|
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
240
|
-
Requires-Dist: sunpy==7.1.
|
|
240
|
+
Requires-Dist: sunpy==7.1.2; extra == "frozen"
|
|
241
241
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
243
243
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-test
|
|
3
|
-
Version: 1.41.
|
|
3
|
+
Version: 1.41.6
|
|
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==13.0.
|
|
15
|
+
Requires-Dist: dkist-processing-common==13.0.5
|
|
16
16
|
Requires-Dist: dkist-header-validator==5.3.1
|
|
17
17
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
18
18
|
Requires-Dist: dkist-fits-specifications==4.24.1
|
|
@@ -79,13 +79,13 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
|
|
|
79
79
|
Requires-Dist: asgiref==3.11.1; extra == "frozen"
|
|
80
80
|
Requires-Dist: asteval==1.0.8; extra == "frozen"
|
|
81
81
|
Requires-Dist: astropy==7.0.2; extra == "frozen"
|
|
82
|
-
Requires-Dist: astropy-iers-data==0.2026.4.
|
|
82
|
+
Requires-Dist: astropy-iers-data==0.2026.4.20.0.58.15; extra == "frozen"
|
|
83
83
|
Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
84
84
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
85
85
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
86
86
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
87
|
-
Requires-Dist: boto3==1.42.
|
|
88
|
-
Requires-Dist: botocore==1.42.
|
|
87
|
+
Requires-Dist: boto3==1.42.92; extra == "frozen"
|
|
88
|
+
Requires-Dist: botocore==1.42.92; extra == "frozen"
|
|
89
89
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
90
90
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
91
91
|
Requires-Dist: certifi==2026.2.25; extra == "frozen"
|
|
@@ -105,10 +105,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
|
|
|
105
105
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
106
106
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
107
107
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
108
|
-
Requires-Dist: dkist-processing-common==13.0.
|
|
108
|
+
Requires-Dist: dkist-processing-common==13.0.5; extra == "frozen"
|
|
109
109
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
110
110
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
111
|
-
Requires-Dist: dkist-processing-test==1.41.
|
|
111
|
+
Requires-Dist: dkist-processing-test==1.41.6; extra == "frozen"
|
|
112
112
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
113
113
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
114
114
|
Requires-Dist: dkist_fits_specifications==4.24.1; extra == "frozen"
|
|
@@ -206,9 +206,9 @@ Requires-Dist: protobuf==6.33.6; extra == "frozen"
|
|
|
206
206
|
Requires-Dist: psutil==7.2.2; extra == "frozen"
|
|
207
207
|
Requires-Dist: psycopg2-binary==2.9.11; extra == "frozen"
|
|
208
208
|
Requires-Dist: pycparser==3.0; extra == "frozen"
|
|
209
|
-
Requires-Dist: pydantic==2.13.
|
|
210
|
-
Requires-Dist: pydantic-settings==2.
|
|
211
|
-
Requires-Dist: pydantic_core==2.46.
|
|
209
|
+
Requires-Dist: pydantic==2.13.3; extra == "frozen"
|
|
210
|
+
Requires-Dist: pydantic-settings==2.14.0; extra == "frozen"
|
|
211
|
+
Requires-Dist: pydantic_core==2.46.3; extra == "frozen"
|
|
212
212
|
Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
|
|
213
213
|
Requires-Dist: pygtrie==2.5.0; extra == "frozen"
|
|
214
214
|
Requires-Dist: pyparsing==3.3.2; extra == "frozen"
|
|
@@ -237,7 +237,7 @@ Requires-Dist: sqids==0.5.1; extra == "frozen"
|
|
|
237
237
|
Requires-Dist: sqlparse==0.5.5; extra == "frozen"
|
|
238
238
|
Requires-Dist: starlette==0.48.0; extra == "frozen"
|
|
239
239
|
Requires-Dist: structlog==25.5.0; extra == "frozen"
|
|
240
|
-
Requires-Dist: sunpy==7.1.
|
|
240
|
+
Requires-Dist: sunpy==7.1.2; extra == "frozen"
|
|
241
241
|
Requires-Dist: svcs==25.1.0; extra == "frozen"
|
|
242
242
|
Requires-Dist: tabulate==0.10.0; extra == "frozen"
|
|
243
243
|
Requires-Dist: talus==1.3.4; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==13.0.
|
|
1
|
+
dkist-processing-common==13.0.5
|
|
2
2
|
dkist-header-validator==5.3.1
|
|
3
3
|
dkist-service-configuration==4.3.0
|
|
4
4
|
dkist-fits-specifications==4.24.1
|
|
@@ -53,13 +53,13 @@ asdf_transform_schemas==0.6.0
|
|
|
53
53
|
asgiref==3.11.1
|
|
54
54
|
asteval==1.0.8
|
|
55
55
|
astropy==7.0.2
|
|
56
|
-
astropy-iers-data==0.2026.4.
|
|
56
|
+
astropy-iers-data==0.2026.4.20.0.58.15
|
|
57
57
|
asyncpg==0.31.0
|
|
58
58
|
attrs==26.1.0
|
|
59
59
|
babel==2.18.0
|
|
60
60
|
billiard==4.2.4
|
|
61
|
-
boto3==1.42.
|
|
62
|
-
botocore==1.42.
|
|
61
|
+
boto3==1.42.92
|
|
62
|
+
botocore==1.42.92
|
|
63
63
|
cadwyn==5.4.6
|
|
64
64
|
celery==5.6.3
|
|
65
65
|
certifi==2026.2.25
|
|
@@ -79,10 +79,10 @@ dacite==1.9.2
|
|
|
79
79
|
decorator==5.2.1
|
|
80
80
|
dill==0.4.1
|
|
81
81
|
dkist-header-validator==5.3.1
|
|
82
|
-
dkist-processing-common==13.0.
|
|
82
|
+
dkist-processing-common==13.0.5
|
|
83
83
|
dkist-processing-core==7.2.1
|
|
84
84
|
dkist-processing-pac==3.1.1
|
|
85
|
-
dkist-processing-test==1.41.
|
|
85
|
+
dkist-processing-test==1.41.6
|
|
86
86
|
dkist-service-configuration==4.3.0
|
|
87
87
|
dkist-spectral-lines==3.0.1
|
|
88
88
|
dkist_fits_specifications==4.24.1
|
|
@@ -180,9 +180,9 @@ protobuf==6.33.6
|
|
|
180
180
|
psutil==7.2.2
|
|
181
181
|
psycopg2-binary==2.9.11
|
|
182
182
|
pycparser==3.0
|
|
183
|
-
pydantic==2.13.
|
|
184
|
-
pydantic-settings==2.
|
|
185
|
-
pydantic_core==2.46.
|
|
183
|
+
pydantic==2.13.3
|
|
184
|
+
pydantic-settings==2.14.0
|
|
185
|
+
pydantic_core==2.46.3
|
|
186
186
|
pyerfa==2.0.1.5
|
|
187
187
|
pygtrie==2.5.0
|
|
188
188
|
pyparsing==3.3.2
|
|
@@ -211,7 +211,7 @@ sqids==0.5.1
|
|
|
211
211
|
sqlparse==0.5.5
|
|
212
212
|
starlette==0.48.0
|
|
213
213
|
structlog==25.5.0
|
|
214
|
-
sunpy==7.1.
|
|
214
|
+
sunpy==7.1.2
|
|
215
215
|
svcs==25.1.0
|
|
216
216
|
tabulate==0.10.0
|
|
217
217
|
talus==1.3.4
|
|
@@ -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.41.
|
|
13
|
-
date = 2026-04-
|
|
12
|
+
version = "1.41.6"
|
|
13
|
+
date = 2026-04-20T15:17:39.996576
|
|
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 == 13.0.
|
|
29
|
+
"dkist-processing-common == 13.0.5",
|
|
30
30
|
"dkist-header-validator == 5.3.1",
|
|
31
31
|
"dkist-service-configuration == 4.3.0",
|
|
32
32
|
"dkist-fits-specifications == 4.24.1",
|
|
@@ -105,13 +105,13 @@ frozen = [
|
|
|
105
105
|
"asgiref == 3.11.1",
|
|
106
106
|
"asteval == 1.0.8",
|
|
107
107
|
"astropy == 7.0.2",
|
|
108
|
-
"astropy-iers-data == 0.2026.4.
|
|
108
|
+
"astropy-iers-data == 0.2026.4.20.0.58.15",
|
|
109
109
|
"asyncpg == 0.31.0",
|
|
110
110
|
"attrs == 26.1.0",
|
|
111
111
|
"babel == 2.18.0",
|
|
112
112
|
"billiard == 4.2.4",
|
|
113
|
-
"boto3 == 1.42.
|
|
114
|
-
"botocore == 1.42.
|
|
113
|
+
"boto3 == 1.42.92",
|
|
114
|
+
"botocore == 1.42.92",
|
|
115
115
|
"cadwyn == 5.4.6",
|
|
116
116
|
"celery == 5.6.3",
|
|
117
117
|
"certifi == 2026.2.25",
|
|
@@ -131,10 +131,10 @@ frozen = [
|
|
|
131
131
|
"decorator == 5.2.1",
|
|
132
132
|
"dill == 0.4.1",
|
|
133
133
|
"dkist-header-validator == 5.3.1",
|
|
134
|
-
"dkist-processing-common == 13.0.
|
|
134
|
+
"dkist-processing-common == 13.0.5",
|
|
135
135
|
"dkist-processing-core == 7.2.1",
|
|
136
136
|
"dkist-processing-pac == 3.1.1",
|
|
137
|
-
"dkist-processing-test == 1.41.
|
|
137
|
+
"dkist-processing-test == 1.41.6",
|
|
138
138
|
"dkist-service-configuration == 4.3.0",
|
|
139
139
|
"dkist-spectral-lines == 3.0.1",
|
|
140
140
|
"dkist_fits_specifications == 4.24.1",
|
|
@@ -232,9 +232,9 @@ frozen = [
|
|
|
232
232
|
"psutil == 7.2.2",
|
|
233
233
|
"psycopg2-binary == 2.9.11",
|
|
234
234
|
"pycparser == 3.0",
|
|
235
|
-
"pydantic == 2.13.
|
|
236
|
-
"pydantic-settings == 2.
|
|
237
|
-
"pydantic_core == 2.46.
|
|
235
|
+
"pydantic == 2.13.3",
|
|
236
|
+
"pydantic-settings == 2.14.0",
|
|
237
|
+
"pydantic_core == 2.46.3",
|
|
238
238
|
"pyerfa == 2.0.1.5",
|
|
239
239
|
"pygtrie == 2.5.0",
|
|
240
240
|
"pyparsing == 3.3.2",
|
|
@@ -263,7 +263,7 @@ frozen = [
|
|
|
263
263
|
"sqlparse == 0.5.5",
|
|
264
264
|
"starlette == 0.48.0",
|
|
265
265
|
"structlog == 25.5.0",
|
|
266
|
-
"sunpy == 7.1.
|
|
266
|
+
"sunpy == 7.1.2",
|
|
267
267
|
"svcs == 25.1.0",
|
|
268
268
|
"tabulate == 0.10.0",
|
|
269
269
|
"talus == 1.3.4",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/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.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/parsers/time.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/fail.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/manual.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/movie.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/noop.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/dkist_processing_test/tasks/parse.py
RENAMED
|
File without changes
|
{dkist_processing_test-1.41.5 → dkist_processing_test-1.41.6}/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
|