Skip to content

Commit 1b37c68

Browse files
committed
Refresh Python dependencies
1 parent bb58d25 commit 1b37c68

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ filelock>=3.4.1;python_version>="3.6" and python_version<"3.7"
2222
filelock>=3.6.0;python_version>="3.7"
2323
platformdirs>=2.0.2;python_version<"3.6"
2424
platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"
25-
platformdirs>=2.5.1;python_version>="3.7"
25+
platformdirs>=2.5.2;python_version>="3.7"
2626
six==1.16.0
2727
ipdb==0.13.4;python_version<"3.5"
2828
ipdb==0.13.9;python_version>="3.5"
@@ -83,7 +83,7 @@ parameterized==0.8.1
8383
sbvirtualdisplay==1.1.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.2;python_version>="3.6"
86+
soupsieve==2.3.2.post1;python_version>="3.6"
8787
beautifulsoup4==4.9.3;python_version<"3.5"
8888
beautifulsoup4==4.10.0;python_version>="3.5" and python_version<"3.6"
8989
beautifulsoup4==4.11.1;python_version>="3.6"

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
'filelock>=3.6.0;python_version>="3.7"',
148148
'platformdirs>=2.0.2;python_version<"3.6"',
149149
'platformdirs>=2.4.0;python_version>="3.6" and python_version<"3.7"',
150-
'platformdirs>=2.5.1;python_version>="3.7"',
150+
'platformdirs>=2.5.2;python_version>="3.7"',
151151
"six==1.16.0",
152152
'ipdb==0.13.4;python_version<"3.5"',
153153
'ipdb==0.13.9;python_version>="3.5"',
@@ -208,7 +208,7 @@
208208
"sbvirtualdisplay==1.1.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.2;python_version>="3.6"',
211+
'soupsieve==2.3.2.post1;python_version>="3.6"',
212212
'beautifulsoup4==4.9.3;python_version<"3.5"',
213213
'beautifulsoup4==4.10.0;python_version>="3.5" and python_version<"3.6"', # noqa: E501
214214
'beautifulsoup4==4.11.1;python_version>="3.6"',

0 commit comments

Comments
 (0)