Skip to content

Commit 61be0cc

Browse files
committed
Update Python dependencies
1 parent a297051 commit 61be0cc

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
livereload==2.6.3;python_version>="3.6"
22
pymdown-extensions==8.0
33
mkdocs==1.1.2
4-
mkdocs-material==5.5.10
4+
mkdocs-material==5.5.11
55
mkdocs-simple-hooks==0.1.1
66
mkdocs-material-extensions==1.0
77
mkdocs-minify-plugin==0.3.0

requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ urllib3==1.25.10
1515
requests==2.24.0
1616
selenium==3.141.0
1717
msedge-selenium-tools==3.141.2
18+
more-itertools==5.0.0;python_version<"3.5"
19+
more-itertools==8.5.0;python_version>="3.5"
1820
pluggy==0.13.1
1921
attrs>=20.1.0
2022
py==1.8.1;python_version<"3.5"
@@ -40,16 +42,16 @@ cryptography==3.0;python_version<"3.6"
4042
cryptography==3.1;python_version>="3.6"
4143
pyopenssl==19.1.0
4244
prompt-toolkit==1.0.18;python_version<"3.6.1"
43-
prompt-toolkit==3.0.6;python_version>="3.6.1"
45+
prompt-toolkit==3.0.7;python_version>="3.6.1"
4446
pygments==2.5.2;python_version<"3.5"
4547
pygments==2.6.1;python_version>="3.5"
4648
ipython==5.10.0;python_version<"3.5"
4749
ipython==6.5.0;python_version>="3.5" and python_version<"3.7"
48-
ipython==7.17.0;python_version>="3.7"
50+
ipython==7.18.1;python_version>="3.7"
4951
colorama==0.4.3
5052
pymysql==0.10.0
5153
coverage==5.2.1
52-
brython>=3.8.9
54+
brython==3.8.10
5355
pyotp==2.4.0
5456
boto==2.49.0
5557
cffi==1.14.2

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@
107107
'requests==2.24.0',
108108
'selenium==3.141.0',
109109
'msedge-selenium-tools==3.141.2',
110+
'more-itertools==5.0.0;python_version<"3.5"',
111+
'more-itertools==8.5.0;python_version>="3.5"',
110112
'pluggy==0.13.1',
111113
'attrs>=20.1.0',
112114
'py==1.8.1;python_version<"3.5"',
@@ -132,16 +134,16 @@
132134
'cryptography==3.1;python_version>="3.6"',
133135
'pyopenssl==19.1.0',
134136
'prompt-toolkit==1.0.18;python_version<"3.6.1"',
135-
'prompt-toolkit==3.0.6;python_version>="3.6.1"',
137+
'prompt-toolkit==3.0.7;python_version>="3.6.1"',
136138
'pygments==2.5.2;python_version<"3.5"',
137139
'pygments==2.6.1;python_version>="3.5"',
138140
'ipython==5.10.0;python_version<"3.5"',
139141
'ipython==6.5.0;python_version>="3.5" and python_version<"3.7"',
140-
'ipython==7.17.0;python_version>="3.7"',
142+
'ipython==7.18.1;python_version>="3.7"',
141143
'colorama==0.4.3',
142144
'pymysql==0.10.0',
143145
'coverage==5.2.1',
144-
'brython>=3.8.9',
146+
'brython==3.8.10',
145147
'pyotp==2.4.0',
146148
'boto==2.49.0',
147149
'cffi==1.14.2',

0 commit comments

Comments
 (0)