dkist-processing-ops 1.10.1rc2__tar.gz → 1.10.2__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.
Files changed (29) hide show
  1. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/PKG-INFO +12 -12
  2. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/_version.py +3 -3
  3. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops.egg-info/PKG-INFO +12 -12
  4. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops.egg-info/requires.txt +11 -11
  5. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/pyproject.toml +13 -13
  6. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/.gitignore +0 -0
  7. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/.pre-commit-config.yaml +0 -0
  8. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/.snyk +0 -0
  9. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/LICENSE.rst +0 -0
  10. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/MANIFEST.in +0 -0
  11. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/README.rst +0 -0
  12. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/bitbucket-pipelines.yml +0 -0
  13. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/__init__.py +0 -0
  14. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/config.py +0 -0
  15. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/dags/scale.py +0 -0
  16. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/tasks/__init__.py +0 -0
  17. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/tasks/read_memory_leak.py +0 -0
  18. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/tasks/smoke.py +0 -0
  19. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/tasks/wait.py +0 -0
  20. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/tests/__init__.py +0 -0
  21. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/tests/test_workflows.py +0 -0
  22. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/workflows/__init__.py +0 -0
  23. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/workflows/memory_leak.py +0 -0
  24. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops/workflows/smoke.py +0 -0
  25. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops.egg-info/SOURCES.txt +0 -0
  26. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops.egg-info/dependency_links.txt +0 -0
  27. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops.egg-info/not-zip-safe +0 -0
  28. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/dkist_processing_ops.egg-info/top_level.txt +0 -0
  29. {dkist_processing_ops-1.10.1rc2 → dkist_processing_ops-1.10.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-ops
3
- Version: 1.10.1rc2
3
+ Version: 1.10.2
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==13.0.0rc3
14
+ Requires-Dist: dkist-processing-common==13.0.1
15
15
  Requires-Dist: dkist-service-configuration==4.3.0
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest; extra == "test"
@@ -27,7 +27,7 @@ Requires-Dist: PyJWT==2.12.1; extra == "frozen"
27
27
  Requires-Dist: PyYAML==6.0.3; extra == "frozen"
28
28
  Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
29
29
  Requires-Dist: Pygments==2.20.0; extra == "frozen"
30
- Requires-Dist: SQLAlchemy==2.0.48; extra == "frozen"
30
+ Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
31
31
  Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
32
32
  Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
33
33
  Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
@@ -59,19 +59,19 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
59
59
  Requires-Dist: asgiref==3.11.1; extra == "frozen"
60
60
  Requires-Dist: asteval==1.0.8; extra == "frozen"
61
61
  Requires-Dist: astropy==7.2.0; extra == "frozen"
62
- Requires-Dist: astropy-iers-data==0.2026.4.1.15.5.49; extra == "frozen"
62
+ Requires-Dist: astropy-iers-data==0.2026.4.6.0.54.57; extra == "frozen"
63
63
  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.82; extra == "frozen"
68
- Requires-Dist: botocore==1.42.82; extra == "frozen"
67
+ Requires-Dist: boto3==1.42.84; extra == "frozen"
68
+ Requires-Dist: botocore==1.42.84; extra == "frozen"
69
69
  Requires-Dist: cadwyn==5.4.6; extra == "frozen"
70
70
  Requires-Dist: celery==5.6.3; extra == "frozen"
71
71
  Requires-Dist: certifi==2026.2.25; 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.1; extra == "frozen"
74
+ Requires-Dist: click==8.3.2; 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"
@@ -85,13 +85,13 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
85
85
  Requires-Dist: decorator==5.2.1; extra == "frozen"
86
86
  Requires-Dist: dill==0.4.1; extra == "frozen"
87
87
  Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
88
- Requires-Dist: dkist-processing-common==13.0.0rc3; extra == "frozen"
88
+ Requires-Dist: dkist-processing-common==13.0.1; extra == "frozen"
89
89
  Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
90
- Requires-Dist: dkist-processing-ops==1.10.1rc2; extra == "frozen"
90
+ Requires-Dist: dkist-processing-ops==1.10.2; extra == "frozen"
91
91
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
92
92
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
93
93
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
94
- Requires-Dist: dkist_fits_specifications==4.23.0; extra == "frozen"
94
+ Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
95
95
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
96
96
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
97
97
  Requires-Dist: fastapi==0.117.1; extra == "frozen"
@@ -193,7 +193,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
193
193
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
194
194
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
195
195
  Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
196
- Requires-Dist: python-multipart==0.0.22; extra == "frozen"
196
+ Requires-Dist: python-multipart==0.0.24; extra == "frozen"
197
197
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
198
198
  Requires-Dist: pytz==2026.1.post1; extra == "frozen"
199
199
  Requires-Dist: redis==6.4.0; extra == "frozen"
@@ -235,7 +235,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
235
235
  Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
236
236
  Requires-Dist: urllib3==2.6.3; extra == "frozen"
237
237
  Requires-Dist: uuid6==2025.0.1; extra == "frozen"
238
- Requires-Dist: uvicorn==0.42.0; extra == "frozen"
238
+ Requires-Dist: uvicorn==0.44.0; extra == "frozen"
239
239
  Requires-Dist: uvloop==0.22.1; extra == "frozen"
240
240
  Requires-Dist: vine==5.1.0; extra == "frozen"
241
241
  Requires-Dist: voluptuous==0.16.0; extra == "frozen"
@@ -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.1rc2'
22
- __version_tuple__ = version_tuple = (1, 10, 1, 'rc2')
21
+ __version__ = version = '1.10.2'
22
+ __version_tuple__ = version_tuple = (1, 10, 2)
23
23
 
24
- __commit_id__ = commit_id = 'gadec80fb0'
24
+ __commit_id__ = commit_id = 'g7539d2bc0'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-ops
3
- Version: 1.10.1rc2
3
+ Version: 1.10.2
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==13.0.0rc3
14
+ Requires-Dist: dkist-processing-common==13.0.1
15
15
  Requires-Dist: dkist-service-configuration==4.3.0
16
16
  Provides-Extra: test
17
17
  Requires-Dist: pytest; extra == "test"
@@ -27,7 +27,7 @@ Requires-Dist: PyJWT==2.12.1; extra == "frozen"
27
27
  Requires-Dist: PyYAML==6.0.3; extra == "frozen"
28
28
  Requires-Dist: PyYAML-ft==8.0.0; extra == "frozen"
29
29
  Requires-Dist: Pygments==2.20.0; extra == "frozen"
30
- Requires-Dist: SQLAlchemy==2.0.48; extra == "frozen"
30
+ Requires-Dist: SQLAlchemy==2.0.49; extra == "frozen"
31
31
  Requires-Dist: SQLAlchemy-JSONField==1.0.2; extra == "frozen"
32
32
  Requires-Dist: SQLAlchemy-Utils==0.42.1; extra == "frozen"
33
33
  Requires-Dist: a2wsgi==1.10.10; extra == "frozen"
@@ -59,19 +59,19 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
59
59
  Requires-Dist: asgiref==3.11.1; extra == "frozen"
60
60
  Requires-Dist: asteval==1.0.8; extra == "frozen"
61
61
  Requires-Dist: astropy==7.2.0; extra == "frozen"
62
- Requires-Dist: astropy-iers-data==0.2026.4.1.15.5.49; extra == "frozen"
62
+ Requires-Dist: astropy-iers-data==0.2026.4.6.0.54.57; extra == "frozen"
63
63
  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.82; extra == "frozen"
68
- Requires-Dist: botocore==1.42.82; extra == "frozen"
67
+ Requires-Dist: boto3==1.42.84; extra == "frozen"
68
+ Requires-Dist: botocore==1.42.84; extra == "frozen"
69
69
  Requires-Dist: cadwyn==5.4.6; extra == "frozen"
70
70
  Requires-Dist: celery==5.6.3; extra == "frozen"
71
71
  Requires-Dist: certifi==2026.2.25; 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.1; extra == "frozen"
74
+ Requires-Dist: click==8.3.2; 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"
@@ -85,13 +85,13 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
85
85
  Requires-Dist: decorator==5.2.1; extra == "frozen"
86
86
  Requires-Dist: dill==0.4.1; extra == "frozen"
87
87
  Requires-Dist: dkist-header-validator==5.3.0; extra == "frozen"
88
- Requires-Dist: dkist-processing-common==13.0.0rc3; extra == "frozen"
88
+ Requires-Dist: dkist-processing-common==13.0.1; extra == "frozen"
89
89
  Requires-Dist: dkist-processing-core==7.1.0; extra == "frozen"
90
- Requires-Dist: dkist-processing-ops==1.10.1rc2; extra == "frozen"
90
+ Requires-Dist: dkist-processing-ops==1.10.2; extra == "frozen"
91
91
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
92
92
  Requires-Dist: dkist-service-configuration==4.3.0; extra == "frozen"
93
93
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
94
- Requires-Dist: dkist_fits_specifications==4.23.0; extra == "frozen"
94
+ Requires-Dist: dkist_fits_specifications==4.24.0; extra == "frozen"
95
95
  Requires-Dist: dnspython==2.8.0; extra == "frozen"
96
96
  Requires-Dist: email-validator==2.3.0; extra == "frozen"
97
97
  Requires-Dist: fastapi==0.117.1; extra == "frozen"
@@ -193,7 +193,7 @@ Requires-Dist: pyparsing==3.3.2; extra == "frozen"
193
193
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
194
194
  Requires-Dist: python-dateutil==2.9.0.post0; extra == "frozen"
195
195
  Requires-Dist: python-dotenv==1.2.2; extra == "frozen"
196
- Requires-Dist: python-multipart==0.0.22; extra == "frozen"
196
+ Requires-Dist: python-multipart==0.0.24; extra == "frozen"
197
197
  Requires-Dist: python-slugify==8.0.4; extra == "frozen"
198
198
  Requires-Dist: pytz==2026.1.post1; extra == "frozen"
199
199
  Requires-Dist: redis==6.4.0; extra == "frozen"
@@ -235,7 +235,7 @@ Requires-Dist: uncertainties==3.2.3; extra == "frozen"
235
235
  Requires-Dist: universal_pathlib==0.2.6; extra == "frozen"
236
236
  Requires-Dist: urllib3==2.6.3; extra == "frozen"
237
237
  Requires-Dist: uuid6==2025.0.1; extra == "frozen"
238
- Requires-Dist: uvicorn==0.42.0; extra == "frozen"
238
+ Requires-Dist: uvicorn==0.44.0; extra == "frozen"
239
239
  Requires-Dist: uvloop==0.22.1; extra == "frozen"
240
240
  Requires-Dist: vine==5.1.0; extra == "frozen"
241
241
  Requires-Dist: voluptuous==0.16.0; extra == "frozen"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==13.0.0rc3
1
+ dkist-processing-common==13.0.1
2
2
  dkist-service-configuration==4.3.0
3
3
 
4
4
  [frozen]
@@ -11,7 +11,7 @@ PyJWT==2.12.1
11
11
  PyYAML==6.0.3
12
12
  PyYAML-ft==8.0.0
13
13
  Pygments==2.20.0
14
- SQLAlchemy==2.0.48
14
+ SQLAlchemy==2.0.49
15
15
  SQLAlchemy-JSONField==1.0.2
16
16
  SQLAlchemy-Utils==0.42.1
17
17
  a2wsgi==1.10.10
@@ -43,19 +43,19 @@ asdf_transform_schemas==0.6.0
43
43
  asgiref==3.11.1
44
44
  asteval==1.0.8
45
45
  astropy==7.2.0
46
- astropy-iers-data==0.2026.4.1.15.5.49
46
+ astropy-iers-data==0.2026.4.6.0.54.57
47
47
  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.82
52
- botocore==1.42.82
51
+ boto3==1.42.84
52
+ botocore==1.42.84
53
53
  cadwyn==5.4.6
54
54
  celery==5.6.3
55
55
  certifi==2026.2.25
56
56
  cffi==2.0.0
57
57
  charset-normalizer==3.4.7
58
- click==8.3.1
58
+ click==8.3.2
59
59
  click-didyoumean==0.3.1
60
60
  click-plugins==1.1.1.2
61
61
  click-repl==0.3.0
@@ -69,13 +69,13 @@ dacite==1.9.2
69
69
  decorator==5.2.1
70
70
  dill==0.4.1
71
71
  dkist-header-validator==5.3.0
72
- dkist-processing-common==13.0.0rc3
72
+ dkist-processing-common==13.0.1
73
73
  dkist-processing-core==7.1.0
74
- dkist-processing-ops==1.10.1rc2
74
+ dkist-processing-ops==1.10.2
75
75
  dkist-processing-pac==3.1.1
76
76
  dkist-service-configuration==4.3.0
77
77
  dkist-spectral-lines==3.0.0
78
- dkist_fits_specifications==4.23.0
78
+ dkist_fits_specifications==4.24.0
79
79
  dnspython==2.8.0
80
80
  email-validator==2.3.0
81
81
  fastapi==0.117.1
@@ -177,7 +177,7 @@ pyparsing==3.3.2
177
177
  python-daemon==3.1.2
178
178
  python-dateutil==2.9.0.post0
179
179
  python-dotenv==1.2.2
180
- python-multipart==0.0.22
180
+ python-multipart==0.0.24
181
181
  python-slugify==8.0.4
182
182
  pytz==2026.1.post1
183
183
  redis==6.4.0
@@ -219,7 +219,7 @@ uncertainties==3.2.3
219
219
  universal_pathlib==0.2.6
220
220
  urllib3==2.6.3
221
221
  uuid6==2025.0.1
222
- uvicorn==0.42.0
222
+ uvicorn==0.44.0
223
223
  uvloop==0.22.1
224
224
  vine==5.1.0
225
225
  voluptuous==0.16.0
@@ -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.1rc2"
10
- date = 2026-04-03T10:36:38.259294
9
+ version = "1.10.2"
10
+ date = 2026-04-07T11:22:57.210413
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==13.0.0rc3",
28
+ "dkist-processing-common==13.0.1",
29
29
  "dkist-service-configuration==4.3.0",
30
30
  ]
31
31
  dynamic = ["version"]
@@ -48,7 +48,7 @@ frozen = [
48
48
  "PyYAML == 6.0.3",
49
49
  "PyYAML-ft == 8.0.0",
50
50
  "Pygments == 2.20.0",
51
- "SQLAlchemy == 2.0.48",
51
+ "SQLAlchemy == 2.0.49",
52
52
  "SQLAlchemy-JSONField == 1.0.2",
53
53
  "SQLAlchemy-Utils == 0.42.1",
54
54
  "a2wsgi == 1.10.10",
@@ -80,19 +80,19 @@ frozen = [
80
80
  "asgiref == 3.11.1",
81
81
  "asteval == 1.0.8",
82
82
  "astropy == 7.2.0",
83
- "astropy-iers-data == 0.2026.4.1.15.5.49",
83
+ "astropy-iers-data == 0.2026.4.6.0.54.57",
84
84
  "asyncpg == 0.31.0",
85
85
  "attrs == 26.1.0",
86
86
  "babel == 2.18.0",
87
87
  "billiard == 4.2.4",
88
- "boto3 == 1.42.82",
89
- "botocore == 1.42.82",
88
+ "boto3 == 1.42.84",
89
+ "botocore == 1.42.84",
90
90
  "cadwyn == 5.4.6",
91
91
  "celery == 5.6.3",
92
92
  "certifi == 2026.2.25",
93
93
  "cffi == 2.0.0",
94
94
  "charset-normalizer == 3.4.7",
95
- "click == 8.3.1",
95
+ "click == 8.3.2",
96
96
  "click-didyoumean == 0.3.1",
97
97
  "click-plugins == 1.1.1.2",
98
98
  "click-repl == 0.3.0",
@@ -106,13 +106,13 @@ frozen = [
106
106
  "decorator == 5.2.1",
107
107
  "dill == 0.4.1",
108
108
  "dkist-header-validator == 5.3.0",
109
- "dkist-processing-common == 13.0.0rc3",
109
+ "dkist-processing-common == 13.0.1",
110
110
  "dkist-processing-core == 7.1.0",
111
- "dkist-processing-ops == 1.10.1rc2",
111
+ "dkist-processing-ops == 1.10.2",
112
112
  "dkist-processing-pac == 3.1.1",
113
113
  "dkist-service-configuration == 4.3.0",
114
114
  "dkist-spectral-lines == 3.0.0",
115
- "dkist_fits_specifications == 4.23.0",
115
+ "dkist_fits_specifications == 4.24.0",
116
116
  "dnspython == 2.8.0",
117
117
  "email-validator == 2.3.0",
118
118
  "fastapi == 0.117.1",
@@ -214,7 +214,7 @@ frozen = [
214
214
  "python-daemon == 3.1.2",
215
215
  "python-dateutil == 2.9.0.post0",
216
216
  "python-dotenv == 1.2.2",
217
- "python-multipart == 0.0.22",
217
+ "python-multipart == 0.0.24",
218
218
  "python-slugify == 8.0.4",
219
219
  "pytz == 2026.1.post1",
220
220
  "redis == 6.4.0",
@@ -256,7 +256,7 @@ frozen = [
256
256
  "universal_pathlib == 0.2.6",
257
257
  "urllib3 == 2.6.3",
258
258
  "uuid6 == 2025.0.1",
259
- "uvicorn == 0.42.0",
259
+ "uvicorn == 0.44.0",
260
260
  "uvloop == 0.22.1",
261
261
  "vine == 5.1.0",
262
262
  "voluptuous == 0.16.0",