Skip to content

Commit af7f1c9

Browse files
committed
Refresh Python dependencies
1 parent f15f176 commit af7f1c9

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pathspec==0.12.1
1414
Babel==2.17.0
1515
paginate==0.5.7
1616
mkdocs==1.6.1
17-
mkdocs-material==9.6.22
17+
mkdocs-material==9.6.23
1818
mkdocs-exclude-search==0.6.6
1919
mkdocs-simple-hooks==0.1.5
2020
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ filelock~=3.16.1;python_version<"3.9"
1414
filelock~=3.19.1;python_version>="3.9" and python_version<"3.10"
1515
filelock>=3.20.0;python_version>="3.10"
1616
fasteners>=0.20
17-
mycdp>=1.2.1
17+
mycdp>=1.3.0
1818
pynose>=1.5.5
1919
platformdirs~=4.3.6;python_version<"3.9"
2020
platformdirs~=4.4.0;python_version>="3.9" and python_version<"3.10"
@@ -45,7 +45,8 @@ sniffio==1.3.1
4545
h11==0.16.0
4646
outcome==1.3.0.post0
4747
trio==0.27.0;python_version<"3.9"
48-
trio>=0.31.0,<1;python_version>="3.9"
48+
trio>=0.31.0,<1;python_version>="3.9" and python_version<"3.10"
49+
trio>=0.32.0,<1;python_version>="3.10"
4950
trio-websocket~=0.12.2
5051
wsproto==1.2.0
5152
websocket-client~=1.8.0;python_version<"3.9"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
'filelock~=3.19.1;python_version>="3.9" and python_version<"3.10"',
164164
'filelock>=3.20.0;python_version>="3.10"',
165165
'fasteners>=0.20',
166-
"mycdp>=1.2.1",
166+
"mycdp>=1.3.0",
167167
"pynose>=1.5.5",
168168
'platformdirs~=4.3.6;python_version<"3.9"',
169169
'platformdirs~=4.4.0;python_version>="3.9" and python_version<"3.10"',
@@ -194,7 +194,8 @@
194194
'h11==0.16.0',
195195
'outcome==1.3.0.post0',
196196
'trio==0.27.0;python_version<"3.9"',
197-
'trio>=0.31.0,<1;python_version>="3.9"',
197+
'trio>=0.31.0,<1;python_version>="3.9" and python_version<"3.10"',
198+
'trio>=0.32.0,<1;python_version>="3.10"',
198199
'trio-websocket~=0.12.2',
199200
'wsproto==1.2.0',
200201
'websocket-client~=1.8.0;python_version<"3.9"',

0 commit comments

Comments
 (0)