dkist-processing-ops 1.10.14__tar.gz → 1.10.15__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.15/.snyk +2 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/PKG-INFO +8 -9
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/_version.py +3 -3
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops.egg-info/PKG-INFO +8 -9
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops.egg-info/requires.txt +7 -8
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/pyproject.toml +9 -10
- dkist_processing_ops-1.10.14/.snyk +0 -7
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/.gitignore +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/.pre-commit-config.yaml +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/LICENSE.rst +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/MANIFEST.in +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/README.rst +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/bitbucket-pipelines.yml +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/__init__.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/config.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/dags/scale.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/tasks/__init__.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/tasks/smoke.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/tasks/wait.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/tests/__init__.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/tests/test_workflows.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/workflows/__init__.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/workflows/memory_leak.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/workflows/smoke.py +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops.egg-info/top_level.txt +0 -0
- {dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/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.15
|
|
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
|
|
@@ -51,7 +51,6 @@ Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
54
|
-
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
55
54
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
55
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
57
56
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -71,8 +70,8 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
71
70
|
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
72
71
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
73
72
|
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
74
|
-
Requires-Dist: boto3==1.43.
|
|
75
|
-
Requires-Dist: botocore==1.43.
|
|
73
|
+
Requires-Dist: boto3==1.43.6; extra == "frozen"
|
|
74
|
+
Requires-Dist: botocore==1.43.6; extra == "frozen"
|
|
76
75
|
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
77
76
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
78
77
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -93,10 +92,10 @@ Requires-Dist: debugpy==1.8.20; extra == "frozen"
|
|
|
93
92
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
94
93
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
95
94
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
96
|
-
Requires-Dist: dkist-header-validator==5.
|
|
95
|
+
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
97
96
|
Requires-Dist: dkist-processing-common==14.1.0; extra == "frozen"
|
|
98
97
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
98
|
+
Requires-Dist: dkist-processing-ops==1.10.15; extra == "frozen"
|
|
100
99
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
101
100
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
102
101
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -113,7 +112,7 @@ Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
|
113
112
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
114
113
|
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
115
114
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
115
|
+
Requires-Dist: googleapis-common-protos==1.75.0; extra == "frozen"
|
|
117
116
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
118
117
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
119
118
|
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
@@ -155,7 +154,7 @@ Requires-Dist: linkify-it-py==2.1.0; extra == "frozen"
|
|
|
155
154
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
156
155
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
157
156
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
158
|
-
Requires-Dist: markdown-it-py==4.
|
|
157
|
+
Requires-Dist: markdown-it-py==4.2.0; extra == "frozen"
|
|
159
158
|
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
160
159
|
Requires-Dist: matplotlib-inline==0.2.1; extra == "frozen"
|
|
161
160
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
@@ -285,7 +284,7 @@ Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
|
285
284
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
286
285
|
Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
287
286
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
288
|
-
Requires-Dist: urllib3==2.
|
|
287
|
+
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
289
288
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
290
289
|
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
291
290
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
{dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/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.15'
|
|
22
|
+
__version_tuple__ = version_tuple = (1, 10, 15)
|
|
23
23
|
|
|
24
|
-
__commit_id__ = commit_id = '
|
|
24
|
+
__commit_id__ = commit_id = 'ga98bba1e2'
|
{dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/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.15
|
|
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
|
|
@@ -51,7 +51,6 @@ Requires-Dist: apache-airflow-providers-postgres==6.6.3; extra == "frozen"
|
|
|
51
51
|
Requires-Dist: apache-airflow-providers-smtp==3.0.0; extra == "frozen"
|
|
52
52
|
Requires-Dist: apache-airflow-providers-standard==1.12.3; extra == "frozen"
|
|
53
53
|
Requires-Dist: apache-airflow-task-sdk==1.2.1; extra == "frozen"
|
|
54
|
-
Requires-Dist: appnope==0.1.4; extra == "frozen"
|
|
55
54
|
Requires-Dist: argcomplete==3.6.3; extra == "frozen"
|
|
56
55
|
Requires-Dist: argon2-cffi==25.1.0; extra == "frozen"
|
|
57
56
|
Requires-Dist: argon2-cffi-bindings==25.1.0; extra == "frozen"
|
|
@@ -71,8 +70,8 @@ Requires-Dist: babel==2.18.0; extra == "frozen"
|
|
|
71
70
|
Requires-Dist: beautifulsoup4==4.14.3; extra == "frozen"
|
|
72
71
|
Requires-Dist: billiard==4.2.4; extra == "frozen"
|
|
73
72
|
Requires-Dist: bleach==6.3.0; extra == "frozen"
|
|
74
|
-
Requires-Dist: boto3==1.43.
|
|
75
|
-
Requires-Dist: botocore==1.43.
|
|
73
|
+
Requires-Dist: boto3==1.43.6; extra == "frozen"
|
|
74
|
+
Requires-Dist: botocore==1.43.6; extra == "frozen"
|
|
76
75
|
Requires-Dist: cadwyn==6.2.2; extra == "frozen"
|
|
77
76
|
Requires-Dist: celery==5.6.3; extra == "frozen"
|
|
78
77
|
Requires-Dist: certifi==2026.4.22; extra == "frozen"
|
|
@@ -93,10 +92,10 @@ Requires-Dist: debugpy==1.8.20; extra == "frozen"
|
|
|
93
92
|
Requires-Dist: decorator==5.2.1; extra == "frozen"
|
|
94
93
|
Requires-Dist: defusedxml==0.7.1; extra == "frozen"
|
|
95
94
|
Requires-Dist: dill==0.4.1; extra == "frozen"
|
|
96
|
-
Requires-Dist: dkist-header-validator==5.
|
|
95
|
+
Requires-Dist: dkist-header-validator==5.4.0; extra == "frozen"
|
|
97
96
|
Requires-Dist: dkist-processing-common==14.1.0; extra == "frozen"
|
|
98
97
|
Requires-Dist: dkist-processing-core==7.3.0; extra == "frozen"
|
|
99
|
-
Requires-Dist: dkist-processing-ops==1.10.
|
|
98
|
+
Requires-Dist: dkist-processing-ops==1.10.15; extra == "frozen"
|
|
100
99
|
Requires-Dist: dkist-processing-pac==3.1.2; extra == "frozen"
|
|
101
100
|
Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
|
|
102
101
|
Requires-Dist: dkist-spectral-lines==3.0.1; extra == "frozen"
|
|
@@ -113,7 +112,7 @@ Requires-Dist: fqdn==1.5.1; extra == "frozen"
|
|
|
113
112
|
Requires-Dist: frozenlist==1.8.0; extra == "frozen"
|
|
114
113
|
Requires-Dist: fsspec==2026.4.0; extra == "frozen"
|
|
115
114
|
Requires-Dist: globus-sdk==4.5.0; extra == "frozen"
|
|
116
|
-
Requires-Dist: googleapis-common-protos==1.
|
|
115
|
+
Requires-Dist: googleapis-common-protos==1.75.0; extra == "frozen"
|
|
117
116
|
Requires-Dist: gqlclient==2.0.0; extra == "frozen"
|
|
118
117
|
Requires-Dist: greenback==1.3.0; extra == "frozen"
|
|
119
118
|
Requires-Dist: greenlet==3.5.0; extra == "frozen"
|
|
@@ -155,7 +154,7 @@ Requires-Dist: linkify-it-py==2.1.0; extra == "frozen"
|
|
|
155
154
|
Requires-Dist: lmfit==1.3.4; extra == "frozen"
|
|
156
155
|
Requires-Dist: lockfile==0.12.2; extra == "frozen"
|
|
157
156
|
Requires-Dist: loguru==0.7.3; extra == "frozen"
|
|
158
|
-
Requires-Dist: markdown-it-py==4.
|
|
157
|
+
Requires-Dist: markdown-it-py==4.2.0; extra == "frozen"
|
|
159
158
|
Requires-Dist: matplotlib==3.10.9; extra == "frozen"
|
|
160
159
|
Requires-Dist: matplotlib-inline==0.2.1; extra == "frozen"
|
|
161
160
|
Requires-Dist: mdurl==0.1.2; extra == "frozen"
|
|
@@ -285,7 +284,7 @@ Requires-Dist: uc-micro-py==2.0.0; extra == "frozen"
|
|
|
285
284
|
Requires-Dist: uncertainties==3.2.3; extra == "frozen"
|
|
286
285
|
Requires-Dist: universal_pathlib==0.3.10; extra == "frozen"
|
|
287
286
|
Requires-Dist: uri-template==1.3.0; extra == "frozen"
|
|
288
|
-
Requires-Dist: urllib3==2.
|
|
287
|
+
Requires-Dist: urllib3==2.7.0; extra == "frozen"
|
|
289
288
|
Requires-Dist: uuid6==2025.0.1; extra == "frozen"
|
|
290
289
|
Requires-Dist: uvicorn==0.46.0; extra == "frozen"
|
|
291
290
|
Requires-Dist: uvloop==0.22.1; extra == "frozen"
|
|
@@ -35,7 +35,6 @@ apache-airflow-providers-postgres==6.6.3
|
|
|
35
35
|
apache-airflow-providers-smtp==3.0.0
|
|
36
36
|
apache-airflow-providers-standard==1.12.3
|
|
37
37
|
apache-airflow-task-sdk==1.2.1
|
|
38
|
-
appnope==0.1.4
|
|
39
38
|
argcomplete==3.6.3
|
|
40
39
|
argon2-cffi==25.1.0
|
|
41
40
|
argon2-cffi-bindings==25.1.0
|
|
@@ -55,8 +54,8 @@ babel==2.18.0
|
|
|
55
54
|
beautifulsoup4==4.14.3
|
|
56
55
|
billiard==4.2.4
|
|
57
56
|
bleach==6.3.0
|
|
58
|
-
boto3==1.43.
|
|
59
|
-
botocore==1.43.
|
|
57
|
+
boto3==1.43.6
|
|
58
|
+
botocore==1.43.6
|
|
60
59
|
cadwyn==6.2.2
|
|
61
60
|
celery==5.6.3
|
|
62
61
|
certifi==2026.4.22
|
|
@@ -77,10 +76,10 @@ debugpy==1.8.20
|
|
|
77
76
|
decorator==5.2.1
|
|
78
77
|
defusedxml==0.7.1
|
|
79
78
|
dill==0.4.1
|
|
80
|
-
dkist-header-validator==5.
|
|
79
|
+
dkist-header-validator==5.4.0
|
|
81
80
|
dkist-processing-common==14.1.0
|
|
82
81
|
dkist-processing-core==7.3.0
|
|
83
|
-
dkist-processing-ops==1.10.
|
|
82
|
+
dkist-processing-ops==1.10.15
|
|
84
83
|
dkist-processing-pac==3.1.2
|
|
85
84
|
dkist-service-configuration==4.3.0
|
|
86
85
|
dkist-spectral-lines==3.0.1
|
|
@@ -97,7 +96,7 @@ fqdn==1.5.1
|
|
|
97
96
|
frozenlist==1.8.0
|
|
98
97
|
fsspec==2026.4.0
|
|
99
98
|
globus-sdk==4.5.0
|
|
100
|
-
googleapis-common-protos==1.
|
|
99
|
+
googleapis-common-protos==1.75.0
|
|
101
100
|
gqlclient==2.0.0
|
|
102
101
|
greenback==1.3.0
|
|
103
102
|
greenlet==3.5.0
|
|
@@ -139,7 +138,7 @@ linkify-it-py==2.1.0
|
|
|
139
138
|
lmfit==1.3.4
|
|
140
139
|
lockfile==0.12.2
|
|
141
140
|
loguru==0.7.3
|
|
142
|
-
markdown-it-py==4.
|
|
141
|
+
markdown-it-py==4.2.0
|
|
143
142
|
matplotlib==3.10.9
|
|
144
143
|
matplotlib-inline==0.2.1
|
|
145
144
|
mdurl==0.1.2
|
|
@@ -269,7 +268,7 @@ uc-micro-py==2.0.0
|
|
|
269
268
|
uncertainties==3.2.3
|
|
270
269
|
universal_pathlib==0.3.10
|
|
271
270
|
uri-template==1.3.0
|
|
272
|
-
urllib3==2.
|
|
271
|
+
urllib3==2.7.0
|
|
273
272
|
uuid6==2025.0.1
|
|
274
273
|
uvicorn==0.46.0
|
|
275
274
|
uvloop==0.22.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-05-
|
|
9
|
+
version = "1.10.15"
|
|
10
|
+
date = 2026-05-07T15:21:50.684573
|
|
11
11
|
|
|
12
12
|
[project]
|
|
13
13
|
name = "dkist-processing-ops"
|
|
@@ -72,7 +72,6 @@ frozen = [
|
|
|
72
72
|
"apache-airflow-providers-smtp == 3.0.0",
|
|
73
73
|
"apache-airflow-providers-standard == 1.12.3",
|
|
74
74
|
"apache-airflow-task-sdk == 1.2.1",
|
|
75
|
-
"appnope == 0.1.4",
|
|
76
75
|
"argcomplete == 3.6.3",
|
|
77
76
|
"argon2-cffi == 25.1.0",
|
|
78
77
|
"argon2-cffi-bindings == 25.1.0",
|
|
@@ -92,8 +91,8 @@ frozen = [
|
|
|
92
91
|
"beautifulsoup4 == 4.14.3",
|
|
93
92
|
"billiard == 4.2.4",
|
|
94
93
|
"bleach == 6.3.0",
|
|
95
|
-
"boto3 == 1.43.
|
|
96
|
-
"botocore == 1.43.
|
|
94
|
+
"boto3 == 1.43.6",
|
|
95
|
+
"botocore == 1.43.6",
|
|
97
96
|
"cadwyn == 6.2.2",
|
|
98
97
|
"celery == 5.6.3",
|
|
99
98
|
"certifi == 2026.4.22",
|
|
@@ -114,10 +113,10 @@ frozen = [
|
|
|
114
113
|
"decorator == 5.2.1",
|
|
115
114
|
"defusedxml == 0.7.1",
|
|
116
115
|
"dill == 0.4.1",
|
|
117
|
-
"dkist-header-validator == 5.
|
|
116
|
+
"dkist-header-validator == 5.4.0",
|
|
118
117
|
"dkist-processing-common == 14.1.0",
|
|
119
118
|
"dkist-processing-core == 7.3.0",
|
|
120
|
-
"dkist-processing-ops == 1.10.
|
|
119
|
+
"dkist-processing-ops == 1.10.15",
|
|
121
120
|
"dkist-processing-pac == 3.1.2",
|
|
122
121
|
"dkist-service-configuration == 4.3.0",
|
|
123
122
|
"dkist-spectral-lines == 3.0.1",
|
|
@@ -134,7 +133,7 @@ frozen = [
|
|
|
134
133
|
"frozenlist == 1.8.0",
|
|
135
134
|
"fsspec == 2026.4.0",
|
|
136
135
|
"globus-sdk == 4.5.0",
|
|
137
|
-
"googleapis-common-protos == 1.
|
|
136
|
+
"googleapis-common-protos == 1.75.0",
|
|
138
137
|
"gqlclient == 2.0.0",
|
|
139
138
|
"greenback == 1.3.0",
|
|
140
139
|
"greenlet == 3.5.0",
|
|
@@ -176,7 +175,7 @@ frozen = [
|
|
|
176
175
|
"lmfit == 1.3.4",
|
|
177
176
|
"lockfile == 0.12.2",
|
|
178
177
|
"loguru == 0.7.3",
|
|
179
|
-
"markdown-it-py == 4.
|
|
178
|
+
"markdown-it-py == 4.2.0",
|
|
180
179
|
"matplotlib == 3.10.9",
|
|
181
180
|
"matplotlib-inline == 0.2.1",
|
|
182
181
|
"mdurl == 0.1.2",
|
|
@@ -306,7 +305,7 @@ frozen = [
|
|
|
306
305
|
"uncertainties == 3.2.3",
|
|
307
306
|
"universal_pathlib == 0.3.10",
|
|
308
307
|
"uri-template == 1.3.0",
|
|
309
|
-
"urllib3 == 2.
|
|
308
|
+
"urllib3 == 2.7.0",
|
|
310
309
|
"uuid6 == 2025.0.1",
|
|
311
310
|
"uvicorn == 0.46.0",
|
|
312
311
|
"uvloop == 0.22.1",
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities
|
|
2
|
-
# https://docs.snyk.io/manage-risk/policies/the-.snyk-file#syntax-of-the-.snyk-file
|
|
3
|
-
version: v1.25.0
|
|
4
|
-
ignore:
|
|
5
|
-
SNYK-PYTHON-APACHEAIRFLOWCORE-15674486:
|
|
6
|
-
- '*':
|
|
7
|
-
reason: "Temporarily ignoring Airflow 3.1.7 vulnerability until upgrade is feasible"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/__init__.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/config.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/dags/scale.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/tasks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/tasks/smoke.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/tasks/wait.py
RENAMED
|
File without changes
|
{dkist_processing_ops-1.10.14 → dkist_processing_ops-1.10.15}/dkist_processing_ops/tests/__init__.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
|