Skip to content

Commit 3eb1a89

Browse files
committed
Refresh Python dependencies
1 parent 4f3d078 commit 3eb1a89

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sniffio==1.3.0
2424
h11==0.14.0
2525
outcome==1.3.0.post0
2626
trio==0.22.2;python_version<"3.8"
27-
trio==0.23.2;python_version>="3.8"
27+
trio==0.24.0;python_version>="3.8"
2828
trio-websocket==0.11.1
2929
wsproto==1.2.0
3030
selenium==4.11.2;python_version<"3.8"
@@ -48,7 +48,7 @@ sbvirtualdisplay==1.3.0
4848
behave==1.2.6
4949
soupsieve==2.4.1;python_version<"3.8"
5050
soupsieve==2.5;python_version>="3.8"
51-
beautifulsoup4==4.12.2
51+
beautifulsoup4==4.12.3
5252
pygments==2.17.2
5353
pyreadline3==3.4.1;platform_system=="Windows"
5454
tabcompleter==1.3.0
@@ -70,9 +70,9 @@ coverage==7.4.0;python_version>="3.8"
7070
pytest-cov==4.0.0;python_version<"3.7"
7171
pytest-cov==4.1.0;python_version>="3.7"
7272
flake8==5.0.4;python_version<"3.9"
73-
flake8==6.1.0;python_version>="3.9"
73+
flake8==7.0.0;python_version>="3.9"
7474
mccabe==0.7.0
7575
pyflakes==2.5.0;python_version<"3.9"
76-
pyflakes==3.1.0;python_version>="3.9"
76+
pyflakes==3.2.0;python_version>="3.9"
7777
pycodestyle==2.9.1;python_version<"3.9"
7878
pycodestyle==2.11.1;python_version>="3.9"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
'h11==0.14.0',
158158
'outcome==1.3.0.post0',
159159
'trio==0.22.2;python_version<"3.8"',
160-
'trio==0.23.2;python_version>="3.8"',
160+
'trio==0.24.0;python_version>="3.8"',
161161
'trio-websocket==0.11.1',
162162
'wsproto==1.2.0',
163163
'selenium==4.11.2;python_version<"3.8"',
@@ -181,7 +181,7 @@
181181
"behave==1.2.6",
182182
'soupsieve==2.4.1;python_version<"3.8"',
183183
'soupsieve==2.5;python_version>="3.8"',
184-
"beautifulsoup4==4.12.2",
184+
"beautifulsoup4==4.12.3",
185185
'pygments==2.17.2',
186186
'pyreadline3==3.4.1;platform_system=="Windows"',
187187
"tabcompleter==1.3.0",
@@ -214,10 +214,10 @@
214214
# Usage: flake8
215215
"flake8": [
216216
'flake8==5.0.4;python_version<"3.9"',
217-
'flake8==6.1.0;python_version>="3.9"',
217+
'flake8==7.0.0;python_version>="3.9"',
218218
"mccabe==0.7.0",
219219
'pyflakes==2.5.0;python_version<"3.9"',
220-
'pyflakes==3.1.0;python_version>="3.9"',
220+
'pyflakes==3.2.0;python_version>="3.9"',
221221
'pycodestyle==2.9.1;python_version<"3.9"',
222222
'pycodestyle==2.11.1;python_version>="3.9"',
223223
],

0 commit comments

Comments
 (0)