Skip to content

Commit 61e3093

Browse files
committed
Refresh Python dependencies
1 parent 0add9ec commit 61e3093

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ parameterized==0.8.1
8383
sbvirtualdisplay==1.0.0
8484
soupsieve==1.9.6;python_version<"3.5"
8585
soupsieve==2.1;python_version>="3.5" and python_version<"3.6"
86-
soupsieve==2.3.1;python_version>="3.6"
86+
soupsieve==2.3.2;python_version>="3.6"
8787
beautifulsoup4==4.9.3;python_version<"3.5"
88-
beautifulsoup4==4.10.0;python_version>="3.5"
88+
beautifulsoup4==4.10.0;python_version>="3.5" and python_version<"3.6"
89+
beautifulsoup4==4.11.1;python_version>="3.6"
8990
cryptography==2.9.2;python_version<"3.5"
9091
cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"
9192
cryptography==36.0.2;python_version>="3.6"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,10 @@
208208
"sbvirtualdisplay==1.0.0",
209209
'soupsieve==1.9.6;python_version<"3.5"',
210210
'soupsieve==2.1;python_version>="3.5" and python_version<"3.6"',
211-
'soupsieve==2.3.1;python_version>="3.6"',
211+
'soupsieve==2.3.2;python_version>="3.6"',
212212
'beautifulsoup4==4.9.3;python_version<"3.5"',
213-
'beautifulsoup4==4.10.0;python_version>="3.5"',
213+
'beautifulsoup4==4.10.0;python_version>="3.5" and python_version<"3.6"', # noqa: E501
214+
'beautifulsoup4==4.11.1;python_version>="3.6"',
214215
'cryptography==2.9.2;python_version<"3.5"',
215216
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"',
216217
'cryptography==36.0.2;python_version>="3.6"',

0 commit comments

Comments
 (0)