Skip to content

Commit 39adf82

Browse files
chore(deps): update all non-major dependencies
1 parent 4c37d09 commit 39adf82

5 files changed

Lines changed: 32 additions & 32 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.12
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.13"
21+
python-version: "3.14"
2222

2323
- name: Install dependencies
2424
run: |

.github/workflows/release_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: "3.13"
24+
python-version: "3.14"
2525

2626
- name: Install dependencies
2727
run: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Install python 3.12
121121
uses: actions/setup-python@v5
122122
with:
123-
python-version: "3.13"
123+
python-version: "3.14"
124124

125125
- name: Install dependencies
126126
run: |

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ 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.9.0",
3131
# https://github.com/super-linter/super-linter/blob/main/dependencies/python/isort.txt
32-
"isort==6.0.1",
32+
"isort==6.1.0",
3333
]
3434
map = ["contextily>=1.3.0,<2"]
3535

requirements.txt

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ asteroid-sphinx-theme==0.0.3
88
# via pygef (pyproject.toml)
99
asttokens==3.0.0
1010
# via stack-data
11-
attrs==25.3.0
11+
attrs==25.4.0
1212
# via rasterio
1313
babel==2.17.0
1414
# via sphinx
15-
black==25.1.0
15+
black==25.9.0
1616
# via pygef (pyproject.toml)
17-
certifi==2025.7.14
17+
certifi==2025.10.5
1818
# via
1919
# rasterio
2020
# requests
21-
charset-normalizer==3.4.2
21+
charset-normalizer==3.4.4
2222
# via requests
23-
click==8.2.1
23+
click==8.3.0
2424
# via
2525
# black
2626
# click-plugins
@@ -45,45 +45,45 @@ decorator==5.2.1
4545
# via ipython
4646
docopt==0.6.2
4747
# via coveralls
48-
docutils==0.21.2
48+
docutils==0.22.2
4949
# via
5050
# sphinx
5151
# sphinx-rtd-theme
52-
executing==2.2.0
52+
executing==2.2.1
5353
# via stack-data
54-
fonttools==4.59.0
54+
fonttools==4.60.1
5555
# via matplotlib
5656
gef-file-to-map==0.2.1
5757
# via pygef (pyproject.toml)
58-
geographiclib==2.0
58+
geographiclib==2.1
5959
# via geopy
6060
geopy==2.4.1
6161
# via contextily
62-
idna==3.10
62+
idna==3.11
6363
# via requests
6464
imagesize==1.4.1
6565
# via sphinx
6666
iniconfig==2.1.0
6767
# via pytest
68-
ipython==9.4.0
68+
ipython==9.6.0
6969
# via pygef (pyproject.toml)
7070
ipython-pygments-lexers==1.1.1
7171
# via ipython
72-
isort==6.0.1
72+
isort==6.1.0
7373
# via pygef (pyproject.toml)
7474
jedi==0.19.2
7575
# via ipython
7676
jinja2==3.1.6
7777
# via sphinx
78-
joblib==1.5.1
78+
joblib==1.5.2
7979
# via contextily
80-
kiwisolver==1.4.8
80+
kiwisolver==1.4.9
8181
# via matplotlib
82-
lxml==6.0.0
82+
lxml==6.0.2
8383
# via pygef (pyproject.toml)
84-
markupsafe==3.0.2
84+
markupsafe==3.0.3
8585
# via jinja2
86-
matplotlib==3.10.3
86+
matplotlib==3.10.7
8787
# via
8888
# pygef (pyproject.toml)
8989
# contextily
@@ -93,7 +93,7 @@ mercantile==1.2.1
9393
# via contextily
9494
mypy-extensions==1.1.0
9595
# via black
96-
numpy==2.3.2
96+
numpy==2.3.3
9797
# via
9898
# contourpy
9999
# matplotlib
@@ -104,7 +104,7 @@ packaging==25.0
104104
# matplotlib
105105
# pytest
106106
# sphinx
107-
parso==0.8.4
107+
parso==0.8.5
108108
# via jedi
109109
pathspec==0.12.1
110110
# via black
@@ -114,13 +114,13 @@ pillow==11.3.0
114114
# via
115115
# contextily
116116
# matplotlib
117-
platformdirs==4.3.8
117+
platformdirs==4.5.0
118118
# via black
119119
pluggy==1.6.0
120120
# via pytest
121-
polars==1.31.0
121+
polars==1.34.0
122122
# via pygef (pyproject.toml)
123-
prompt-toolkit==3.0.51
123+
prompt-toolkit==3.0.52
124124
# via ipython
125125
ptyprocess==0.7.0
126126
# via pexpect
@@ -132,17 +132,17 @@ pygments==2.19.2
132132
# ipython-pygments-lexers
133133
# pytest
134134
# sphinx
135-
pyparsing==3.2.3
135+
pyparsing==3.2.5
136136
# via
137137
# matplotlib
138138
# rasterio
139-
pytest==8.4.1
139+
pytest==8.4.2
140140
# via pygef (pyproject.toml)
141141
python-dateutil==2.9.0.post0
142142
# via matplotlib
143143
rasterio==1.4.3
144144
# via contextily
145-
requests==2.32.4
145+
requests==2.32.5
146146
# via
147147
# contextily
148148
# coveralls
@@ -160,7 +160,7 @@ sphinx==8.2.3
160160
# sphinx-autodoc-typehints
161161
# sphinx-rtd-theme
162162
# sphinxcontrib-jquery
163-
sphinx-autodoc-typehints==3.2.0
163+
sphinx-autodoc-typehints==3.5.1
164164
# via pygef (pyproject.toml)
165165
sphinx-rtd-theme==3.0.2
166166
# via pygef (pyproject.toml)
@@ -186,7 +186,7 @@ traitlets==5.14.3
186186
# matplotlib-inline
187187
urllib3==2.5.0
188188
# via requests
189-
wcwidth==0.2.13
189+
wcwidth==0.2.14
190190
# via prompt-toolkit
191191
xyzservices==2025.4.0
192192
# via contextily

0 commit comments

Comments
 (0)