Skip to content

Commit c76c5a1

Browse files
committed
Refresh Python dependencies
1 parent 655c5c1 commit c76c5a1

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ pynose==1.4.8
2121
sniffio==1.3.0
2222
h11==0.14.0
2323
outcome==1.3.0.post0
24-
trio==0.22.2
24+
trio==0.22.2;python_version<"3.8"
25+
trio==0.23.1;python_version>="3.8"
2526
trio-websocket==0.11.1
2627
wsproto==1.2.0
2728
selenium==4.11.2;python_version<"3.8"
28-
selenium==4.14.0;python_version>="3.8"
29+
selenium==4.15.2;python_version>="3.8"
2930
cssselect==1.2.0
3031
sortedcontainers==2.4.0
3132
fasteners==0.19
@@ -41,7 +42,7 @@ pytest-ordering==0.6
4142
pytest-rerunfailures==12.0
4243
pytest-xdist==3.3.1
4344
parameterized==0.9.0
44-
sbvirtualdisplay==1.2.0
45+
sbvirtualdisplay==1.3.0
4546
behave==1.2.6
4647
soupsieve==2.4.1;python_version<"3.8"
4748
soupsieve==2.5;python_version>="3.8"

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,11 +154,12 @@
154154
'sniffio==1.3.0',
155155
'h11==0.14.0',
156156
'outcome==1.3.0.post0',
157-
'trio==0.22.2',
157+
'trio==0.22.2;python_version<"3.8"',
158+
'trio==0.23.1;python_version>="3.8"',
158159
'trio-websocket==0.11.1',
159160
'wsproto==1.2.0',
160161
'selenium==4.11.2;python_version<"3.8"',
161-
'selenium==4.14.0;python_version>="3.8"',
162+
'selenium==4.15.2;python_version>="3.8"',
162163
'cssselect==1.2.0',
163164
"sortedcontainers==2.4.0",
164165
'fasteners==0.19',
@@ -174,7 +175,7 @@
174175
'pytest-rerunfailures==12.0',
175176
'pytest-xdist==3.3.1',
176177
'parameterized==0.9.0',
177-
"sbvirtualdisplay==1.2.0",
178+
"sbvirtualdisplay==1.3.0",
178179
"behave==1.2.6",
179180
'soupsieve==2.4.1;python_version<"3.8"',
180181
'soupsieve==2.5;python_version>="3.8"',

0 commit comments

Comments
 (0)