Skip to content

Commit

Permalink
deps: update
Browse files Browse the repository at this point in the history
Closes #1412
Closes #1411
Closes #1410
  • Loading branch information
gadomski committed Sep 26, 2024
1 parent 461242b commit 08bffe7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
21 changes: 8 additions & 13 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -228,7 +228,6 @@ numpy==2.1.1
# via
# rasterio
# shapely
# snuggs
overrides==7.7.0
# via jupyter-server
packaging==24.1
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 08bffe7

Please sign in to comment.