Skip to content

Commit e0d89b8

Browse files
committed
Refresh Python dependencies
1 parent 4766d21 commit e0d89b8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ packaging>=21.3;python_version<"3.7"
44
packaging>=23.0;python_version>="3.7"
55
setuptools>=59.6.0;python_version<"3.7"
66
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"
79
tomli>=1.2.3;python_version<"3.7"
810
tomli>=2.0.1;python_version>="3.7"
911
tqdm>=4.64.1
@@ -70,7 +72,7 @@ behave==1.2.6
7072
parse==1.19.0
7173
parse-type==0.6.0
7274
soupsieve==2.3.2.post1
73-
beautifulsoup4==4.11.1
75+
beautifulsoup4==4.11.2
7476
cryptography==36.0.2;python_version<"3.7"
7577
cryptography==39.0.0;python_version>="3.7"
7678
pygments==2.14.0

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@
128128
'packaging>=23.0;python_version>="3.7"',
129129
'setuptools>=59.6.0;python_version<"3.7"',
130130
'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"',
131133
'tomli>=1.2.3;python_version<"3.7"',
132134
'tomli>=2.0.1;python_version>="3.7"',
133135
"tqdm>=4.64.1",
@@ -194,7 +196,7 @@
194196
"parse==1.19.0",
195197
"parse-type==0.6.0",
196198
"soupsieve==2.3.2.post1",
197-
"beautifulsoup4==4.11.1",
199+
"beautifulsoup4==4.11.2",
198200
'cryptography==36.0.2;python_version<"3.7"',
199201
'cryptography==39.0.0;python_version>="3.7"',
200202
"pygments==2.14.0",

0 commit comments

Comments
 (0)