dkist-processing-test 1.32.0__tar.gz → 1.33.0__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 (41) hide show
  1. {dkist_processing_test-1.32.0/dkist_processing_test.egg-info → dkist_processing_test-1.33.0}/PKG-INFO +17 -16
  2. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tests/test_tasks.py +11 -10
  3. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0/dkist_processing_test.egg-info}/PKG-INFO +17 -16
  4. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test.egg-info/requires.txt +16 -15
  5. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/pyproject.toml +18 -17
  6. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/.gitignore +0 -0
  7. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/.pre-commit-config.yaml +0 -0
  8. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/.snyk +0 -0
  9. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/README.rst +0 -0
  10. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/bitbucket-pipelines.yml +0 -0
  11. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/__init__.py +0 -0
  12. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/config.py +0 -0
  13. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/models/__init__.py +0 -0
  14. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/models/constants.py +0 -0
  15. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/models/parameters.py +0 -0
  16. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/__init__.py +0 -0
  17. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  18. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/fail.py +0 -0
  19. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/fake_science.py +0 -0
  20. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/high_memory.py +0 -0
  21. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/manual.py +0 -0
  22. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/movie.py +0 -0
  23. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/noop.py +0 -0
  24. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/parse.py +0 -0
  25. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/quality.py +0 -0
  26. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tasks/write_l1.py +0 -0
  27. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tests/__init__.py +0 -0
  28. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tests/conftest.py +0 -0
  29. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/tests/test_workflows.py +0 -0
  30. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/workflows/__init__.py +0 -0
  31. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/workflows/common_tasks.py +0 -0
  32. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/workflows/end_to_end.py +0 -0
  33. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  34. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/workflows/fail.py +0 -0
  35. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/workflows/noop.py +0 -0
  36. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/workflows/resource_queue.py +0 -0
  37. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  38. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  39. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  40. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/dkist_processing_test.egg-info/top_level.txt +0 -0
  41. {dkist_processing_test-1.32.0 → dkist_processing_test-1.33.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.32.0
3
+ Version: 1.33.0
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
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Requires-Python: >=3.11
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==11.0.1
15
+ Requires-Dist: dkist-processing-common==11.1.0
16
16
  Requires-Dist: dkist-header-validator==5.2.1
17
17
  Requires-Dist: dkist-service-configuration==2.3.0
18
18
  Requires-Dist: dkist-fits-specifications==4.17.0
@@ -89,7 +89,7 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
89
89
  Requires-Dist: asgiref==3.9.1; extra == "frozen"
90
90
  Requires-Dist: asteval==1.0.6; extra == "frozen"
91
91
  Requires-Dist: astropy==7.0.2; extra == "frozen"
92
- Requires-Dist: astropy-iers-data==0.2025.7.7.0.39.39; extra == "frozen"
92
+ Requires-Dist: astropy-iers-data==0.2025.7.14.0.40.29; 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"
@@ -99,7 +99,7 @@ Requires-Dist: boto3==1.39.4; extra == "frozen"
99
99
  Requires-Dist: botocore==1.39.4; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
101
  Requires-Dist: celery==5.5.3; extra == "frozen"
102
- Requires-Dist: certifi==2025.7.9; extra == "frozen"
102
+ Requires-Dist: certifi==2025.7.14; extra == "frozen"
103
103
  Requires-Dist: cffi==1.17.1; extra == "frozen"
104
104
  Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
105
105
  Requires-Dist: click==8.2.1; extra == "frozen"
@@ -119,10 +119,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
119
119
  Requires-Dist: decorator==5.2.1; extra == "frozen"
120
120
  Requires-Dist: dill==0.4.0; extra == "frozen"
121
121
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
122
- Requires-Dist: dkist-processing-common==11.0.1; extra == "frozen"
122
+ Requires-Dist: dkist-processing-common==11.1.0; extra == "frozen"
123
123
  Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
125
- Requires-Dist: dkist-processing-test==1.32.0; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.33.0; extra == "frozen"
126
126
  Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
127
127
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
128
128
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
@@ -134,11 +134,12 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
134
134
  Requires-Dist: flower==2.0.1; extra == "frozen"
135
135
  Requires-Dist: fonttools==4.58.5; extra == "frozen"
136
136
  Requires-Dist: frozenlist==1.7.0; extra == "frozen"
137
- Requires-Dist: fsspec==2025.5.1; extra == "frozen"
137
+ Requires-Dist: fsspec==2025.7.0; extra == "frozen"
138
138
  Requires-Dist: globus-sdk==3.60.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.3; extra == "frozen"
142
143
  Requires-Dist: grpcio==1.73.1; extra == "frozen"
143
144
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
144
145
  Requires-Dist: h11==0.16.0; extra == "frozen"
@@ -179,14 +180,14 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
179
180
  Requires-Dist: numba==0.61.2; extra == "frozen"
180
181
  Requires-Dist: numpy==2.2.5; extra == "frozen"
181
182
  Requires-Dist: object-clerk==0.1.2; extra == "frozen"
182
- Requires-Dist: opentelemetry-api==1.34.1; extra == "frozen"
183
- Requires-Dist: opentelemetry-exporter-otlp==1.34.1; extra == "frozen"
184
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.34.1; extra == "frozen"
185
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.34.1; extra == "frozen"
186
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.34.1; extra == "frozen"
187
- Requires-Dist: opentelemetry-proto==1.34.1; extra == "frozen"
188
- Requires-Dist: opentelemetry-sdk==1.34.1; extra == "frozen"
189
- Requires-Dist: opentelemetry-semantic-conventions==0.55b1; extra == "frozen"
183
+ Requires-Dist: opentelemetry-api==1.35.0; extra == "frozen"
184
+ Requires-Dist: opentelemetry-exporter-otlp==1.35.0; extra == "frozen"
185
+ Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.35.0; extra == "frozen"
186
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.35.0; extra == "frozen"
187
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.35.0; extra == "frozen"
188
+ Requires-Dist: opentelemetry-proto==1.35.0; extra == "frozen"
189
+ Requires-Dist: opentelemetry-sdk==1.35.0; extra == "frozen"
190
+ Requires-Dist: opentelemetry-semantic-conventions==0.56b0; extra == "frozen"
190
191
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
191
192
  Requires-Dist: packaging==25.0; extra == "frozen"
192
193
  Requires-Dist: pandas==2.3.1; extra == "frozen"
@@ -204,7 +205,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
204
205
  Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
205
206
  Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
206
207
  Requires-Dist: propcache==0.3.2; extra == "frozen"
207
- Requires-Dist: protobuf==5.29.5; extra == "frozen"
208
+ Requires-Dist: protobuf==6.31.1; extra == "frozen"
208
209
  Requires-Dist: psutil==7.0.0; extra == "frozen"
209
210
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
210
211
  Requires-Dist: py==1.11.0; extra == "frozen"
@@ -32,7 +32,7 @@ from dkist_processing_common.models.input_dataset import InputDatasetPartDocumen
32
32
  from dkist_processing_common.models.tags import Tag
33
33
  from dkist_processing_common.models.task_name import TaskName
34
34
  from dkist_processing_common.tasks import TransferTrialData
35
- from dkist_processing_common.tests.conftest import FakeGQLClient
35
+ from dkist_processing_common.tests.mock_metadata_store import fake_gql_client
36
36
  from dkist_service_configuration.logging import logger
37
37
 
38
38
  from dkist_processing_test.models.parameters import TestParameters
@@ -363,6 +363,7 @@ def test_generate_calibrated_data(
363
363
  late_value_message_str,
364
364
  early_or_late,
365
365
  mocker,
366
+ fake_gql_client,
366
367
  ):
367
368
  """
368
369
  Given: A GenerateCalibratedData task
@@ -370,7 +371,7 @@ def test_generate_calibrated_data(
370
371
  Then: Output files are generated for each input file with appropriate tags
371
372
  """
372
373
  mocker.patch(
373
- "dkist_processing_common.tasks.mixin.metadata_store.GraphQLClient", new=FakeGQLClient
374
+ "dkist_processing_common.tasks.mixin.metadata_store.GraphQLClient", new=fake_gql_client
374
375
  )
375
376
  task, number_of_frames = generate_calibrated_data_task
376
377
  task()
@@ -605,14 +606,14 @@ def write_l1_task(complete_common_header, request):
605
606
  task._purge()
606
607
 
607
608
 
608
- def test_write_l1_task(write_l1_task, mocker):
609
+ def test_write_l1_task(write_l1_task, mocker, fake_gql_client):
609
610
  """
610
611
  :Given: a write L1 task
611
612
  :When: running the task
612
613
  :Then: no errors are raised
613
614
  """
614
615
  mocker.patch(
615
- "dkist_processing_common.tasks.mixin.metadata_store.GraphQLClient", new=FakeGQLClient
616
+ "dkist_processing_common.tasks.mixin.metadata_store.GraphQLClient", new=fake_gql_client
616
617
  )
617
618
  task, num_of_stokes_params = write_l1_task
618
619
  task()
@@ -786,14 +787,14 @@ def make_movie_frames_task(tmp_path, recipe_run_id):
786
787
  task._purge()
787
788
 
788
789
 
789
- def test_make_movie_frames_task(make_movie_frames_task, mocker):
790
+ def test_make_movie_frames_task(make_movie_frames_task, mocker, fake_gql_client):
790
791
  """
791
792
  :Given: a make_movie_frames_task task
792
793
  :When: running the task
793
794
  :Then: no errors are raised and a movie file is created
794
795
  """
795
796
  mocker.patch(
796
- "dkist_processing_common.tasks.mixin.metadata_store.GraphQLClient", new=FakeGQLClient
797
+ "dkist_processing_common.tasks.mixin.metadata_store.GraphQLClient", new=fake_gql_client
797
798
  )
798
799
  task = make_movie_frames_task
799
800
  task()
@@ -841,14 +842,14 @@ def assemble_test_movie_task(tmp_path, recipe_run_id):
841
842
  task._purge()
842
843
 
843
844
 
844
- def test_assemble_test_movie_task(assemble_test_movie_task, mocker):
845
+ def test_assemble_test_movie_task(assemble_test_movie_task, mocker, fake_gql_client):
845
846
  """
846
847
  :Given: an assemble_test_movie task
847
848
  :When: running the task
848
849
  :Then: no errors are raised and a movie file is created
849
850
  """
850
851
  mocker.patch(
851
- "dkist_processing_common.tasks.mixin.metadata_store.GraphQLClient", new=FakeGQLClient
852
+ "dkist_processing_common.tasks.mixin.metadata_store.GraphQLClient", new=fake_gql_client
852
853
  )
853
854
  task = assemble_test_movie_task
854
855
  task()
@@ -859,10 +860,10 @@ def test_assemble_test_movie_task(assemble_test_movie_task, mocker):
859
860
 
860
861
 
861
862
  @pytest.fixture
862
- def trial_output_task(recipe_run_id, tmp_path, mocker):
863
+ def trial_output_task(recipe_run_id, tmp_path, mocker, fake_gql_client):
863
864
  mocker.patch(
864
865
  "dkist_processing_common.tasks.mixin.metadata_store.GraphQLClient",
865
- new=FakeGQLClient,
866
+ new=fake_gql_client,
866
867
  )
867
868
  proposal_id = "test_proposal_id"
868
869
  with TransferTrialData(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.32.0
3
+ Version: 1.33.0
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
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Requires-Python: >=3.11
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==11.0.1
15
+ Requires-Dist: dkist-processing-common==11.1.0
16
16
  Requires-Dist: dkist-header-validator==5.2.1
17
17
  Requires-Dist: dkist-service-configuration==2.3.0
18
18
  Requires-Dist: dkist-fits-specifications==4.17.0
@@ -89,7 +89,7 @@ Requires-Dist: asdf_transform_schemas==0.6.0; extra == "frozen"
89
89
  Requires-Dist: asgiref==3.9.1; extra == "frozen"
90
90
  Requires-Dist: asteval==1.0.6; extra == "frozen"
91
91
  Requires-Dist: astropy==7.0.2; extra == "frozen"
92
- Requires-Dist: astropy-iers-data==0.2025.7.7.0.39.39; extra == "frozen"
92
+ Requires-Dist: astropy-iers-data==0.2025.7.14.0.40.29; 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"
@@ -99,7 +99,7 @@ Requires-Dist: boto3==1.39.4; extra == "frozen"
99
99
  Requires-Dist: botocore==1.39.4; extra == "frozen"
100
100
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
101
101
  Requires-Dist: celery==5.5.3; extra == "frozen"
102
- Requires-Dist: certifi==2025.7.9; extra == "frozen"
102
+ Requires-Dist: certifi==2025.7.14; extra == "frozen"
103
103
  Requires-Dist: cffi==1.17.1; extra == "frozen"
104
104
  Requires-Dist: charset-normalizer==3.4.2; extra == "frozen"
105
105
  Requires-Dist: click==8.2.1; extra == "frozen"
@@ -119,10 +119,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
119
119
  Requires-Dist: decorator==5.2.1; extra == "frozen"
120
120
  Requires-Dist: dill==0.4.0; extra == "frozen"
121
121
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
122
- Requires-Dist: dkist-processing-common==11.0.1; extra == "frozen"
122
+ Requires-Dist: dkist-processing-common==11.1.0; extra == "frozen"
123
123
  Requires-Dist: dkist-processing-core==5.1.1; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
125
- Requires-Dist: dkist-processing-test==1.32.0; extra == "frozen"
125
+ Requires-Dist: dkist-processing-test==1.33.0; extra == "frozen"
126
126
  Requires-Dist: dkist-service-configuration==2.3.0; extra == "frozen"
127
127
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
128
128
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
@@ -134,11 +134,12 @@ Requires-Dist: fastjsonschema==2.21.1; extra == "frozen"
134
134
  Requires-Dist: flower==2.0.1; extra == "frozen"
135
135
  Requires-Dist: fonttools==4.58.5; extra == "frozen"
136
136
  Requires-Dist: frozenlist==1.7.0; extra == "frozen"
137
- Requires-Dist: fsspec==2025.5.1; extra == "frozen"
137
+ Requires-Dist: fsspec==2025.7.0; extra == "frozen"
138
138
  Requires-Dist: globus-sdk==3.60.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.3; extra == "frozen"
142
143
  Requires-Dist: grpcio==1.73.1; extra == "frozen"
143
144
  Requires-Dist: gunicorn==23.0.0; extra == "frozen"
144
145
  Requires-Dist: h11==0.16.0; extra == "frozen"
@@ -179,14 +180,14 @@ Requires-Dist: nbformat==5.10.4; extra == "frozen"
179
180
  Requires-Dist: numba==0.61.2; extra == "frozen"
180
181
  Requires-Dist: numpy==2.2.5; extra == "frozen"
181
182
  Requires-Dist: object-clerk==0.1.2; extra == "frozen"
182
- Requires-Dist: opentelemetry-api==1.34.1; extra == "frozen"
183
- Requires-Dist: opentelemetry-exporter-otlp==1.34.1; extra == "frozen"
184
- Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.34.1; extra == "frozen"
185
- Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.34.1; extra == "frozen"
186
- Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.34.1; extra == "frozen"
187
- Requires-Dist: opentelemetry-proto==1.34.1; extra == "frozen"
188
- Requires-Dist: opentelemetry-sdk==1.34.1; extra == "frozen"
189
- Requires-Dist: opentelemetry-semantic-conventions==0.55b1; extra == "frozen"
183
+ Requires-Dist: opentelemetry-api==1.35.0; extra == "frozen"
184
+ Requires-Dist: opentelemetry-exporter-otlp==1.35.0; extra == "frozen"
185
+ Requires-Dist: opentelemetry-exporter-otlp-proto-common==1.35.0; extra == "frozen"
186
+ Requires-Dist: opentelemetry-exporter-otlp-proto-grpc==1.35.0; extra == "frozen"
187
+ Requires-Dist: opentelemetry-exporter-otlp-proto-http==1.35.0; extra == "frozen"
188
+ Requires-Dist: opentelemetry-proto==1.35.0; extra == "frozen"
189
+ Requires-Dist: opentelemetry-sdk==1.35.0; extra == "frozen"
190
+ Requires-Dist: opentelemetry-semantic-conventions==0.56b0; extra == "frozen"
190
191
  Requires-Dist: ordered-set==4.1.0; extra == "frozen"
191
192
  Requires-Dist: packaging==25.0; extra == "frozen"
192
193
  Requires-Dist: pandas==2.3.1; extra == "frozen"
@@ -204,7 +205,7 @@ Requires-Dist: proglog==0.1.12; extra == "frozen"
204
205
  Requires-Dist: prometheus_client==0.22.1; extra == "frozen"
205
206
  Requires-Dist: prompt_toolkit==3.0.51; extra == "frozen"
206
207
  Requires-Dist: propcache==0.3.2; extra == "frozen"
207
- Requires-Dist: protobuf==5.29.5; extra == "frozen"
208
+ Requires-Dist: protobuf==6.31.1; extra == "frozen"
208
209
  Requires-Dist: psutil==7.0.0; extra == "frozen"
209
210
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
210
211
  Requires-Dist: py==1.11.0; extra == "frozen"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==11.0.1
1
+ dkist-processing-common==11.1.0
2
2
  dkist-header-validator==5.2.1
3
3
  dkist-service-configuration==2.3.0
4
4
  dkist-fits-specifications==4.17.0
@@ -63,7 +63,7 @@ asdf_transform_schemas==0.6.0
63
63
  asgiref==3.9.1
64
64
  asteval==1.0.6
65
65
  astropy==7.0.2
66
- astropy-iers-data==0.2025.7.7.0.39.39
66
+ astropy-iers-data==0.2025.7.14.0.40.29
67
67
  asyncpg==0.30.0
68
68
  attrs==25.3.0
69
69
  babel==2.17.0
@@ -73,7 +73,7 @@ boto3==1.39.4
73
73
  botocore==1.39.4
74
74
  cachelib==0.13.0
75
75
  celery==5.5.3
76
- certifi==2025.7.9
76
+ certifi==2025.7.14
77
77
  cffi==1.17.1
78
78
  charset-normalizer==3.4.2
79
79
  click==8.2.1
@@ -93,10 +93,10 @@ dacite==1.9.2
93
93
  decorator==5.2.1
94
94
  dill==0.4.0
95
95
  dkist-header-validator==5.2.1
96
- dkist-processing-common==11.0.1
96
+ dkist-processing-common==11.1.0
97
97
  dkist-processing-core==5.1.1
98
98
  dkist-processing-pac==3.1.1
99
- dkist-processing-test==1.32.0
99
+ dkist-processing-test==1.33.0
100
100
  dkist-service-configuration==2.3.0
101
101
  dkist-spectral-lines==3.0.0
102
102
  dkist_fits_specifications==4.17.0
@@ -108,11 +108,12 @@ fastjsonschema==2.21.1
108
108
  flower==2.0.1
109
109
  fonttools==4.58.5
110
110
  frozenlist==1.7.0
111
- fsspec==2025.5.1
111
+ fsspec==2025.7.0
112
112
  globus-sdk==3.60.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.3
116
117
  grpcio==1.73.1
117
118
  gunicorn==23.0.0
118
119
  h11==0.16.0
@@ -153,14 +154,14 @@ nbformat==5.10.4
153
154
  numba==0.61.2
154
155
  numpy==2.2.5
155
156
  object-clerk==0.1.2
156
- opentelemetry-api==1.34.1
157
- opentelemetry-exporter-otlp==1.34.1
158
- opentelemetry-exporter-otlp-proto-common==1.34.1
159
- opentelemetry-exporter-otlp-proto-grpc==1.34.1
160
- opentelemetry-exporter-otlp-proto-http==1.34.1
161
- opentelemetry-proto==1.34.1
162
- opentelemetry-sdk==1.34.1
163
- opentelemetry-semantic-conventions==0.55b1
157
+ opentelemetry-api==1.35.0
158
+ opentelemetry-exporter-otlp==1.35.0
159
+ opentelemetry-exporter-otlp-proto-common==1.35.0
160
+ opentelemetry-exporter-otlp-proto-grpc==1.35.0
161
+ opentelemetry-exporter-otlp-proto-http==1.35.0
162
+ opentelemetry-proto==1.35.0
163
+ opentelemetry-sdk==1.35.0
164
+ opentelemetry-semantic-conventions==0.56b0
164
165
  ordered-set==4.1.0
165
166
  packaging==25.0
166
167
  pandas==2.3.1
@@ -178,7 +179,7 @@ proglog==0.1.12
178
179
  prometheus_client==0.22.1
179
180
  prompt_toolkit==3.0.51
180
181
  propcache==0.3.2
181
- protobuf==5.29.5
182
+ protobuf==6.31.1
182
183
  psutil==7.0.0
183
184
  psycopg2-binary==2.9.10
184
185
  py==1.11.0
@@ -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.32.0"
13
- date = 2025-07-10T11:03:15.937544
12
+ version = "1.33.0"
13
+ date = 2025-07-15T12:37:28.383631
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
@@ -26,7 +26,7 @@ classifiers = [
26
26
  "Programming Language :: Python :: 3.11",
27
27
  ]
28
28
  dependencies = [
29
- "dkist-processing-common == 11.0.1",
29
+ "dkist-processing-common == 11.1.0",
30
30
  "dkist-header-validator == 5.2.1",
31
31
  "dkist-service-configuration == 2.3.0",
32
32
  "dkist-fits-specifications == 4.17.0",
@@ -115,7 +115,7 @@ frozen = [
115
115
  "asgiref == 3.9.1",
116
116
  "asteval == 1.0.6",
117
117
  "astropy == 7.0.2",
118
- "astropy-iers-data == 0.2025.7.7.0.39.39",
118
+ "astropy-iers-data == 0.2025.7.14.0.40.29",
119
119
  "asyncpg == 0.30.0",
120
120
  "attrs == 25.3.0",
121
121
  "babel == 2.17.0",
@@ -125,7 +125,7 @@ frozen = [
125
125
  "botocore == 1.39.4",
126
126
  "cachelib == 0.13.0",
127
127
  "celery == 5.5.3",
128
- "certifi == 2025.7.9",
128
+ "certifi == 2025.7.14",
129
129
  "cffi == 1.17.1",
130
130
  "charset-normalizer == 3.4.2",
131
131
  "click == 8.2.1",
@@ -145,10 +145,10 @@ frozen = [
145
145
  "decorator == 5.2.1",
146
146
  "dill == 0.4.0",
147
147
  "dkist-header-validator == 5.2.1",
148
- "dkist-processing-common == 11.0.1",
148
+ "dkist-processing-common == 11.1.0",
149
149
  "dkist-processing-core == 5.1.1",
150
150
  "dkist-processing-pac == 3.1.1",
151
- "dkist-processing-test == 1.32.0",
151
+ "dkist-processing-test == 1.33.0",
152
152
  "dkist-service-configuration == 2.3.0",
153
153
  "dkist-spectral-lines == 3.0.0",
154
154
  "dkist_fits_specifications == 4.17.0",
@@ -160,11 +160,12 @@ frozen = [
160
160
  "flower == 2.0.1",
161
161
  "fonttools == 4.58.5",
162
162
  "frozenlist == 1.7.0",
163
- "fsspec == 2025.5.1",
163
+ "fsspec == 2025.7.0",
164
164
  "globus-sdk == 3.60.0",
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.3",
168
169
  "grpcio == 1.73.1",
169
170
  "gunicorn == 23.0.0",
170
171
  "h11 == 0.16.0",
@@ -205,14 +206,14 @@ frozen = [
205
206
  "numba == 0.61.2",
206
207
  "numpy == 2.2.5",
207
208
  "object-clerk == 0.1.2",
208
- "opentelemetry-api == 1.34.1",
209
- "opentelemetry-exporter-otlp == 1.34.1",
210
- "opentelemetry-exporter-otlp-proto-common == 1.34.1",
211
- "opentelemetry-exporter-otlp-proto-grpc == 1.34.1",
212
- "opentelemetry-exporter-otlp-proto-http == 1.34.1",
213
- "opentelemetry-proto == 1.34.1",
214
- "opentelemetry-sdk == 1.34.1",
215
- "opentelemetry-semantic-conventions == 0.55b1",
209
+ "opentelemetry-api == 1.35.0",
210
+ "opentelemetry-exporter-otlp == 1.35.0",
211
+ "opentelemetry-exporter-otlp-proto-common == 1.35.0",
212
+ "opentelemetry-exporter-otlp-proto-grpc == 1.35.0",
213
+ "opentelemetry-exporter-otlp-proto-http == 1.35.0",
214
+ "opentelemetry-proto == 1.35.0",
215
+ "opentelemetry-sdk == 1.35.0",
216
+ "opentelemetry-semantic-conventions == 0.56b0",
216
217
  "ordered-set == 4.1.0",
217
218
  "packaging == 25.0",
218
219
  "pandas == 2.3.1",
@@ -230,7 +231,7 @@ frozen = [
230
231
  "prometheus_client == 0.22.1",
231
232
  "prompt_toolkit == 3.0.51",
232
233
  "propcache == 0.3.2",
233
- "protobuf == 5.29.5",
234
+ "protobuf == 6.31.1",
234
235
  "psutil == 7.0.0",
235
236
  "psycopg2-binary == 2.9.10",
236
237
  "py == 1.11.0",