File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ packaging>=21.3;python_version<"3.7"
4
4
packaging >= 23.0 ;python_version >= "3.7"
5
5
setuptools >= 59.6.0 ;python_version < "3.7"
6
6
setuptools >= 65.7.0 ;python_version >= "3.7"
7
+ keyring >= 23.4.1 ;python_version < "3.7"
8
+ keyring >= 23.13.1 ;python_version >= "3.7"
7
9
tomli >= 1.2.3 ;python_version < "3.7"
8
10
tomli >= 2.0.1 ;python_version >= "3.7"
9
11
tqdm >= 4.64.1
@@ -70,7 +72,7 @@ behave==1.2.6
70
72
parse == 1.19.0
71
73
parse-type == 0.6.0
72
74
soupsieve == 2.3.2.post1
73
- beautifulsoup4 == 4.11.1
75
+ beautifulsoup4 == 4.11.2
74
76
cryptography == 36.0.2 ;python_version < "3.7"
75
77
cryptography == 39.0.0 ;python_version >= "3.7"
76
78
pygments == 2.14.0
Original file line number Diff line number Diff line change 128
128
'packaging>=23.0;python_version>="3.7"' ,
129
129
'setuptools>=59.6.0;python_version<"3.7"' ,
130
130
'setuptools>=65.7.0;python_version>="3.7"' ,
131
+ 'keyring>=23.4.1;python_version<"3.7"' ,
132
+ 'keyring>=23.13.1;python_version>="3.7"' ,
131
133
'tomli>=1.2.3;python_version<"3.7"' ,
132
134
'tomli>=2.0.1;python_version>="3.7"' ,
133
135
"tqdm>=4.64.1" ,
194
196
"parse==1.19.0" ,
195
197
"parse-type==0.6.0" ,
196
198
"soupsieve==2.3.2.post1" ,
197
- "beautifulsoup4==4.11.1 " ,
199
+ "beautifulsoup4==4.11.2 " ,
198
200
'cryptography==36.0.2;python_version<"3.7"' ,
199
201
'cryptography==39.0.0;python_version>="3.7"' ,
200
202
"pygments==2.14.0" ,
You can’t perform that action at this time.
0 commit comments