Skip to content

Commit 57a8b86

Browse files
authored
deps: update (#1413)
Closes #1412 Closes #1411 Closes #1410
1 parent 461242b commit 57a8b86

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

docs/requirements.txt

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ beautifulsoup4==4.12.3
4040
# pydata-sphinx-theme
4141
bleach==6.1.0
4242
# via nbconvert
43-
boto3==1.35.24
43+
boto3==1.35.27
4444
# via -r docs/requirements.in
45-
botocore==1.35.24
45+
botocore==1.35.27
4646
# via
4747
# boto3
4848
# s3transfer
@@ -72,7 +72,7 @@ comm==0.2.2
7272
# via
7373
# ipykernel
7474
# ipywidgets
75-
debugpy==1.8.5
75+
debugpy==1.8.6
7676
# via ipykernel
7777
decorator==5.1.1
7878
# via ipython
@@ -228,7 +228,6 @@ numpy==2.1.1
228228
# via
229229
# rasterio
230230
# shapely
231-
# snuggs
232231
overrides==7.7.0
233232
# via jupyter-server
234233
packaging==24.1
@@ -250,7 +249,7 @@ platformdirs==4.3.6
250249
# via jupyter-core
251250
prometheus-client==0.21.0
252251
# via jupyter-server
253-
prompt-toolkit==3.0.47
252+
prompt-toolkit==3.0.48
254253
# via
255254
# ipython
256255
# jupyter-console
@@ -275,7 +274,7 @@ pygments==2.18.0
275274
# pydata-sphinx-theme
276275
# sphinx
277276
pyparsing==3.1.4
278-
# via snuggs
277+
# via rasterio
279278
python-dateutil==2.9.0.post0
280279
# via
281280
# arrow
@@ -291,7 +290,7 @@ pyzmq==26.2.0
291290
# jupyter-client
292291
# jupyter-console
293292
# jupyter-server
294-
rasterio==1.3.11
293+
rasterio==1.4.0
295294
# via -r docs/requirements.in
296295
referencing==0.35.1
297296
# via
@@ -319,9 +318,7 @@ s3transfer==0.10.2
319318
send2trash==1.8.3
320319
# via jupyter-server
321320
setuptools==75.1.0
322-
# via
323-
# jupyterlab
324-
# rasterio
321+
# via jupyterlab
325322
shapely==2.0.6
326323
# via -r docs/requirements.in
327324
six==1.16.0
@@ -336,8 +333,6 @@ sniffio==1.3.1
336333
# httpx
337334
snowballstemmer==2.2.0
338335
# via sphinx
339-
snuggs==1.4.7
340-
# via rasterio
341336
soupsieve==2.6
342337
# via beautifulsoup4
343338
sphinx==8.0.2
@@ -367,7 +362,7 @@ sphinxcontrib-serializinghtml==2.0.0
367362
# via sphinx
368363
stack-data==0.6.3
369364
# via ipython
370-
starlette==0.38.5
365+
starlette==0.39.1
371366
# via sphinx-autobuild
372367
terminado==0.18.1
373368
# via

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ rpds-py==0.20.0
115115
# via
116116
# jsonschema
117117
# referencing
118-
ruff==0.6.7
118+
ruff==0.6.8
119119
# via -r requirements-dev.in
120120
six==1.16.0
121121
# via html5lib
@@ -148,7 +148,7 @@ webencodings==0.5.1
148148
# via html5lib
149149
wrapt==1.16.0
150150
# via vcrpy
151-
yarl==1.11.1
151+
yarl==1.12.1
152152
# via vcrpy
153153
zipp==3.20.2
154154
# via importlib-metadata

0 commit comments

Comments
 (0)