dkist-processing-test 1.25.7__tar.gz → 1.25.8rc1__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.7/dkist_processing_test.egg-info → dkist_processing_test-1.25.8rc1}/PKG-INFO +18 -18
  2. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1/dkist_processing_test.egg-info}/PKG-INFO +18 -18
  3. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test.egg-info/requires.txt +17 -17
  4. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/pyproject.toml +19 -19
  5. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/.gitignore +0 -0
  6. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/.pre-commit-config.yaml +0 -0
  7. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/.snyk +0 -0
  8. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/README.rst +0 -0
  9. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/bitbucket-pipelines.yml +0 -0
  10. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/__init__.py +0 -0
  16. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  17. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/fail.py +0 -0
  18. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/fake_science.py +0 -0
  19. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/high_memory.py +0 -0
  20. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/manual.py +0 -0
  21. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/movie.py +0 -0
  22. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/noop.py +0 -0
  23. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/parse.py +0 -0
  24. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/quality.py +0 -0
  25. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tasks/write_l1.py +0 -0
  26. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tests/__init__.py +0 -0
  27. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tests/conftest.py +0 -0
  28. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tests/parameter_models.py +0 -0
  29. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tests/test_parameters.py +0 -0
  30. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tests/test_tasks.py +0 -0
  31. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/tests/test_workflows.py +0 -0
  32. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/workflows/__init__.py +0 -0
  33. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/workflows/common_tasks.py +0 -0
  34. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/workflows/end_to_end.py +0 -0
  35. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  36. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/workflows/fail.py +0 -0
  37. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/workflows/noop.py +0 -0
  38. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/workflows/resource_queue.py +0 -0
  39. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  40. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  41. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  42. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/dkist_processing_test.egg-info/top_level.txt +0 -0
  43. {dkist_processing_test-1.25.7 → dkist_processing_test-1.25.8rc1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.25.7
3
+ Version: 1.25.8rc1
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.8.0; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.8.1rc1; extra == "inventory"
35
35
  Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
- Requires-Dist: dkist-inventory[asdf]==1.8.0; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.8.1rc1; extra == "asdf"
38
38
  Provides-Extra: quality
39
39
  Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
40
  Provides-Extra: frozen
@@ -71,7 +71,7 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
71
71
  Requires-Dist: anyio==4.9.0; extra == "frozen"
72
72
  Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
73
73
  Requires-Dist: apache-airflow-providers-celery==3.10.6; extra == "frozen"
74
- Requires-Dist: apache-airflow-providers-common-compat==1.6.0; extra == "frozen"
74
+ Requires-Dist: apache-airflow-providers-common-compat==1.6.1; extra == "frozen"
75
75
  Requires-Dist: apache-airflow-providers-common-io==1.5.4; extra == "frozen"
76
76
  Requires-Dist: apache-airflow-providers-common-sql==1.26.0; extra == "frozen"
77
77
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
@@ -89,17 +89,17 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
89
89
  Requires-Dist: asgiref==3.8.1; extra == "frozen"
90
90
  Requires-Dist: asteval==1.0.6; extra == "frozen"
91
91
  Requires-Dist: astropy==6.1.5; extra == "frozen"
92
- Requires-Dist: astropy-iers-data==0.2025.4.21.0.37.6; extra == "frozen"
92
+ Requires-Dist: astropy-iers-data==0.2025.4.28.0.37.27; extra == "frozen"
93
93
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
94
94
  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.38.1; extra == "frozen"
99
- Requires-Dist: botocore==1.38.1; extra == "frozen"
98
+ Requires-Dist: boto3==1.38.5; extra == "frozen"
99
+ Requires-Dist: botocore==1.38.5; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
- Requires-Dist: celery==5.5.1; extra == "frozen"
102
- Requires-Dist: certifi==2025.1.31; extra == "frozen"
101
+ Requires-Dist: celery==5.5.2; extra == "frozen"
102
+ Requires-Dist: certifi==2025.4.26; extra == "frozen"
103
103
  Requires-Dist: cffi==1.17.1; extra == "frozen"
104
104
  Requires-Dist: charset-normalizer==3.4.1; extra == "frozen"
105
105
  Requires-Dist: click==8.1.8; 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.7; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.25.8rc1; 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"
@@ -141,10 +141,10 @@ Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
141
141
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
142
142
  Requires-Dist: grpcio==1.71.0; extra == "frozen"
143
143
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
144
- Requires-Dist: h11==0.14.0; extra == "frozen"
145
- Requires-Dist: httpcore==1.0.8; extra == "frozen"
144
+ Requires-Dist: h11==0.16.0; extra == "frozen"
145
+ Requires-Dist: httpcore==1.0.9; extra == "frozen"
146
146
  Requires-Dist: httpx==0.28.1; extra == "frozen"
147
- Requires-Dist: humanize==4.12.2; extra == "frozen"
147
+ Requires-Dist: humanize==4.12.3; extra == "frozen"
148
148
  Requires-Dist: idna==3.10; extra == "frozen"
149
149
  Requires-Dist: imageio==2.37.0; extra == "frozen"
150
150
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
@@ -195,7 +195,7 @@ Requires-Dist: pathspec==0.12.1; extra == "frozen"
195
195
  Requires-Dist: pendulum==3.1.0; extra == "frozen"
196
196
  Requires-Dist: pika==1.3.2; extra == "frozen"
197
197
  Requires-Dist: pillow==10.4.0; extra == "frozen"
198
- Requires-Dist: pip==25.0.1; extra == "frozen"
198
+ Requires-Dist: pip==25.1; extra == "frozen"
199
199
  Requires-Dist: platformdirs==4.3.7; extra == "frozen"
200
200
  Requires-Dist: pluggy==1.5.0; extra == "frozen"
201
201
  Requires-Dist: prison==0.2.1; extra == "frozen"
@@ -208,9 +208,9 @@ Requires-Dist: psutil==7.0.0; extra == "frozen"
208
208
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
209
209
  Requires-Dist: py==1.11.0; extra == "frozen"
210
210
  Requires-Dist: pycparser==2.22; extra == "frozen"
211
- Requires-Dist: pydantic==2.11.3; extra == "frozen"
211
+ Requires-Dist: pydantic==2.11.4; extra == "frozen"
212
212
  Requires-Dist: pydantic-settings==2.9.1; extra == "frozen"
213
- Requires-Dist: pydantic_core==2.33.1; extra == "frozen"
213
+ Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
214
214
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
215
215
  Requires-Dist: pyparsing==3.2.3; extra == "frozen"
216
216
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
@@ -231,7 +231,7 @@ Requires-Dist: rpds-py==0.24.0; extra == "frozen"
231
231
  Requires-Dist: s3transfer==0.12.0; extra == "frozen"
232
232
  Requires-Dist: scipy==1.15.2; extra == "frozen"
233
233
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
234
- Requires-Dist: setproctitle==1.3.5; extra == "frozen"
234
+ Requires-Dist: setproctitle==1.3.6; extra == "frozen"
235
235
  Requires-Dist: setuptools==75.6.0; extra == "frozen"
236
236
  Requires-Dist: six==1.17.0; extra == "frozen"
237
237
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
@@ -241,7 +241,7 @@ Requires-Dist: sunpy==6.1.1; extra == "frozen"
241
241
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
242
242
  Requires-Dist: talus==1.1.0; extra == "frozen"
243
243
  Requires-Dist: tenacity==9.1.2; extra == "frozen"
244
- Requires-Dist: termcolor==3.0.1; extra == "frozen"
244
+ Requires-Dist: termcolor==3.1.0; extra == "frozen"
245
245
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
246
246
  Requires-Dist: tornado==6.4.2; extra == "frozen"
247
247
  Requires-Dist: tqdm==4.67.1; extra == "frozen"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.25.7
3
+ Version: 1.25.8rc1
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.8.0; extra == "inventory"
34
+ Requires-Dist: dkist-inventory==1.8.1rc1; extra == "inventory"
35
35
  Provides-Extra: asdf
36
36
  Requires-Dist: dkist-processing-common[asdf]; extra == "asdf"
37
- Requires-Dist: dkist-inventory[asdf]==1.8.0; extra == "asdf"
37
+ Requires-Dist: dkist-inventory[asdf]==1.8.1rc1; extra == "asdf"
38
38
  Provides-Extra: quality
39
39
  Requires-Dist: dkist-quality==1.2.1; extra == "quality"
40
40
  Provides-Extra: frozen
@@ -71,7 +71,7 @@ Requires-Dist: annotated-types==0.7.0; extra == "frozen"
71
71
  Requires-Dist: anyio==4.9.0; extra == "frozen"
72
72
  Requires-Dist: apache-airflow==2.10.5; extra == "frozen"
73
73
  Requires-Dist: apache-airflow-providers-celery==3.10.6; extra == "frozen"
74
- Requires-Dist: apache-airflow-providers-common-compat==1.6.0; extra == "frozen"
74
+ Requires-Dist: apache-airflow-providers-common-compat==1.6.1; extra == "frozen"
75
75
  Requires-Dist: apache-airflow-providers-common-io==1.5.4; extra == "frozen"
76
76
  Requires-Dist: apache-airflow-providers-common-sql==1.26.0; extra == "frozen"
77
77
  Requires-Dist: apache-airflow-providers-fab==1.5.3; extra == "frozen"
@@ -89,17 +89,17 @@ Requires-Dist: asdf_transform_schemas==0.5.0; extra == "frozen"
89
89
  Requires-Dist: asgiref==3.8.1; extra == "frozen"
90
90
  Requires-Dist: asteval==1.0.6; extra == "frozen"
91
91
  Requires-Dist: astropy==6.1.5; extra == "frozen"
92
- Requires-Dist: astropy-iers-data==0.2025.4.21.0.37.6; extra == "frozen"
92
+ Requires-Dist: astropy-iers-data==0.2025.4.28.0.37.27; extra == "frozen"
93
93
  Requires-Dist: asyncpg==0.30.0; extra == "frozen"
94
94
  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.38.1; extra == "frozen"
99
- Requires-Dist: botocore==1.38.1; extra == "frozen"
98
+ Requires-Dist: boto3==1.38.5; extra == "frozen"
99
+ Requires-Dist: botocore==1.38.5; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
- Requires-Dist: celery==5.5.1; extra == "frozen"
102
- Requires-Dist: certifi==2025.1.31; extra == "frozen"
101
+ Requires-Dist: celery==5.5.2; extra == "frozen"
102
+ Requires-Dist: certifi==2025.4.26; extra == "frozen"
103
103
  Requires-Dist: cffi==1.17.1; extra == "frozen"
104
104
  Requires-Dist: charset-normalizer==3.4.1; extra == "frozen"
105
105
  Requires-Dist: click==8.1.8; 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.7; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.25.8rc1; 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"
@@ -141,10 +141,10 @@ Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
141
141
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
142
142
  Requires-Dist: grpcio==1.71.0; extra == "frozen"
143
143
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
144
- Requires-Dist: h11==0.14.0; extra == "frozen"
145
- Requires-Dist: httpcore==1.0.8; extra == "frozen"
144
+ Requires-Dist: h11==0.16.0; extra == "frozen"
145
+ Requires-Dist: httpcore==1.0.9; extra == "frozen"
146
146
  Requires-Dist: httpx==0.28.1; extra == "frozen"
147
- Requires-Dist: humanize==4.12.2; extra == "frozen"
147
+ Requires-Dist: humanize==4.12.3; extra == "frozen"
148
148
  Requires-Dist: idna==3.10; extra == "frozen"
149
149
  Requires-Dist: imageio==2.37.0; extra == "frozen"
150
150
  Requires-Dist: imageio-ffmpeg==0.6.0; extra == "frozen"
@@ -195,7 +195,7 @@ Requires-Dist: pathspec==0.12.1; extra == "frozen"
195
195
  Requires-Dist: pendulum==3.1.0; extra == "frozen"
196
196
  Requires-Dist: pika==1.3.2; extra == "frozen"
197
197
  Requires-Dist: pillow==10.4.0; extra == "frozen"
198
- Requires-Dist: pip==25.0.1; extra == "frozen"
198
+ Requires-Dist: pip==25.1; extra == "frozen"
199
199
  Requires-Dist: platformdirs==4.3.7; extra == "frozen"
200
200
  Requires-Dist: pluggy==1.5.0; extra == "frozen"
201
201
  Requires-Dist: prison==0.2.1; extra == "frozen"
@@ -208,9 +208,9 @@ Requires-Dist: psutil==7.0.0; extra == "frozen"
208
208
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
209
209
  Requires-Dist: py==1.11.0; extra == "frozen"
210
210
  Requires-Dist: pycparser==2.22; extra == "frozen"
211
- Requires-Dist: pydantic==2.11.3; extra == "frozen"
211
+ Requires-Dist: pydantic==2.11.4; extra == "frozen"
212
212
  Requires-Dist: pydantic-settings==2.9.1; extra == "frozen"
213
- Requires-Dist: pydantic_core==2.33.1; extra == "frozen"
213
+ Requires-Dist: pydantic_core==2.33.2; extra == "frozen"
214
214
  Requires-Dist: pyerfa==2.0.1.5; extra == "frozen"
215
215
  Requires-Dist: pyparsing==3.2.3; extra == "frozen"
216
216
  Requires-Dist: python-daemon==3.1.2; extra == "frozen"
@@ -231,7 +231,7 @@ Requires-Dist: rpds-py==0.24.0; extra == "frozen"
231
231
  Requires-Dist: s3transfer==0.12.0; extra == "frozen"
232
232
  Requires-Dist: scipy==1.15.2; extra == "frozen"
233
233
  Requires-Dist: semantic-version==2.10.0; extra == "frozen"
234
- Requires-Dist: setproctitle==1.3.5; extra == "frozen"
234
+ Requires-Dist: setproctitle==1.3.6; extra == "frozen"
235
235
  Requires-Dist: setuptools==75.6.0; extra == "frozen"
236
236
  Requires-Dist: six==1.17.0; extra == "frozen"
237
237
  Requires-Dist: sniffio==1.3.1; extra == "frozen"
@@ -241,7 +241,7 @@ Requires-Dist: sunpy==6.1.1; extra == "frozen"
241
241
  Requires-Dist: tabulate==0.9.0; extra == "frozen"
242
242
  Requires-Dist: talus==1.1.0; extra == "frozen"
243
243
  Requires-Dist: tenacity==9.1.2; extra == "frozen"
244
- Requires-Dist: termcolor==3.0.1; extra == "frozen"
244
+ Requires-Dist: termcolor==3.1.0; extra == "frozen"
245
245
  Requires-Dist: text-unidecode==1.3; extra == "frozen"
246
246
  Requires-Dist: tornado==6.4.2; extra == "frozen"
247
247
  Requires-Dist: tqdm==4.67.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.8.0
12
+ dkist-inventory[asdf]==1.8.1rc1
13
13
 
14
14
  [frozen]
15
15
  ConfigUpdater==3.2
@@ -45,7 +45,7 @@ annotated-types==0.7.0
45
45
  anyio==4.9.0
46
46
  apache-airflow==2.10.5
47
47
  apache-airflow-providers-celery==3.10.6
48
- apache-airflow-providers-common-compat==1.6.0
48
+ apache-airflow-providers-common-compat==1.6.1
49
49
  apache-airflow-providers-common-io==1.5.4
50
50
  apache-airflow-providers-common-sql==1.26.0
51
51
  apache-airflow-providers-fab==1.5.3
@@ -63,17 +63,17 @@ asdf_transform_schemas==0.5.0
63
63
  asgiref==3.8.1
64
64
  asteval==1.0.6
65
65
  astropy==6.1.5
66
- astropy-iers-data==0.2025.4.21.0.37.6
66
+ astropy-iers-data==0.2025.4.28.0.37.27
67
67
  asyncpg==0.30.0
68
68
  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.38.1
73
- botocore==1.38.1
72
+ boto3==1.38.5
73
+ botocore==1.38.5
74
74
  cachelib==0.13.0
75
- celery==5.5.1
76
- certifi==2025.1.31
75
+ celery==5.5.2
76
+ certifi==2025.4.26
77
77
  cffi==1.17.1
78
78
  charset-normalizer==3.4.1
79
79
  click==8.1.8
@@ -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.7
99
+ dkist-processing-test==1.25.8rc1
100
100
  dkist-service-configuration==2.2
101
101
  dkist-spectral-lines==3.0.0
102
102
  dkist_fits_specifications==4.13.0
@@ -115,10 +115,10 @@ googleapis-common-protos==1.70.0
115
115
  gqlclient==1.2.3
116
116
  grpcio==1.71.0
117
117
  gunicorn==23.0.0
118
- h11==0.14.0
119
- httpcore==1.0.8
118
+ h11==0.16.0
119
+ httpcore==1.0.9
120
120
  httpx==0.28.1
121
- humanize==4.12.2
121
+ humanize==4.12.3
122
122
  idna==3.10
123
123
  imageio==2.37.0
124
124
  imageio-ffmpeg==0.6.0
@@ -169,7 +169,7 @@ pathspec==0.12.1
169
169
  pendulum==3.1.0
170
170
  pika==1.3.2
171
171
  pillow==10.4.0
172
- pip==25.0.1
172
+ pip==25.1
173
173
  platformdirs==4.3.7
174
174
  pluggy==1.5.0
175
175
  prison==0.2.1
@@ -182,9 +182,9 @@ psutil==7.0.0
182
182
  psycopg2-binary==2.9.10
183
183
  py==1.11.0
184
184
  pycparser==2.22
185
- pydantic==2.11.3
185
+ pydantic==2.11.4
186
186
  pydantic-settings==2.9.1
187
- pydantic_core==2.33.1
187
+ pydantic_core==2.33.2
188
188
  pyerfa==2.0.1.5
189
189
  pyparsing==3.2.3
190
190
  python-daemon==3.1.2
@@ -205,7 +205,7 @@ rpds-py==0.24.0
205
205
  s3transfer==0.12.0
206
206
  scipy==1.15.2
207
207
  semantic-version==2.10.0
208
- setproctitle==1.3.5
208
+ setproctitle==1.3.6
209
209
  setuptools==75.6.0
210
210
  six==1.17.0
211
211
  sniffio==1.3.1
@@ -215,7 +215,7 @@ sunpy==6.1.1
215
215
  tabulate==0.9.0
216
216
  talus==1.1.0
217
217
  tenacity==9.1.2
218
- termcolor==3.0.1
218
+ termcolor==3.1.0
219
219
  text-unidecode==1.3
220
220
  tornado==6.4.2
221
221
  tqdm==4.67.1
@@ -238,7 +238,7 @@ zipp==3.21.0
238
238
 
239
239
  [inventory]
240
240
  dkist-processing-common[inventory]
241
- dkist-inventory==1.8.0
241
+ dkist-inventory==1.8.1rc1
242
242
 
243
243
  [quality]
244
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.7"
13
- date = 2025-04-24T11:02:02.212350
12
+ version = "1.25.8rc1"
13
+ date = 2025-04-30T12:55:04.125662
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.8.0",
57
+ "dkist-inventory==1.8.1rc1",
58
58
  ]
59
59
  asdf = [
60
60
  "dkist-processing-common[asdf]",
61
- "dkist-inventory[asdf]==1.8.0",
61
+ "dkist-inventory[asdf]==1.8.1rc1",
62
62
  ]
63
63
  quality = [
64
64
  "dkist-quality == 1.2.1",
@@ -97,7 +97,7 @@ frozen = [
97
97
  "anyio == 4.9.0",
98
98
  "apache-airflow == 2.10.5",
99
99
  "apache-airflow-providers-celery == 3.10.6",
100
- "apache-airflow-providers-common-compat == 1.6.0",
100
+ "apache-airflow-providers-common-compat == 1.6.1",
101
101
  "apache-airflow-providers-common-io == 1.5.4",
102
102
  "apache-airflow-providers-common-sql == 1.26.0",
103
103
  "apache-airflow-providers-fab == 1.5.3",
@@ -115,17 +115,17 @@ frozen = [
115
115
  "asgiref == 3.8.1",
116
116
  "asteval == 1.0.6",
117
117
  "astropy == 6.1.5",
118
- "astropy-iers-data == 0.2025.4.21.0.37.6",
118
+ "astropy-iers-data == 0.2025.4.28.0.37.27",
119
119
  "asyncpg == 0.30.0",
120
120
  "attrs == 25.3.0",
121
121
  "babel == 2.17.0",
122
122
  "billiard == 4.2.1",
123
123
  "blinker == 1.9.0",
124
- "boto3 == 1.38.1",
125
- "botocore == 1.38.1",
124
+ "boto3 == 1.38.5",
125
+ "botocore == 1.38.5",
126
126
  "cachelib == 0.13.0",
127
- "celery == 5.5.1",
128
- "certifi == 2025.1.31",
127
+ "celery == 5.5.2",
128
+ "certifi == 2025.4.26",
129
129
  "cffi == 1.17.1",
130
130
  "charset-normalizer == 3.4.1",
131
131
  "click == 8.1.8",
@@ -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.7",
151
+ "dkist-processing-test == 1.25.8rc1",
152
152
  "dkist-service-configuration == 2.2",
153
153
  "dkist-spectral-lines == 3.0.0",
154
154
  "dkist_fits_specifications == 4.13.0",
@@ -167,10 +167,10 @@ frozen = [
167
167
  "gqlclient == 1.2.3",
168
168
  "grpcio == 1.71.0",
169
169
  "gunicorn == 23.0.0",
170
- "h11 == 0.14.0",
171
- "httpcore == 1.0.8",
170
+ "h11 == 0.16.0",
171
+ "httpcore == 1.0.9",
172
172
  "httpx == 0.28.1",
173
- "humanize == 4.12.2",
173
+ "humanize == 4.12.3",
174
174
  "idna == 3.10",
175
175
  "imageio == 2.37.0",
176
176
  "imageio-ffmpeg == 0.6.0",
@@ -221,7 +221,7 @@ frozen = [
221
221
  "pendulum == 3.1.0",
222
222
  "pika == 1.3.2",
223
223
  "pillow == 10.4.0",
224
- "pip == 25.0.1",
224
+ "pip == 25.1",
225
225
  "platformdirs == 4.3.7",
226
226
  "pluggy == 1.5.0",
227
227
  "prison == 0.2.1",
@@ -234,9 +234,9 @@ frozen = [
234
234
  "psycopg2-binary == 2.9.10",
235
235
  "py == 1.11.0",
236
236
  "pycparser == 2.22",
237
- "pydantic == 2.11.3",
237
+ "pydantic == 2.11.4",
238
238
  "pydantic-settings == 2.9.1",
239
- "pydantic_core == 2.33.1",
239
+ "pydantic_core == 2.33.2",
240
240
  "pyerfa == 2.0.1.5",
241
241
  "pyparsing == 3.2.3",
242
242
  "python-daemon == 3.1.2",
@@ -257,7 +257,7 @@ frozen = [
257
257
  "s3transfer == 0.12.0",
258
258
  "scipy == 1.15.2",
259
259
  "semantic-version == 2.10.0",
260
- "setproctitle == 1.3.5",
260
+ "setproctitle == 1.3.6",
261
261
  "setuptools == 75.6.0",
262
262
  "six == 1.17.0",
263
263
  "sniffio == 1.3.1",
@@ -267,7 +267,7 @@ frozen = [
267
267
  "tabulate == 0.9.0",
268
268
  "talus == 1.1.0",
269
269
  "tenacity == 9.1.2",
270
- "termcolor == 3.0.1",
270
+ "termcolor == 3.1.0",
271
271
  "text-unidecode == 1.3",
272
272
  "tornado == 6.4.2",
273
273
  "tqdm == 4.67.1",