File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - name : Install python 3.13
1919 uses : actions/setup-python@v6
2020 with :
21- python-version : " 3.13 "
21+ python-version : " 3.14 "
2222
2323 - name : Install dependencies
2424 run : |
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 - name : Install python 3.13
122122 uses : actions/setup-python@v6
123123 with :
124- python-version : " 3.13 "
124+ python-version : " 3.14 "
125125
126126 - name : Install dependencies
127127 run : |
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ docs = [
2727]
2828lint = [
2929 # https://github.com/super-linter/super-linter/blob/main/dependencies/python/black.txt
30- " black==25.1 .0" ,
30+ " black==25.11 .0" ,
3131 # https://github.com/super-linter/super-linter/blob/main/dependencies/python/isort.txt
3232 " isort==7.0.0" ,
3333]
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ attrs==25.4.0
1414 # rasterio
1515babel == 2.17.0
1616 # via sphinx
17- black == 25.1 .0
17+ black == 25.11 .0
1818 # via pygef (pyproject.toml)
19- certifi == 2025.10.5
19+ certifi == 2025.11.12
2020 # via
2121 # rasterio
2222 # requests
@@ -47,7 +47,7 @@ decorator==5.2.1
4747 # via ipython
4848docopt == 0.6.2
4949 # via coveralls
50- docutils == 0.21.2
50+ docutils == 0.22.3
5151 # via
5252 # sphinx
5353 # sphinx-rtd-theme
@@ -67,7 +67,7 @@ imagesize==1.4.1
6767 # via sphinx
6868iniconfig == 2.3.0
6969 # via pytest
70- ipython == 9.6 .0
70+ ipython == 9.7 .0
7171 # via pygef (pyproject.toml)
7272ipython-pygments-lexers == 1.1.1
7373 # via ipython
@@ -120,9 +120,9 @@ platformdirs==4.5.0
120120 # via black
121121pluggy == 1.6.0
122122 # via pytest
123- polars == 1.35.1
123+ polars == 1.35.2
124124 # via pygef (pyproject.toml)
125- polars-runtime-32 == 1.35.1
125+ polars-runtime-32 == 1.35.2
126126 # via polars
127127prompt-toolkit == 3.0.52
128128 # via ipython
@@ -140,7 +140,7 @@ pyparsing==3.3.0a1
140140 # via
141141 # matplotlib
142142 # rasterio
143- pytest == 9.0.0
143+ pytest == 9.0.1
144144 # via pygef (pyproject.toml)
145145python-dateutil == 2.9.0.post0
146146 # via matplotlib
You can’t perform that action at this time.
0 commit comments