dkist-processing-ops 1.10.8__tar.gz → 1.10.9__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_ops-1.10.8 → dkist_processing_ops-1.10.9}/PKG-INFO +11 -11
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops.egg-info/PKG-INFO +11 -11
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops.egg-info/requires.txt +10 -10
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/pyproject.toml +12 -12
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/.gitignore +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/.snyk +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/README.rst +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.9
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.0.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -64,14 +64,14 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.94; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.94; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
|
-
Requires-Dist: certifi==2026.
|
|
71
|
+
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
72
72
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
74
|
-
Requires-Dist: click==8.3.
|
|
74
|
+
Requires-Dist: click==8.3.3; extra == "frozen"
|
|
75
75
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
76
76
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
77
77
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -84,9 +84,9 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
87
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
87
|
+
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
88
88
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
89
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
89
|
+
Requires-Dist: dkist-processing-ops==1.10.9; extra == "frozen"
|
|
90
90
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -111,7 +111,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
111
111
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
112
112
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
114
|
-
Requires-Dist: idna==3.
|
|
114
|
+
Requires-Dist: idna==3.13; extra == "frozen"
|
|
115
115
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
117
117
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -202,7 +202,7 @@ Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
|
202
202
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
203
203
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
204
204
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
205
|
-
Requires-Dist: s3transfer==0.16.
|
|
205
|
+
Requires-Dist: s3transfer==0.16.1; extra == "frozen"
|
|
206
206
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
207
207
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
208
208
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -224,7 +224,7 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
224
224
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
225
225
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
226
226
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
227
|
-
Requires-Dist: typer==0.24.
|
|
227
|
+
Requires-Dist: typer==0.24.2; extra == "frozen"
|
|
228
228
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
229
229
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: tzdata==2026.1; extra == "frozen"
|
{dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/_version.py
RENAMED
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '1.10.
|
|
22
|
-
__version_tuple__ = version_tuple = (1, 10,
|
|
21
|
+
__version__ = version = '1.10.9'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 9)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'gd52de349c'
|
{dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dkist-processing-ops
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.9
|
|
4
4
|
Summary: Automated Processing smoke test and operations workflows
|
|
5
5
|
Author-email: NSO / AURA <dkistdc@nso.edu>
|
|
6
6
|
License: BSD 3-Clause
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
11
11
|
Requires-Python: >=3.13
|
|
12
12
|
Description-Content-Type: text/x-rst
|
|
13
13
|
License-File: LICENSE.rst
|
|
14
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
14
|
+
Requires-Dist: dkist-processing-common==14.0.1
|
|
15
15
|
Requires-Dist: dkist-service-configuration==4.3.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -64,14 +64,14 @@ Requires-Dist: asyncpg==0.31.0; extra == "frozen"
|
|
|
64
64
|
Requires-Dist: attrs==26.1.0; extra == "frozen"
|
|
65
65
|
Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
66
66
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
67
|
-
Requires-Dist: boto3==1.42.
|
|
68
|
-
Requires-Dist: botocore==1.42.
|
|
67
|
+
Requires-Dist: boto3==1.42.94; extra == "frozen"
|
|
68
|
+
Requires-Dist: botocore==1.42.94; extra == "frozen"
|
|
69
69
|
Requires-Dist: cadwyn==5.4.6; extra == "frozen"
|
|
70
70
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
71
|
-
Requires-Dist: certifi==2026.
|
|
71
|
+
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
72
72
|
Requires-Dist: cffi==2.0.0; extra == "frozen"
|
|
73
73
|
Requires-Dist: charset-normalizer==3.4.7; extra == "frozen"
|
|
74
|
-
Requires-Dist: click==8.3.
|
|
74
|
+
Requires-Dist: click==8.3.3; extra == "frozen"
|
|
75
75
|
Requires-Dist: click-didyoumean==0.3.1; extra == "frozen"
|
|
76
76
|
Requires-Dist: click-plugins==1.1.1.2; extra == "frozen"
|
|
77
77
|
Requires-Dist: click-repl==0.3.0; extra == "frozen"
|
|
@@ -84,9 +84,9 @@ Requires-Dist: cycler==0.12.1; extra == "frozen"
|
|
|
84
84
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
85
85
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
86
86
|
Requires-Dist: dkist-header-validator==5.3.1; extra == "frozen"
|
|
87
|
-
Requires-Dist: dkist-processing-common==14.0.
|
|
87
|
+
Requires-Dist: dkist-processing-common==14.0.1; extra == "frozen"
|
|
88
88
|
Requires-Dist: dkist-processing-core==7.2.1; extra == "frozen"
|
|
89
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
89
|
+
Requires-Dist: dkist-processing-ops==1.10.9; extra == "frozen"
|
|
90
90
|
Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
|
|
91
91
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
92
92
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -111,7 +111,7 @@ Requires-Dist: httpcore==1.0.9; extra == "frozen"
|
|
|
111
111
|
Requires-Dist: httptools==0.7.1; extra == "frozen"
|
|
112
112
|
Requires-Dist: httpx==0.28.1; extra == "frozen"
|
|
113
113
|
Requires-Dist: humanize==4.15.0; extra == "frozen"
|
|
114
|
-
Requires-Dist: idna==3.
|
|
114
|
+
Requires-Dist: idna==3.13; extra == "frozen"
|
|
115
115
|
Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
|
|
116
116
|
Requires-Dist: importlib_metadata==8.7.1; extra == "frozen"
|
|
117
117
|
Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
|
|
@@ -202,7 +202,7 @@ Requires-Dist: rich==15.0.0; extra == "frozen"
|
|
|
202
202
|
Requires-Dist: rich-argparse==1.7.2; extra == "frozen"
|
|
203
203
|
Requires-Dist: rich-toolkit==0.19.7; extra == "frozen"
|
|
204
204
|
Requires-Dist: rpds-py==0.30.0; extra == "frozen"
|
|
205
|
-
Requires-Dist: s3transfer==0.16.
|
|
205
|
+
Requires-Dist: s3transfer==0.16.1; extra == "frozen"
|
|
206
206
|
Requires-Dist: scipy==1.17.1; extra == "frozen"
|
|
207
207
|
Requires-Dist: semantic-version==2.10.0; extra == "frozen"
|
|
208
208
|
Requires-Dist: setproctitle==1.3.7; extra == "frozen"
|
|
@@ -224,7 +224,7 @@ Requires-Dist: text-unidecode==1.3; extra == "frozen"
|
|
|
224
224
|
Requires-Dist: tornado==6.5.5; extra == "frozen"
|
|
225
225
|
Requires-Dist: tqdm==4.67.3; extra == "frozen"
|
|
226
226
|
Requires-Dist: traitlets==5.14.3; extra == "frozen"
|
|
227
|
-
Requires-Dist: typer==0.24.
|
|
227
|
+
Requires-Dist: typer==0.24.2; extra == "frozen"
|
|
228
228
|
Requires-Dist: typing-inspection==0.4.2; extra == "frozen"
|
|
229
229
|
Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
|
|
230
230
|
Requires-Dist: tzdata==2026.1; extra == "frozen"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dkist-processing-common==14.0.
|
|
1
|
+
dkist-processing-common==14.0.1
|
|
2
2
|
dkist-service-configuration==4.3.0
|
|
3
3
|
|
|
4
4
|
[frozen]
|
|
@@ -48,14 +48,14 @@ asyncpg==0.31.0
|
|
|
48
48
|
attrs==26.1.0
|
|
49
49
|
babel==2.18.0
|
|
50
50
|
billiard==4.2.4
|
|
51
|
-
boto3==1.42.
|
|
52
|
-
botocore==1.42.
|
|
51
|
+
boto3==1.42.94
|
|
52
|
+
botocore==1.42.94
|
|
53
53
|
cadwyn==5.4.6
|
|
54
54
|
celery==5.6.3
|
|
55
|
-
certifi==2026.
|
|
55
|
+
certifi==2026.4.22
|
|
56
56
|
cffi==2.0.0
|
|
57
57
|
charset-normalizer==3.4.7
|
|
58
|
-
click==8.3.
|
|
58
|
+
click==8.3.3
|
|
59
59
|
click-didyoumean==0.3.1
|
|
60
60
|
click-plugins==1.1.1.2
|
|
61
61
|
click-repl==0.3.0
|
|
@@ -68,9 +68,9 @@ cycler==0.12.1
|
|
|
68
68
|
decorator==5.2.1
|
|
69
69
|
dill==0.4.1
|
|
70
70
|
dkist-header-validator==5.3.1
|
|
71
|
-
dkist-processing-common==14.0.
|
|
71
|
+
dkist-processing-common==14.0.1
|
|
72
72
|
dkist-processing-core==7.2.1
|
|
73
|
-
dkist-processing-ops==1.10.
|
|
73
|
+
dkist-processing-ops==1.10.9
|
|
74
74
|
dkist-processing-pac==3.1.1
|
|
75
75
|
dkist-service-configuration==4.3.0
|
|
76
76
|
dkist-spectral-lines==3.0.1
|
|
@@ -95,7 +95,7 @@ httpcore==1.0.9
|
|
|
95
95
|
httptools==0.7.1
|
|
96
96
|
httpx==0.28.1
|
|
97
97
|
humanize==4.15.0
|
|
98
|
-
idna==3.
|
|
98
|
+
idna==3.13
|
|
99
99
|
imageio-ffmpeg==0.6.0
|
|
100
100
|
importlib_metadata==8.7.1
|
|
101
101
|
itsdangerous==2.2.0
|
|
@@ -186,7 +186,7 @@ rich==15.0.0
|
|
|
186
186
|
rich-argparse==1.7.2
|
|
187
187
|
rich-toolkit==0.19.7
|
|
188
188
|
rpds-py==0.30.0
|
|
189
|
-
s3transfer==0.16.
|
|
189
|
+
s3transfer==0.16.1
|
|
190
190
|
scipy==1.17.1
|
|
191
191
|
semantic-version==2.10.0
|
|
192
192
|
setproctitle==1.3.7
|
|
@@ -208,7 +208,7 @@ text-unidecode==1.3
|
|
|
208
208
|
tornado==6.5.5
|
|
209
209
|
tqdm==4.67.3
|
|
210
210
|
traitlets==5.14.3
|
|
211
|
-
typer==0.24.
|
|
211
|
+
typer==0.24.2
|
|
212
212
|
typing-inspection==0.4.2
|
|
213
213
|
typing_extensions==4.15.0
|
|
214
214
|
tzdata==2026.1
|
|
@@ -6,8 +6,8 @@ build-backend = 'setuptools.build_meta'
|
|
|
6
6
|
|
|
7
7
|
[tool.dkist-dev-tools]
|
|
8
8
|
# Most recently frozen version by dkist-dev-tools
|
|
9
|
-
version = "1.10.
|
|
10
|
-
date = 2026-04-
|
|
9
|
+
version = "1.10.9"
|
|
10
|
+
date = 2026-04-22T14:38:57.226088
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -25,7 +25,7 @@ authors = [
|
|
|
25
25
|
]
|
|
26
26
|
|
|
27
27
|
dependencies = [
|
|
28
|
-
"dkist-processing-common==14.0.
|
|
28
|
+
"dkist-processing-common==14.0.1",
|
|
29
29
|
"dkist-service-configuration==4.3.0",
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
@@ -85,14 +85,14 @@ frozen = [
|
|
|
85
85
|
"attrs == 26.1.0",
|
|
86
86
|
"babel == 2.18.0",
|
|
87
87
|
"billiard == 4.2.4",
|
|
88
|
-
"boto3 == 1.42.
|
|
89
|
-
"botocore == 1.42.
|
|
88
|
+
"boto3 == 1.42.94",
|
|
89
|
+
"botocore == 1.42.94",
|
|
90
90
|
"cadwyn == 5.4.6",
|
|
91
91
|
"celery == 5.6.3",
|
|
92
|
-
"certifi == 2026.
|
|
92
|
+
"certifi == 2026.4.22",
|
|
93
93
|
"cffi == 2.0.0",
|
|
94
94
|
"charset-normalizer == 3.4.7",
|
|
95
|
-
"click == 8.3.
|
|
95
|
+
"click == 8.3.3",
|
|
96
96
|
"click-didyoumean == 0.3.1",
|
|
97
97
|
"click-plugins == 1.1.1.2",
|
|
98
98
|
"click-repl == 0.3.0",
|
|
@@ -105,9 +105,9 @@ frozen = [
|
|
|
105
105
|
"decorator == 5.2.1",
|
|
106
106
|
"dill == 0.4.1",
|
|
107
107
|
"dkist-header-validator == 5.3.1",
|
|
108
|
-
"dkist-processing-common == 14.0.
|
|
108
|
+
"dkist-processing-common == 14.0.1",
|
|
109
109
|
"dkist-processing-core == 7.2.1",
|
|
110
|
-
"dkist-processing-ops == 1.10.
|
|
110
|
+
"dkist-processing-ops == 1.10.9",
|
|
111
111
|
"dkist-processing-pac == 3.1.1",
|
|
112
112
|
"dkist-service-configuration == 4.3.0",
|
|
113
113
|
"dkist-spectral-lines == 3.0.1",
|
|
@@ -132,7 +132,7 @@ frozen = [
|
|
|
132
132
|
"httptools == 0.7.1",
|
|
133
133
|
"httpx == 0.28.1",
|
|
134
134
|
"humanize == 4.15.0",
|
|
135
|
-
"idna == 3.
|
|
135
|
+
"idna == 3.13",
|
|
136
136
|
"imageio-ffmpeg == 0.6.0",
|
|
137
137
|
"importlib_metadata == 8.7.1",
|
|
138
138
|
"itsdangerous == 2.2.0",
|
|
@@ -223,7 +223,7 @@ frozen = [
|
|
|
223
223
|
"rich-argparse == 1.7.2",
|
|
224
224
|
"rich-toolkit == 0.19.7",
|
|
225
225
|
"rpds-py == 0.30.0",
|
|
226
|
-
"s3transfer == 0.16.
|
|
226
|
+
"s3transfer == 0.16.1",
|
|
227
227
|
"scipy == 1.17.1",
|
|
228
228
|
"semantic-version == 2.10.0",
|
|
229
229
|
"setproctitle == 1.3.7",
|
|
@@ -245,7 +245,7 @@ frozen = [
|
|
|
245
245
|
"tornado == 6.5.5",
|
|
246
246
|
"tqdm == 4.67.3",
|
|
247
247
|
"traitlets == 5.14.3",
|
|
248
|
-
"typer == 0.24.
|
|
248
|
+
"typer == 0.24.2",
|
|
249
249
|
"typing-inspection == 0.4.2",
|
|
250
250
|
"typing_extensions == 4.15.0",
|
|
251
251
|
"tzdata == 2026.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.8 → dkist_processing_ops-1.10.9}/dkist_processing_ops/workflows/smoke.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|