Skip to content

Commit 9aa60a3

Browse files
committed
Refresh Python dependencies
1 parent 6af03b6 commit 9aa60a3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

mkdocs_build/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ MarkupSafe==2.1.5
1111
Jinja2==3.1.4
1212
click==8.1.7
1313
ghp-import==2.1.0
14-
watchdog==4.0.1
14+
watchdog==4.0.2
1515
cairocffi==1.7.1
1616
pathspec==0.12.1
17-
Babel==2.15.0
17+
Babel==2.16.0
1818
paginate==0.5.6
19-
lxml==5.2.2
19+
lxml==5.3.0
2020
pyquery==2.0.0
2121
readtime==3.0.0
2222
mkdocs==1.6.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sniffio==1.3.1
3131
h11==0.14.0
3232
outcome==1.3.0.post0
3333
trio==0.22.2;python_version<"3.8"
34-
trio==0.26.1;python_version>="3.8"
34+
trio==0.26.2;python_version>="3.8"
3535
trio-websocket==0.11.1
3636
wsproto==1.2.0
3737
websocket-client==1.8.0;python_version>="3.8"
@@ -66,7 +66,7 @@ pygments==2.17.2;python_version<"3.8"
6666
pygments==2.18.0;python_version>="3.8"
6767
pyreadline3==3.4.1;platform_system=="Windows"
6868
tabcompleter==1.3.3
69-
pdbp==1.5.3
69+
pdbp==1.5.4
7070
colorama==0.4.6
7171
pyotp==2.9.0
7272
python-xlib==0.33;platform_system=="Linux"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
'h11==0.14.0',
180180
'outcome==1.3.0.post0',
181181
'trio==0.22.2;python_version<"3.8"',
182-
'trio==0.26.1;python_version>="3.8"',
182+
'trio==0.26.2;python_version>="3.8"',
183183
'trio-websocket==0.11.1',
184184
'wsproto==1.2.0',
185185
'websocket-client==1.8.0;python_version>="3.8"',
@@ -214,7 +214,7 @@
214214
'pygments==2.18.0;python_version>="3.8"',
215215
'pyreadline3==3.4.1;platform_system=="Windows"',
216216
"tabcompleter==1.3.3",
217-
"pdbp==1.5.3",
217+
"pdbp==1.5.4",
218218
'colorama==0.4.6',
219219
'pyotp==2.9.0',
220220
'python-xlib==0.33;platform_system=="Linux"',

0 commit comments

Comments
 (0)