Skip to content

Commit b2535d7

Browse files
fix(deps): update all non-major dependencies
1 parent 73493e1 commit b2535d7

4 files changed

Lines changed: 41 additions & 41 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.12.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: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --extra=plot --extra=docs --extra=lint --extra=map --extra=test --output-file=requirements.txt pyproject.toml
3-
affine==3.0b1
3+
affine==3.0rc3
44
# via rasterio
55
alabaster==1.0.0
66
# via sphinx
77
asteroid-sphinx-theme==0.0.3
88
# via pygef (pyproject.toml)
9-
asttokens==3.0.0
9+
asttokens==3.0.1
1010
# via stack-data
1111
attrs==25.4.0
1212
# via
1313
# affine
1414
# rasterio
15-
babel==2.17.0
15+
babel==2.18.0
1616
# via sphinx
17-
black==25.1.0
17+
black==25.12.0
1818
# via pygef (pyproject.toml)
19-
certifi==2025.10.5
19+
certifi==2025.11.12
2020
# via
2121
# rasterio
2222
# requests
23-
charset-normalizer==3.4.4
23+
charset-normalizer==3.4.7
2424
# via requests
25-
click==8.3.0
25+
click==8.4.0
2626
# via
2727
# black
2828
# click-plugins
@@ -33,7 +33,7 @@ click-plugins==1.1.1.2
3333
# via rasterio
3434
cligj==0.7.2
3535
# via rasterio
36-
contextily==1.6.2
36+
contextily==1.7.0
3737
# via pygef (pyproject.toml)
3838
contourpy==1.3.3
3939
# via matplotlib
@@ -43,59 +43,59 @@ coveralls==3.3.1
4343
# via pygef (pyproject.toml)
4444
cycler==0.12.1
4545
# via matplotlib
46-
decorator==5.2.1
46+
decorator==5.3.1
4747
# via ipython
4848
docopt==0.6.2
4949
# via coveralls
50-
docutils==0.21.2
50+
docutils==0.22.4
5151
# via
5252
# sphinx
5353
# sphinx-rtd-theme
5454
executing==2.2.1
5555
# via stack-data
56-
fonttools==4.61.0
56+
fonttools==4.63.0
5757
# via matplotlib
58-
gef-file-to-map==1.0.0
58+
gef-file-to-map==1.0.1
5959
# via pygef (pyproject.toml)
6060
geographiclib==2.1
6161
# via geopy
6262
geopy==2.4.1
6363
# via contextily
64-
idna==3.11
64+
idna==3.16
6565
# via requests
66-
imagesize==1.4.1
66+
imagesize==1.5.0
6767
# via sphinx
6868
iniconfig==2.3.0
6969
# via pytest
70-
ipython==9.6.0
70+
ipython==9.13.0
7171
# via pygef (pyproject.toml)
7272
ipython-pygments-lexers==1.1.1
7373
# via ipython
7474
isort==7.0.0
7575
# via pygef (pyproject.toml)
76-
jedi==0.19.2
76+
jedi==0.20.0
7777
# via ipython
7878
jinja2==3.1.6
7979
# via sphinx
80-
joblib==1.5.2
80+
joblib==1.5.3
8181
# via contextily
82-
kiwisolver==1.4.10rc0
82+
kiwisolver==1.5.0
8383
# via matplotlib
84-
lxml==6.0.2
84+
lxml==6.1.1
8585
# via pygef (pyproject.toml)
8686
markupsafe==3.0.3
8787
# via jinja2
88-
matplotlib==3.10.7
88+
matplotlib==3.10.9
8989
# via
9090
# pygef (pyproject.toml)
9191
# contextily
92-
matplotlib-inline==0.2.1
92+
matplotlib-inline==0.2.2
9393
# via ipython
9494
mercantile==1.2.1
9595
# via contextily
9696
mypy-extensions==1.1.0
9797
# via black
98-
numpy==2.3.4
98+
numpy==2.4.6
9999
# via
100100
# contourpy
101101
# matplotlib
@@ -106,47 +106,47 @@ packaging==25.0
106106
# matplotlib
107107
# pytest
108108
# sphinx
109-
parso==0.8.5
109+
parso==0.8.7
110110
# via jedi
111111
pathspec==0.12.1
112112
# via black
113113
pexpect==4.9.0
114114
# via ipython
115-
pillow==12.0.0
115+
pillow==12.2.0
116116
# via
117117
# contextily
118118
# matplotlib
119-
platformdirs==4.5.0
119+
platformdirs==4.9.6
120120
# via black
121121
pluggy==1.6.0
122122
# via pytest
123-
polars==1.35.1
123+
polars==1.40.1
124124
# via pygef (pyproject.toml)
125-
polars-runtime-32==1.35.1
125+
polars-runtime-32==1.40.1
126126
# via polars
127127
prompt-toolkit==3.0.52
128128
# via ipython
129129
ptyprocess==0.7.0
130130
# via pexpect
131131
pure-eval==0.2.3
132132
# via stack-data
133-
pygments==2.19.2
133+
pygments==2.20.0
134134
# via
135135
# ipython
136136
# ipython-pygments-lexers
137137
# pytest
138138
# sphinx
139-
pyparsing==3.3.0a1
139+
pyparsing==3.3.2
140140
# via
141141
# matplotlib
142142
# rasterio
143-
pytest==9.0.0
143+
pytest==9.0.3
144144
# via pygef (pyproject.toml)
145145
python-dateutil==2.9.0.post0
146146
# via matplotlib
147-
rasterio==1.4.3
147+
rasterio==1.5.0
148148
# via contextily
149-
requests==2.32.5
149+
requests==2.34.2
150150
# via
151151
# contextily
152152
# coveralls
@@ -164,9 +164,9 @@ sphinx==8.2.3
164164
# sphinx-autodoc-typehints
165165
# sphinx-rtd-theme
166166
# sphinxcontrib-jquery
167-
sphinx-autodoc-typehints==3.5.2
167+
sphinx-autodoc-typehints==3.10.2
168168
# via pygef (pyproject.toml)
169-
sphinx-rtd-theme==3.0.2
169+
sphinx-rtd-theme==3.1.0
170170
# via pygef (pyproject.toml)
171171
sphinxcontrib-applehelp==2.0.0
172172
# via sphinx
@@ -184,13 +184,13 @@ sphinxcontrib-serializinghtml==2.0.0
184184
# via sphinx
185185
stack-data==0.6.3
186186
# via ipython
187-
traitlets==5.14.3
187+
traitlets==5.15.0
188188
# via
189189
# ipython
190190
# matplotlib-inline
191-
urllib3==2.5.0
191+
urllib3==2.7.0
192192
# via requests
193-
wcwidth==0.2.14
193+
wcwidth==0.7.0
194194
# via prompt-toolkit
195-
xyzservices==2025.10.0
195+
xyzservices==2025.11.0
196196
# via contextily

0 commit comments

Comments
 (0)