Skip to content

Commit 1d2daac

Browse files
authored
Addresses Snyk errors (#62)
1 parent a332f44 commit 1d2daac

4 files changed

Lines changed: 16 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## unreleased
2+
3+
### Changed
4+
5+
- Updates library versions to address snyk vulnerabilities.
6+
17
## [v1.1.17] - 2025-11-25
28

39
### Changed

docs/HOSS_DAAC_Operator_Documentation.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"metadata": {},
153153
"outputs": [],
154154
"source": [
155-
"variable_to_subset = '/Grid/precipitationCal'"
155+
"variable_to_subset = 'Grid/precipitationCal'"
156156
]
157157
},
158158
{
@@ -443,7 +443,7 @@
443443
"name": "python",
444444
"nbconvert_exporter": "python",
445445
"pygments_lexer": "ipython3",
446-
"version": "3.11.6"
446+
"version": "3.11.10"
447447
}
448448
},
449449
"nbformat": 4,

docs/HOSS_User_Documentation.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
"outputs": [],
204204
"source": [
205205
"gpm_bounding_box = BBox(w=45, s=-45, e=75, n=-15)\n",
206-
"gpm_variables = ['/Grid/precipitationCal']\n",
206+
"gpm_variables = ['Grid/precipitationCal']\n",
207207
"\n",
208208
"combined_request = Request(\n",
209209
" collection=gpm_collection,\n",
@@ -287,7 +287,7 @@
287287
"outputs": [],
288288
"source": [
289289
"point_in_pixel_box = BBox(w=43.2222, s=-25.1111, e=43.2222, n=-25.1111)\n",
290-
"gpm_variables = ['/Grid/precipitationCal']\n",
290+
"gpm_variables = ['Grid/precipitationCal']\n",
291291
"\n",
292292
"point_in_pixel_request = Request(\n",
293293
" collection=gpm_collection,\n",
@@ -324,7 +324,7 @@
324324
"outputs": [],
325325
"source": [
326326
"corner_point_box = BBox(w=160, s=20, e=160, n=20)\n",
327-
"gpm_variables = ['/Grid/precipitationCal']\n",
327+
"gpm_variables = ['Grid/precipitationCal']\n",
328328
"\n",
329329
"corner_point_request = Request(\n",
330330
" collection=gpm_collection,\n",
@@ -362,7 +362,7 @@
362362
"name": "python",
363363
"nbconvert_exporter": "python",
364364
"pygments_lexer": "ipython3",
365-
"version": "3.11.6"
365+
"version": "3.11.10"
366366
}
367367
},
368368
"nbformat": 4,

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# You should then be able to start a Jupyter notebook server and run both of
1515
# the DAAC operator and end-user notebooks.
1616
#
17-
harmony-py~=0.4.10
18-
netCDF4~=1.6.4
19-
notebook~=7.2.2
20-
xarray~=2023.9.0
17+
harmony-py~=1.3.3
18+
netCDF4~=1.7.3
19+
notebook~=7.5.1
20+
xarray~=2025.12.0

0 commit comments

Comments
 (0)