From 08bffe7363a7e47a08a1732947a60f7945a23c9e Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Thu, 26 Sep 2024 10:02:57 -0600 Subject: [PATCH] deps: update Closes #1412 Closes #1411 Closes #1410 --- docs/requirements.txt | 21 ++++++++------------- requirements-dev.txt | 4 ++-- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f43199ad..b2599a02 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -40,9 +40,9 @@ beautifulsoup4==4.12.3 # pydata-sphinx-theme bleach==6.1.0 # via nbconvert -boto3==1.35.24 +boto3==1.35.27 # via -r docs/requirements.in -botocore==1.35.24 +botocore==1.35.27 # via # boto3 # s3transfer @@ -72,7 +72,7 @@ comm==0.2.2 # via # ipykernel # ipywidgets -debugpy==1.8.5 +debugpy==1.8.6 # via ipykernel decorator==5.1.1 # via ipython @@ -228,7 +228,6 @@ numpy==2.1.1 # via # rasterio # shapely - # snuggs overrides==7.7.0 # via jupyter-server packaging==24.1 @@ -250,7 +249,7 @@ platformdirs==4.3.6 # via jupyter-core prometheus-client==0.21.0 # via jupyter-server -prompt-toolkit==3.0.47 +prompt-toolkit==3.0.48 # via # ipython # jupyter-console @@ -275,7 +274,7 @@ pygments==2.18.0 # pydata-sphinx-theme # sphinx pyparsing==3.1.4 - # via snuggs + # via rasterio python-dateutil==2.9.0.post0 # via # arrow @@ -291,7 +290,7 @@ pyzmq==26.2.0 # jupyter-client # jupyter-console # jupyter-server -rasterio==1.3.11 +rasterio==1.4.0 # via -r docs/requirements.in referencing==0.35.1 # via @@ -319,9 +318,7 @@ s3transfer==0.10.2 send2trash==1.8.3 # via jupyter-server setuptools==75.1.0 - # via - # jupyterlab - # rasterio + # via jupyterlab shapely==2.0.6 # via -r docs/requirements.in six==1.16.0 @@ -336,8 +333,6 @@ sniffio==1.3.1 # httpx snowballstemmer==2.2.0 # via sphinx -snuggs==1.4.7 - # via rasterio soupsieve==2.6 # via beautifulsoup4 sphinx==8.0.2 @@ -367,7 +362,7 @@ sphinxcontrib-serializinghtml==2.0.0 # via sphinx stack-data==0.6.3 # via ipython -starlette==0.38.5 +starlette==0.39.1 # via sphinx-autobuild terminado==0.18.1 # via diff --git a/requirements-dev.txt b/requirements-dev.txt index 6186f403..a685ea33 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -115,7 +115,7 @@ rpds-py==0.20.0 # via # jsonschema # referencing -ruff==0.6.7 +ruff==0.6.8 # via -r requirements-dev.in six==1.16.0 # via html5lib @@ -148,7 +148,7 @@ webencodings==0.5.1 # via html5lib wrapt==1.16.0 # via vcrpy -yarl==1.11.1 +yarl==1.12.1 # via vcrpy zipp==3.20.2 # via importlib-metadata