dkist-processing-test 1.25.6__tar.gz → 1.25.7__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.

Files changed (43) hide show
  1. {dkist_processing_test-1.25.6/dkist_processing_test.egg-info → dkist_processing_test-1.25.7}/PKG-INFO +12 -13
  2. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7/dkist_processing_test.egg-info}/PKG-INFO +12 -13
  3. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test.egg-info/requires.txt +11 -12
  4. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/pyproject.toml +13 -14
  5. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/.gitignore +0 -0
  6. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/.pre-commit-config.yaml +0 -0
  7. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/.snyk +0 -0
  8. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/README.rst +0 -0
  9. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/bitbucket-pipelines.yml +0 -0
  10. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/__init__.py +0 -0
  16. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  17. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/fail.py +0 -0
  18. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/fake_science.py +0 -0
  19. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/high_memory.py +0 -0
  20. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/manual.py +0 -0
  21. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/movie.py +0 -0
  22. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/noop.py +0 -0
  23. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/parse.py +0 -0
  24. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/quality.py +0 -0
  25. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tasks/write_l1.py +0 -0
  26. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tests/__init__.py +0 -0
  27. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tests/conftest.py +0 -0
  28. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tests/parameter_models.py +0 -0
  29. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tests/test_parameters.py +0 -0
  30. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tests/test_tasks.py +0 -0
  31. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/tests/test_workflows.py +0 -0
  32. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/workflows/__init__.py +0 -0
  33. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/workflows/common_tasks.py +0 -0
  34. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/workflows/end_to_end.py +0 -0
  35. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  36. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/workflows/fail.py +0 -0
  37. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/workflows/noop.py +0 -0
  38. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/workflows/resource_queue.py +0 -0
  39. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  40. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  41. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  42. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/dkist_processing_test.egg-info/top_level.txt +0 -0
  43. {dkist_processing_test-1.25.6 → dkist_processing_test-1.25.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.25.6
3
+ Version: 1.25.7
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
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
31
31
  Requires-Dist: dkist-processing-test[quality]; extra == "test"
32
32
  Provides-Extra: inventory
33
33
  Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
34
- Requires-Dist: dkist-inventory==1.7.2; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.8.0; extra == "inventory"
35
35
  Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
- Requires-Dist: dkist-inventory[asdf]==1.7.2; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.8.0; extra == "asdf"
38
38
  Provides-Extra: quality
39
39
  Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
40
  Provides-Extra: frozen
@@ -95,8 +95,8 @@ 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.37.38; extra == "frozen"
99
- Requires-Dist: botocore==1.37.38; extra == "frozen"
98
+ Requires-Dist: boto3==1.38.1; extra == "frozen"
99
+ Requires-Dist: botocore==1.38.1; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
101
  Requires-Dist: celery==5.5.1; extra == "frozen"
102
102
  Requires-Dist: certifi==2025.1.31; extra == "frozen"
@@ -122,7 +122,7 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
122
122
  Requires-Dist: dkist-processing-common==10.7.2; extra == "frozen"
123
123
  Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
125
- Requires-Dist: dkist-processing-test==1.25.6; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.25.7; extra == "frozen"
126
126
  Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
127
127
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
128
128
  Requires-Dist: dkist_fits_specifications==4.13.0; extra == "frozen"
@@ -139,7 +139,6 @@ Requires-Dist: globus-sdk==3.55.0; extra == "frozen"
139
139
  Requires-Dist: google-re2==1.1.20240702; 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: greenlet==3.2.0; extra == "frozen"
143
142
  Requires-Dist: grpcio==1.71.0; extra == "frozen"
144
143
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
144
  Requires-Dist: h11==0.14.0; extra == "frozen"
@@ -154,12 +153,12 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
154
153
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
155
154
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
156
155
  Requires-Dist: jsonschema==4.23.0; extra == "frozen"
157
- Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
156
+ Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
158
157
  Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
159
158
  Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
160
159
  Requires-Dist: kombu==5.5.3; extra == "frozen"
161
160
  Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
162
- Requires-Dist: limits==5.0.0; extra == "frozen"
161
+ Requires-Dist: limits==5.1.0; extra == "frozen"
163
162
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
164
163
  Requires-Dist: llvmlite==0.42.0; extra == "frozen"
165
164
  Requires-Dist: lmfit==1.3.3; extra == "frozen"
@@ -173,7 +172,7 @@ Requires-Dist: matplotlib==3.10.1; extra == "frozen"
173
172
  Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
174
173
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
175
174
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
176
- Requires-Dist: more-itertools==10.6.0; extra == "frozen"
175
+ Requires-Dist: more-itertools==10.7.0; extra == "frozen"
177
176
  Requires-Dist: moviepy==2.1.2; extra == "frozen"
178
177
  Requires-Dist: multidict==6.4.3; extra == "frozen"
179
178
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
@@ -189,7 +188,7 @@ Requires-Dist: opentelemetry-proto==1.32.1; extra == "frozen"
189
188
  Requires-Dist: opentelemetry-sdk==1.32.1; extra == "frozen"
190
189
  Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
191
190
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
192
- Requires-Dist: packaging==24.2; extra == "frozen"
191
+ Requires-Dist: packaging==25.0; extra == "frozen"
193
192
  Requires-Dist: pandas==2.2.3; extra == "frozen"
194
193
  Requires-Dist: parfive==2.1.0; extra == "frozen"
195
194
  Requires-Dist: pathspec==0.12.1; extra == "frozen"
@@ -229,11 +228,11 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
229
228
  Requires-Dist: rich==13.9.4; extra == "frozen"
230
229
  Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
231
230
  Requires-Dist: rpds-py==0.24.0; extra == "frozen"
232
- Requires-Dist: s3transfer==0.11.5; extra == "frozen"
231
+ Requires-Dist: s3transfer==0.12.0; extra == "frozen"
233
232
  Requires-Dist: scipy==1.15.2; extra == "frozen"
234
233
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
235
234
  Requires-Dist: setproctitle==1.3.5; extra == "frozen"
236
- Requires-Dist: setuptools==65.5.0; extra == "frozen"
235
+ Requires-Dist: setuptools==75.6.0; extra == "frozen"
237
236
  Requires-Dist: six==1.17.0; extra == "frozen"
238
237
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
239
238
  Requires-Dist: sqids==0.5.1; extra == "frozen"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.25.6
3
+ Version: 1.25.7
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
@@ -31,10 +31,10 @@ Requires-Dist: dkist-processing-test[asdf]; extra == "test"
31
31
  Requires-Dist: dkist-processing-test[quality]; extra == "test"
32
32
  Provides-Extra: inventory
33
33
  Requires-Dist: dkist-processing-common[inventory]; extra == "inventory"
34
- Requires-Dist: dkist-inventory==1.7.2; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.8.0; extra == "inventory"
35
35
  Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
- Requires-Dist: dkist-inventory[asdf]==1.7.2; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.8.0; extra == "asdf"
38
38
  Provides-Extra: quality
39
39
  Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
40
  Provides-Extra: frozen
@@ -95,8 +95,8 @@ 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.37.38; extra == "frozen"
99
- Requires-Dist: botocore==1.37.38; extra == "frozen"
98
+ Requires-Dist: boto3==1.38.1; extra == "frozen"
99
+ Requires-Dist: botocore==1.38.1; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
101
  Requires-Dist: celery==5.5.1; extra == "frozen"
102
102
  Requires-Dist: certifi==2025.1.31; extra == "frozen"
@@ -122,7 +122,7 @@ Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
122
122
  Requires-Dist: dkist-processing-common==10.7.2; extra == "frozen"
123
123
  Requires-Dist: dkist-processing-core==5.1.0; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
125
- Requires-Dist: dkist-processing-test==1.25.6; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.25.7; extra == "frozen"
126
126
  Requires-Dist: dkist-service-configuration==2.2; extra == "frozen"
127
127
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
128
128
  Requires-Dist: dkist_fits_specifications==4.13.0; extra == "frozen"
@@ -139,7 +139,6 @@ Requires-Dist: globus-sdk==3.55.0; extra == "frozen"
139
139
  Requires-Dist: google-re2==1.1.20240702; 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: greenlet==3.2.0; extra == "frozen"
143
142
  Requires-Dist: grpcio==1.71.0; extra == "frozen"
144
143
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
145
144
  Requires-Dist: h11==0.14.0; extra == "frozen"
@@ -154,12 +153,12 @@ Requires-Dist: inflection==0.5.1; extra == "frozen"
154
153
  Requires-Dist: itsdangerous==2.2.0; extra == "frozen"
155
154
  Requires-Dist: jmespath==1.0.1; extra == "frozen"
156
155
  Requires-Dist: jsonschema==4.23.0; extra == "frozen"
157
- Requires-Dist: jsonschema-specifications==2024.10.1; extra == "frozen"
156
+ Requires-Dist: jsonschema-specifications==2025.4.1; extra == "frozen"
158
157
  Requires-Dist: jupyter_core==5.7.2; extra == "frozen"
159
158
  Requires-Dist: kiwisolver==1.4.8; extra == "frozen"
160
159
  Requires-Dist: kombu==5.5.3; extra == "frozen"
161
160
  Requires-Dist: lazy-object-proxy==1.11.0; extra == "frozen"
162
- Requires-Dist: limits==5.0.0; extra == "frozen"
161
+ Requires-Dist: limits==5.1.0; extra == "frozen"
163
162
  Requires-Dist: linkify-it-py==2.0.3; extra == "frozen"
164
163
  Requires-Dist: llvmlite==0.42.0; extra == "frozen"
165
164
  Requires-Dist: lmfit==1.3.3; extra == "frozen"
@@ -173,7 +172,7 @@ Requires-Dist: matplotlib==3.10.1; extra == "frozen"
173
172
  Requires-Dist: mdit-py-plugins==0.4.2; extra == "frozen"
174
173
  Requires-Dist: mdurl==0.1.2; extra == "frozen"
175
174
  Requires-Dist: methodtools==0.4.7; extra == "frozen"
176
- Requires-Dist: more-itertools==10.6.0; extra == "frozen"
175
+ Requires-Dist: more-itertools==10.7.0; extra == "frozen"
177
176
  Requires-Dist: moviepy==2.1.2; extra == "frozen"
178
177
  Requires-Dist: multidict==6.4.3; extra == "frozen"
179
178
  Requires-Dist: nbformat==5.10.4; extra == "frozen"
@@ -189,7 +188,7 @@ Requires-Dist: opentelemetry-proto==1.32.1; extra == "frozen"
189
188
  Requires-Dist: opentelemetry-sdk==1.32.1; extra == "frozen"
190
189
  Requires-Dist: opentelemetry-semantic-conventions==0.53b1; extra == "frozen"
191
190
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
192
- Requires-Dist: packaging==24.2; extra == "frozen"
191
+ Requires-Dist: packaging==25.0; extra == "frozen"
193
192
  Requires-Dist: pandas==2.2.3; extra == "frozen"
194
193
  Requires-Dist: parfive==2.1.0; extra == "frozen"
195
194
  Requires-Dist: pathspec==0.12.1; extra == "frozen"
@@ -229,11 +228,11 @@ Requires-Dist: rfc3339-validator==0.1.4; extra == "frozen"
229
228
  Requires-Dist: rich==13.9.4; extra == "frozen"
230
229
  Requires-Dist: rich-argparse==1.7.0; extra == "frozen"
231
230
  Requires-Dist: rpds-py==0.24.0; extra == "frozen"
232
- Requires-Dist: s3transfer==0.11.5; extra == "frozen"
231
+ Requires-Dist: s3transfer==0.12.0; extra == "frozen"
233
232
  Requires-Dist: scipy==1.15.2; extra == "frozen"
234
233
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
235
234
  Requires-Dist: setproctitle==1.3.5; extra == "frozen"
236
- Requires-Dist: setuptools==65.5.0; extra == "frozen"
235
+ Requires-Dist: setuptools==75.6.0; extra == "frozen"
237
236
  Requires-Dist: six==1.17.0; extra == "frozen"
238
237
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
239
238
  Requires-Dist: sqids==0.5.1; extra == "frozen"
@@ -9,7 +9,7 @@ dkist-spectral-lines==3.0.0
9
9
 
10
10
  [asdf]
11
11
  dkist-processing-common[asdf]
12
- dkist-inventory[asdf]==1.7.2
12
+ dkist-inventory[asdf]==1.8.0
13
13
 
14
14
  [frozen]
15
15
  ConfigUpdater==3.2
@@ -69,8 +69,8 @@ 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.37.38
73
- botocore==1.37.38
72
+ boto3==1.38.1
73
+ botocore==1.38.1
74
74
  cachelib==0.13.0
75
75
  celery==5.5.1
76
76
  certifi==2025.1.31
@@ -96,7 +96,7 @@ dkist-header-validator==5.2.1
96
96
  dkist-processing-common==10.7.2
97
97
  dkist-processing-core==5.1.0
98
98
  dkist-processing-pac==3.1.1
99
- dkist-processing-test==1.25.6
99
+ dkist-processing-test==1.25.7
100
100
  dkist-service-configuration==2.2
101
101
  dkist-spectral-lines==3.0.0
102
102
  dkist_fits_specifications==4.13.0
@@ -113,7 +113,6 @@ globus-sdk==3.55.0
113
113
  google-re2==1.1.20240702
114
114
  googleapis-common-protos==1.70.0
115
115
  gqlclient==1.2.3
116
- greenlet==3.2.0
117
116
  grpcio==1.71.0
118
117
  gunicorn==23.0.0
119
118
  h11==0.14.0
@@ -128,12 +127,12 @@ inflection==0.5.1
128
127
  itsdangerous==2.2.0
129
128
  jmespath==1.0.1
130
129
  jsonschema==4.23.0
131
- jsonschema-specifications==2024.10.1
130
+ jsonschema-specifications==2025.4.1
132
131
  jupyter_core==5.7.2
133
132
  kiwisolver==1.4.8
134
133
  kombu==5.5.3
135
134
  lazy-object-proxy==1.11.0
136
- limits==5.0.0
135
+ limits==5.1.0
137
136
  linkify-it-py==2.0.3
138
137
  llvmlite==0.42.0
139
138
  lmfit==1.3.3
@@ -147,7 +146,7 @@ matplotlib==3.10.1
147
146
  mdit-py-plugins==0.4.2
148
147
  mdurl==0.1.2
149
148
  methodtools==0.4.7
150
- more-itertools==10.6.0
149
+ more-itertools==10.7.0
151
150
  moviepy==2.1.2
152
151
  multidict==6.4.3
153
152
  nbformat==5.10.4
@@ -163,7 +162,7 @@ opentelemetry-proto==1.32.1
163
162
  opentelemetry-sdk==1.32.1
164
163
  opentelemetry-semantic-conventions==0.53b1
165
164
  ordered-set==4.1.0
166
- packaging==24.2
165
+ packaging==25.0
167
166
  pandas==2.2.3
168
167
  parfive==2.1.0
169
168
  pathspec==0.12.1
@@ -203,11 +202,11 @@ rfc3339-validator==0.1.4
203
202
  rich==13.9.4
204
203
  rich-argparse==1.7.0
205
204
  rpds-py==0.24.0
206
- s3transfer==0.11.5
205
+ s3transfer==0.12.0
207
206
  scipy==1.15.2
208
207
  semantic-version==2.10.0
209
208
  setproctitle==1.3.5
210
- setuptools==65.5.0
209
+ setuptools==75.6.0
211
210
  six==1.17.0
212
211
  sniffio==1.3.1
213
212
  sqids==0.5.1
@@ -239,7 +238,7 @@ zipp==3.21.0
239
238
 
240
239
  [inventory]
241
240
  dkist-processing-common[inventory]
242
- dkist-inventory==1.7.2
241
+ dkist-inventory==1.8.0
243
242
 
244
243
  [quality]
245
244
  dkist-quality==1.2.1
@@ -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.25.6"
13
- date = 2025-04-21T15:53:52.161589
12
+ version = "1.25.7"
13
+ date = 2025-04-24T11:02:02.212350
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
@@ -54,11 +54,11 @@ test = [
54
54
  ]
55
55
  inventory = [
56
56
  "dkist-processing-common[inventory]",
57
- "dkist-inventory==1.7.2",
57
+ "dkist-inventory==1.8.0",
58
58
  ]
59
59
  asdf = [
60
60
  "dkist-processing-common[asdf]",
61
- "dkist-inventory[asdf]==1.7.2",
61
+ "dkist-inventory[asdf]==1.8.0",
62
62
  ]
63
63
  quality = [
64
64
  "dkist-quality == 1.2.1",
@@ -121,8 +121,8 @@ frozen = [
121
121
  "babel == 2.17.0",
122
122
  "billiard == 4.2.1",
123
123
  "blinker == 1.9.0",
124
- "boto3 == 1.37.38",
125
- "botocore == 1.37.38",
124
+ "boto3 == 1.38.1",
125
+ "botocore == 1.38.1",
126
126
  "cachelib == 0.13.0",
127
127
  "celery == 5.5.1",
128
128
  "certifi == 2025.1.31",
@@ -148,7 +148,7 @@ frozen = [
148
148
  "dkist-processing-common == 10.7.2",
149
149
  "dkist-processing-core == 5.1.0",
150
150
  "dkist-processing-pac == 3.1.1",
151
- "dkist-processing-test == 1.25.6",
151
+ "dkist-processing-test == 1.25.7",
152
152
  "dkist-service-configuration == 2.2",
153
153
  "dkist-spectral-lines == 3.0.0",
154
154
  "dkist_fits_specifications == 4.13.0",
@@ -165,7 +165,6 @@ frozen = [
165
165
  "google-re2 == 1.1.20240702",
166
166
  "googleapis-common-protos == 1.70.0",
167
167
  "gqlclient == 1.2.3",
168
- "greenlet == 3.2.0",
169
168
  "grpcio == 1.71.0",
170
169
  "gunicorn == 23.0.0",
171
170
  "h11 == 0.14.0",
@@ -180,12 +179,12 @@ frozen = [
180
179
  "itsdangerous == 2.2.0",
181
180
  "jmespath == 1.0.1",
182
181
  "jsonschema == 4.23.0",
183
- "jsonschema-specifications == 2024.10.1",
182
+ "jsonschema-specifications == 2025.4.1",
184
183
  "jupyter_core == 5.7.2",
185
184
  "kiwisolver == 1.4.8",
186
185
  "kombu == 5.5.3",
187
186
  "lazy-object-proxy == 1.11.0",
188
- "limits == 5.0.0",
187
+ "limits == 5.1.0",
189
188
  "linkify-it-py == 2.0.3",
190
189
  "llvmlite == 0.42.0",
191
190
  "lmfit == 1.3.3",
@@ -199,7 +198,7 @@ frozen = [
199
198
  "mdit-py-plugins == 0.4.2",
200
199
  "mdurl == 0.1.2",
201
200
  "methodtools == 0.4.7",
202
- "more-itertools == 10.6.0",
201
+ "more-itertools == 10.7.0",
203
202
  "moviepy == 2.1.2",
204
203
  "multidict == 6.4.3",
205
204
  "nbformat == 5.10.4",
@@ -215,7 +214,7 @@ frozen = [
215
214
  "opentelemetry-sdk == 1.32.1",
216
215
  "opentelemetry-semantic-conventions == 0.53b1",
217
216
  "ordered-set == 4.1.0",
218
- "packaging == 24.2",
217
+ "packaging == 25.0",
219
218
  "pandas == 2.2.3",
220
219
  "parfive == 2.1.0",
221
220
  "pathspec == 0.12.1",
@@ -255,11 +254,11 @@ frozen = [
255
254
  "rich == 13.9.4",
256
255
  "rich-argparse == 1.7.0",
257
256
  "rpds-py == 0.24.0",
258
- "s3transfer == 0.11.5",
257
+ "s3transfer == 0.12.0",
259
258
  "scipy == 1.15.2",
260
259
  "semantic-version == 2.10.0",
261
260
  "setproctitle == 1.3.5",
262
- "setuptools == 65.5.0",
261
+ "setuptools == 75.6.0",
263
262
  "six == 1.17.0",
264
263
  "sniffio == 1.3.1",
265
264
  "sqids == 0.5.1",