diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index 3f71de97..276fe3f8 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -18,7 +18,7 @@ jobs: - name: Install python 3.13 uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: | diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 27e9e1f6..c288799f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -122,7 +122,7 @@ jobs: - name: Install python 3.13 uses: actions/setup-python@v6 with: - python-version: "3.13" + python-version: "3.14" - name: Install dependencies run: | diff --git a/requirements.txt b/requirements.txt index 43244de3..a56b7928 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ alabaster==1.0.0 # via sphinx asteroid-sphinx-theme==0.0.3 # via pygef (pyproject.toml) -asttokens==3.0.1 +asttokens==3.0.2 # via stack-data attrs==26.1.0 # via rasterio @@ -18,9 +18,9 @@ certifi==2026.6.17 # via # rasterio # requests -charset-normalizer==3.4.7 +charset-normalizer==3.4.9 # via requests -click==8.4.1 +click==8.4.2 # via # black # click-plugins @@ -31,7 +31,7 @@ click-plugins==1.1.1.2 # via rasterio cligj==0.7.2 # via rasterio -contextily==1.7.0 +contextily==1.7.1 # via pygef (pyproject.toml) contourpy==1.3.3 # via matplotlib @@ -45,7 +45,7 @@ decorator==5.3.1 # via ipython docopt==0.6.2 # via coveralls -docutils==0.22.4 +docutils==0.23 # via # sphinx # sphinx-rtd-theme @@ -57,7 +57,7 @@ gef-file-to-map==1.0.1 # via pygef (pyproject.toml) geographiclib==2.1 # via geopy -geopy==2.4.1 +geopy==2.5.0 # via contextily idna==3.18 # via requests @@ -65,7 +65,7 @@ imagesize==2.0.0 # via sphinx iniconfig==2.3.0 # via pytest -ipython==9.14.1 +ipython==9.15.0 # via pygef (pyproject.toml) ipython-pygments-lexers==1.1.1 # via ipython @@ -93,7 +93,7 @@ mercantile==1.2.1 # via contextily mypy-extensions==1.1.0 # via black -numpy==2.4.6 +numpy==2.5.1 # via # pygef (pyproject.toml) # contourpy @@ -111,7 +111,7 @@ pathspec==1.1.1 # via black pexpect==4.9.0 # via ipython -pillow==12.2.0 +pillow==12.3.0 # via # contextily # matplotlib @@ -119,9 +119,9 @@ platformdirs==4.10.0 # via black pluggy==1.6.0 # via pytest -polars==1.41.2 +polars==1.42.1 # via pygef (pyproject.toml) -polars-runtime-32==1.41.2 +polars-runtime-32==1.42.1 # via polars prompt-toolkit==3.0.52 # via ipython @@ -141,13 +141,13 @@ pyparsing==3.3.2 # via # matplotlib # rasterio -pytest==9.1.0 +pytest==9.1.1 # via pygef (pyproject.toml) python-dateutil==2.9.0.post0 # via matplotlib pytokens==0.4.1 # via black -rasterio==1.4.4 +rasterio==1.5.0 # via contextily requests==2.34.2 # via @@ -160,14 +160,14 @@ six==1.17.0 # via python-dateutil snowballstemmer==3.1.1 # via sphinx -sphinx==9.0.4 +sphinx==9.1.0 # via # pygef (pyproject.toml) # asteroid-sphinx-theme # sphinx-autodoc-typehints # sphinx-rtd-theme # sphinxcontrib-jquery -sphinx-autodoc-typehints==3.6.1 +sphinx-autodoc-typehints==3.12.1 # via pygef (pyproject.toml) sphinx-rtd-theme==3.1.0 # via pygef (pyproject.toml) @@ -193,7 +193,7 @@ traitlets==5.15.1 # matplotlib-inline urllib3==2.7.0 # via requests -wcwidth==0.8.1 +wcwidth==0.8.2 # via prompt-toolkit xyzservices==2026.3.0 # via contextily