dkist-processing-test 1.36.1rc1__tar.gz → 1.36.1rc2__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.36.1rc1/dkist_processing_test.egg-info → dkist_processing_test-1.36.1rc2}/PKG-INFO +10 -10
  2. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2/dkist_processing_test.egg-info}/PKG-INFO +10 -10
  3. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test.egg-info/requires.txt +9 -9
  4. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/pyproject.toml +11 -11
  5. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/.gitignore +0 -0
  6. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/.pre-commit-config.yaml +0 -0
  7. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/.snyk +0 -0
  8. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/README.rst +0 -0
  9. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/bitbucket-pipelines.yml +0 -0
  10. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/__init__.py +0 -0
  11. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/config.py +0 -0
  12. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/models/__init__.py +0 -0
  13. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/models/constants.py +0 -0
  14. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/models/parameters.py +0 -0
  15. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/__init__.py +0 -0
  16. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/exercise_numba.py +0 -0
  17. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/fail.py +0 -0
  18. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/fake_science.py +0 -0
  19. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/high_memory.py +0 -0
  20. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/manual.py +0 -0
  21. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/movie.py +0 -0
  22. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/noop.py +0 -0
  23. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/parse.py +0 -0
  24. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/quality.py +0 -0
  25. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tasks/write_l1.py +0 -0
  26. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tests/__init__.py +0 -0
  27. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tests/conftest.py +0 -0
  28. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tests/test_tasks.py +0 -0
  29. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/tests/test_workflows.py +0 -0
  30. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/workflows/__init__.py +0 -0
  31. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/workflows/common_tasks.py +0 -0
  32. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/workflows/end_to_end.py +0 -0
  33. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/workflows/exercise_numba.py +0 -0
  34. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/workflows/fail.py +0 -0
  35. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/workflows/noop.py +0 -0
  36. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/workflows/resource_queue.py +0 -0
  37. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test/workflows/trial_end_to_end.py +0 -0
  38. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test.egg-info/SOURCES.txt +0 -0
  39. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test.egg-info/dependency_links.txt +0 -0
  40. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/dkist_processing_test.egg-info/top_level.txt +0 -0
  41. {dkist_processing_test-1.36.1rc1 → dkist_processing_test-1.36.1rc2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.36.1rc1
3
+ Version: 1.36.1rc2
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.12
13
13
  Requires-Python: >=3.12
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==11.7.0rc4
15
+ Requires-Dist: dkist-processing-common==11.7.0rc5
16
16
  Requires-Dist: dkist-header-validator==5.2.1
17
17
  Requires-Dist: dkist-service-configuration==4.1.7
18
18
  Requires-Dist: dkist-fits-specifications==4.17.0
@@ -96,8 +96,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
96
96
  Requires-Dist: babel==2.17.0; extra == "frozen"
97
97
  Requires-Dist: billiard==4.2.2; extra == "frozen"
98
98
  Requires-Dist: blinker==1.9.0; extra == "frozen"
99
- Requires-Dist: boto3==1.40.46; extra == "frozen"
100
- Requires-Dist: botocore==1.40.46; extra == "frozen"
99
+ Requires-Dist: boto3==1.40.48; extra == "frozen"
100
+ Requires-Dist: botocore==1.40.48; extra == "frozen"
101
101
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
102
102
  Requires-Dist: celery==5.3.1; extra == "frozen"
103
103
  Requires-Dist: certifi==2025.10.5; extra == "frozen"
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
120
120
  Requires-Dist: decorator==5.2.1; extra == "frozen"
121
121
  Requires-Dist: dill==0.4.0; extra == "frozen"
122
122
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
123
- Requires-Dist: dkist-processing-common==11.7.0rc4; extra == "frozen"
123
+ Requires-Dist: dkist-processing-common==11.7.0rc5; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
125
125
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
126
- Requires-Dist: dkist-processing-test==1.36.1rc1; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.36.1rc2; extra == "frozen"
127
127
  Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
128
128
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
129
129
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
@@ -134,7 +134,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
134
134
  Requires-Dist: fonttools==4.60.1; extra == "frozen"
135
135
  Requires-Dist: frozenlist==1.8.0; extra == "frozen"
136
136
  Requires-Dist: fsspec==2025.9.0; extra == "frozen"
137
- Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
137
+ Requires-Dist: globus-sdk==4.0.0; extra == "frozen"
138
138
  Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
139
139
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
140
140
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
@@ -213,14 +213,14 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
213
213
  Requires-Dist: pika==1.3.2; extra == "frozen"
214
214
  Requires-Dist: pillow==11.3.0; extra == "frozen"
215
215
  Requires-Dist: pip==25.2; extra == "frozen"
216
- Requires-Dist: platformdirs==4.4.0; extra == "frozen"
216
+ Requires-Dist: platformdirs==4.5.0; extra == "frozen"
217
217
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
218
218
  Requires-Dist: pooch==1.8.2; extra == "frozen"
219
219
  Requires-Dist: prison==0.2.1; extra == "frozen"
220
220
  Requires-Dist: proglog==0.1.12; extra == "frozen"
221
221
  Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
222
222
  Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
223
- Requires-Dist: propcache==0.4.0; extra == "frozen"
223
+ Requires-Dist: propcache==0.4.1; extra == "frozen"
224
224
  Requires-Dist: protobuf==6.32.1; extra == "frozen"
225
225
  Requires-Dist: psutil==7.1.0; extra == "frozen"
226
226
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
@@ -267,7 +267,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
267
267
  Requires-Dist: tzdata==2025.2; extra == "frozen"
268
268
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
269
269
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
270
- Requires-Dist: universal_pathlib==0.3.2; extra == "frozen"
270
+ Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
271
271
  Requires-Dist: urllib3==2.5.0; extra == "frozen"
272
272
  Requires-Dist: vine==5.1.0; extra == "frozen"
273
273
  Requires-Dist: voluptuous==0.15.2; extra == "frozen"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dkist-processing-test
3
- Version: 1.36.1rc1
3
+ Version: 1.36.1rc2
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.12
13
13
  Requires-Python: >=3.12
14
14
  Description-Content-Type: text/x-rst
15
- Requires-Dist: dkist-processing-common==11.7.0rc4
15
+ Requires-Dist: dkist-processing-common==11.7.0rc5
16
16
  Requires-Dist: dkist-header-validator==5.2.1
17
17
  Requires-Dist: dkist-service-configuration==4.1.7
18
18
  Requires-Dist: dkist-fits-specifications==4.17.0
@@ -96,8 +96,8 @@ Requires-Dist: attrs==25.4.0; extra == "frozen"
96
96
  Requires-Dist: babel==2.17.0; extra == "frozen"
97
97
  Requires-Dist: billiard==4.2.2; extra == "frozen"
98
98
  Requires-Dist: blinker==1.9.0; extra == "frozen"
99
- Requires-Dist: boto3==1.40.46; extra == "frozen"
100
- Requires-Dist: botocore==1.40.46; extra == "frozen"
99
+ Requires-Dist: boto3==1.40.48; extra == "frozen"
100
+ Requires-Dist: botocore==1.40.48; extra == "frozen"
101
101
  Requires-Dist: cachelib==0.13.0; extra == "frozen"
102
102
  Requires-Dist: celery==5.3.1; extra == "frozen"
103
103
  Requires-Dist: certifi==2025.10.5; extra == "frozen"
@@ -120,10 +120,10 @@ Requires-Dist: dacite==1.9.2; extra == "frozen"
120
120
  Requires-Dist: decorator==5.2.1; extra == "frozen"
121
121
  Requires-Dist: dill==0.4.0; extra == "frozen"
122
122
  Requires-Dist: dkist-header-validator==5.2.1; extra == "frozen"
123
- Requires-Dist: dkist-processing-common==11.7.0rc4; extra == "frozen"
123
+ Requires-Dist: dkist-processing-common==11.7.0rc5; extra == "frozen"
124
124
  Requires-Dist: dkist-processing-core==6.0.0; extra == "frozen"
125
125
  Requires-Dist: dkist-processing-pac==3.1.1; extra == "frozen"
126
- Requires-Dist: dkist-processing-test==1.36.1rc1; extra == "frozen"
126
+ Requires-Dist: dkist-processing-test==1.36.1rc2; extra == "frozen"
127
127
  Requires-Dist: dkist-service-configuration==4.1.7; extra == "frozen"
128
128
  Requires-Dist: dkist-spectral-lines==3.0.0; extra == "frozen"
129
129
  Requires-Dist: dkist_fits_specifications==4.17.0; extra == "frozen"
@@ -134,7 +134,7 @@ Requires-Dist: flower==2.0.1; extra == "frozen"
134
134
  Requires-Dist: fonttools==4.60.1; extra == "frozen"
135
135
  Requires-Dist: frozenlist==1.8.0; extra == "frozen"
136
136
  Requires-Dist: fsspec==2025.9.0; extra == "frozen"
137
- Requires-Dist: globus-sdk==3.65.0; extra == "frozen"
137
+ Requires-Dist: globus-sdk==4.0.0; extra == "frozen"
138
138
  Requires-Dist: google-re2==1.1.20250805; extra == "frozen"
139
139
  Requires-Dist: googleapis-common-protos==1.70.0; extra == "frozen"
140
140
  Requires-Dist: gqlclient==1.2.3; extra == "frozen"
@@ -213,14 +213,14 @@ Requires-Dist: pendulum==3.1.0; extra == "frozen"
213
213
  Requires-Dist: pika==1.3.2; extra == "frozen"
214
214
  Requires-Dist: pillow==11.3.0; extra == "frozen"
215
215
  Requires-Dist: pip==25.2; extra == "frozen"
216
- Requires-Dist: platformdirs==4.4.0; extra == "frozen"
216
+ Requires-Dist: platformdirs==4.5.0; extra == "frozen"
217
217
  Requires-Dist: pluggy==1.6.0; extra == "frozen"
218
218
  Requires-Dist: pooch==1.8.2; extra == "frozen"
219
219
  Requires-Dist: prison==0.2.1; extra == "frozen"
220
220
  Requires-Dist: proglog==0.1.12; extra == "frozen"
221
221
  Requires-Dist: prometheus_client==0.23.1; extra == "frozen"
222
222
  Requires-Dist: prompt_toolkit==3.0.52; extra == "frozen"
223
- Requires-Dist: propcache==0.4.0; extra == "frozen"
223
+ Requires-Dist: propcache==0.4.1; extra == "frozen"
224
224
  Requires-Dist: protobuf==6.32.1; extra == "frozen"
225
225
  Requires-Dist: psutil==7.1.0; extra == "frozen"
226
226
  Requires-Dist: psycopg2-binary==2.9.10; extra == "frozen"
@@ -267,7 +267,7 @@ Requires-Dist: typing_extensions==4.15.0; extra == "frozen"
267
267
  Requires-Dist: tzdata==2025.2; extra == "frozen"
268
268
  Requires-Dist: uc-micro-py==1.0.3; extra == "frozen"
269
269
  Requires-Dist: uncertainties==3.2.3; extra == "frozen"
270
- Requires-Dist: universal_pathlib==0.3.2; extra == "frozen"
270
+ Requires-Dist: universal_pathlib==0.3.3; extra == "frozen"
271
271
  Requires-Dist: urllib3==2.5.0; extra == "frozen"
272
272
  Requires-Dist: vine==5.1.0; extra == "frozen"
273
273
  Requires-Dist: voluptuous==0.15.2; extra == "frozen"
@@ -1,4 +1,4 @@
1
- dkist-processing-common==11.7.0rc4
1
+ dkist-processing-common==11.7.0rc5
2
2
  dkist-header-validator==5.2.1
3
3
  dkist-service-configuration==4.1.7
4
4
  dkist-fits-specifications==4.17.0
@@ -70,8 +70,8 @@ attrs==25.4.0
70
70
  babel==2.17.0
71
71
  billiard==4.2.2
72
72
  blinker==1.9.0
73
- boto3==1.40.46
74
- botocore==1.40.46
73
+ boto3==1.40.48
74
+ botocore==1.40.48
75
75
  cachelib==0.13.0
76
76
  celery==5.3.1
77
77
  certifi==2025.10.5
@@ -94,10 +94,10 @@ dacite==1.9.2
94
94
  decorator==5.2.1
95
95
  dill==0.4.0
96
96
  dkist-header-validator==5.2.1
97
- dkist-processing-common==11.7.0rc4
97
+ dkist-processing-common==11.7.0rc5
98
98
  dkist-processing-core==6.0.0
99
99
  dkist-processing-pac==3.1.1
100
- dkist-processing-test==1.36.1rc1
100
+ dkist-processing-test==1.36.1rc2
101
101
  dkist-service-configuration==4.1.7
102
102
  dkist-spectral-lines==3.0.0
103
103
  dkist_fits_specifications==4.17.0
@@ -108,7 +108,7 @@ flower==2.0.1
108
108
  fonttools==4.60.1
109
109
  frozenlist==1.8.0
110
110
  fsspec==2025.9.0
111
- globus-sdk==3.65.0
111
+ globus-sdk==4.0.0
112
112
  google-re2==1.1.20250805
113
113
  googleapis-common-protos==1.70.0
114
114
  gqlclient==1.2.3
@@ -187,14 +187,14 @@ pendulum==3.1.0
187
187
  pika==1.3.2
188
188
  pillow==11.3.0
189
189
  pip==25.2
190
- platformdirs==4.4.0
190
+ platformdirs==4.5.0
191
191
  pluggy==1.6.0
192
192
  pooch==1.8.2
193
193
  prison==0.2.1
194
194
  proglog==0.1.12
195
195
  prometheus_client==0.23.1
196
196
  prompt_toolkit==3.0.52
197
- propcache==0.4.0
197
+ propcache==0.4.1
198
198
  protobuf==6.32.1
199
199
  psutil==7.1.0
200
200
  psycopg2-binary==2.9.10
@@ -241,7 +241,7 @@ typing_extensions==4.15.0
241
241
  tzdata==2025.2
242
242
  uc-micro-py==1.0.3
243
243
  uncertainties==3.2.3
244
- universal_pathlib==0.3.2
244
+ universal_pathlib==0.3.3
245
245
  urllib3==2.5.0
246
246
  vine==5.1.0
247
247
  voluptuous==0.15.2
@@ -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.36.1rc1"
13
- date = 2025-10-07T10:25:40.027886
12
+ version = "1.36.1rc2"
13
+ date = 2025-10-08T15:54:51.161744
14
14
 
15
15
  [project]
16
16
  dynamic = ["version"]
@@ -26,7 +26,7 @@ classifiers = [
26
26
  "Programming Language :: Python :: 3.12",
27
27
  ]
28
28
  dependencies = [
29
- "dkist-processing-common == 11.7.0rc4",
29
+ "dkist-processing-common == 11.7.0rc5",
30
30
  "dkist-header-validator == 5.2.1",
31
31
  "dkist-service-configuration == 4.1.7",
32
32
  "dkist-fits-specifications == 4.17.0",
@@ -122,8 +122,8 @@ frozen = [
122
122
  "babel == 2.17.0",
123
123
  "billiard == 4.2.2",
124
124
  "blinker == 1.9.0",
125
- "boto3 == 1.40.46",
126
- "botocore == 1.40.46",
125
+ "boto3 == 1.40.48",
126
+ "botocore == 1.40.48",
127
127
  "cachelib == 0.13.0",
128
128
  "celery == 5.3.1",
129
129
  "certifi == 2025.10.5",
@@ -146,10 +146,10 @@ frozen = [
146
146
  "decorator == 5.2.1",
147
147
  "dill == 0.4.0",
148
148
  "dkist-header-validator == 5.2.1",
149
- "dkist-processing-common == 11.7.0rc4",
149
+ "dkist-processing-common == 11.7.0rc5",
150
150
  "dkist-processing-core == 6.0.0",
151
151
  "dkist-processing-pac == 3.1.1",
152
- "dkist-processing-test == 1.36.1rc1",
152
+ "dkist-processing-test == 1.36.1rc2",
153
153
  "dkist-service-configuration == 4.1.7",
154
154
  "dkist-spectral-lines == 3.0.0",
155
155
  "dkist_fits_specifications == 4.17.0",
@@ -160,7 +160,7 @@ frozen = [
160
160
  "fonttools == 4.60.1",
161
161
  "frozenlist == 1.8.0",
162
162
  "fsspec == 2025.9.0",
163
- "globus-sdk == 3.65.0",
163
+ "globus-sdk == 4.0.0",
164
164
  "google-re2 == 1.1.20250805",
165
165
  "googleapis-common-protos == 1.70.0",
166
166
  "gqlclient == 1.2.3",
@@ -239,14 +239,14 @@ frozen = [
239
239
  "pika == 1.3.2",
240
240
  "pillow == 11.3.0",
241
241
  "pip == 25.2",
242
- "platformdirs == 4.4.0",
242
+ "platformdirs == 4.5.0",
243
243
  "pluggy == 1.6.0",
244
244
  "pooch == 1.8.2",
245
245
  "prison == 0.2.1",
246
246
  "proglog == 0.1.12",
247
247
  "prometheus_client == 0.23.1",
248
248
  "prompt_toolkit == 3.0.52",
249
- "propcache == 0.4.0",
249
+ "propcache == 0.4.1",
250
250
  "protobuf == 6.32.1",
251
251
  "psutil == 7.1.0",
252
252
  "psycopg2-binary == 2.9.10",
@@ -293,7 +293,7 @@ frozen = [
293
293
  "tzdata == 2025.2",
294
294
  "uc-micro-py == 1.0.3",
295
295
  "uncertainties == 3.2.3",
296
- "universal_pathlib == 0.3.2",
296
+ "universal_pathlib == 0.3.3",
297
297
  "urllib3 == 2.5.0",
298
298
  "vine == 5.1.0",
299
299
  "voluptuous == 0.15.2",