Skip to content

Commit e27401b

Browse files
chore(deps): update all non-major dependencies
1 parent bb8a669 commit e27401b

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ docs = [
2727
]
2828
lint = [
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
]

requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ attrs==25.4.0
1414
# rasterio
1515
babel==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
4848
docopt==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
6868
iniconfig==2.3.0
6969
# via pytest
70-
ipython==9.6.0
70+
ipython==9.7.0
7171
# via pygef (pyproject.toml)
7272
ipython-pygments-lexers==1.1.1
7373
# via ipython
@@ -120,9 +120,9 @@ platformdirs==4.5.0
120120
# via black
121121
pluggy==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
127127
prompt-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)
145145
python-dateutil==2.9.0.post0
146146
# via matplotlib

0 commit comments

Comments
 (0)