Skip to content

Commit ff296d5

Browse files
committed
Update "pytest", "beautifulsoup4", and "rich" requirements
1 parent 07c575b commit ff296d5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ attrs>=20.2.0
2323
py==1.8.1;python_version<"3.5"
2424
py==1.9.0;python_version>="3.5"
2525
pytest==4.6.11;python_version<"3.5"
26-
pytest==6.0.2;python_version>="3.5"
26+
pytest==6.1.0;python_version>="3.5"
2727
pytest-cov==2.10.1
2828
pytest-forked==1.3.0
2929
pytest-html==1.22.1;python_version<"3.6"
@@ -32,13 +32,13 @@ pytest-metadata==1.8.0;python_version<"3.6"
3232
pytest-metadata==1.10.0;python_version>="3.6"
3333
pytest-ordering==0.6
3434
pytest-rerunfailures==8.0;python_version<"3.5"
35-
pytest-rerunfailures==9.1;python_version>="3.5"
35+
pytest-rerunfailures==9.1.1;python_version>="3.5"
3636
pytest-xdist==1.34.0;python_version<"3.5"
3737
pytest-xdist==2.1.0;python_version>="3.5"
3838
parameterized==0.7.4
3939
soupsieve==1.9.6;python_version<"3.5"
4040
soupsieve==2.0.1;python_version>="3.5"
41-
beautifulsoup4==4.9.1
41+
beautifulsoup4==4.9.2
4242
cryptography==3.0;python_version<"3.6"
4343
cryptography==3.1.1;python_version>="3.6"
4444
pyopenssl==19.1.0
@@ -62,7 +62,7 @@ cffi==1.14.3
6262
zipp==1.2.0;python_version<"3.6"
6363
zipp==3.2.0;python_version>="3.6"
6464
importlib-metadata==2.0.0
65-
rich==7.0.0;python_version>="3.6" and python_version<"4.0"
65+
rich==7.1.0;python_version>="3.6" and python_version<"4.0"
6666
flake8==3.7.9;python_version<"3.5"
6767
flake8==3.8.3;python_version>="3.5"
6868
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
'py==1.8.1;python_version<"3.5"',
118118
'py==1.9.0;python_version>="3.5"',
119119
'pytest==4.6.11;python_version<"3.5"',
120-
'pytest==6.0.2;python_version>="3.5"',
120+
'pytest==6.1.0;python_version>="3.5"',
121121
'pytest-cov==2.10.1',
122122
'pytest-forked==1.3.0',
123123
'pytest-html==1.22.1;python_version<"3.6"',
@@ -126,13 +126,13 @@
126126
'pytest-metadata==1.10.0;python_version>="3.6"',
127127
'pytest-ordering==0.6',
128128
'pytest-rerunfailures==8.0;python_version<"3.5"',
129-
'pytest-rerunfailures==9.1;python_version>="3.5"',
129+
'pytest-rerunfailures==9.1.1;python_version>="3.5"',
130130
'pytest-xdist==1.34.0;python_version<"3.5"',
131131
'pytest-xdist==2.1.0;python_version>="3.5"',
132132
'parameterized==0.7.4',
133133
'soupsieve==1.9.6;python_version<"3.5"',
134134
'soupsieve==2.0.1;python_version>="3.5"',
135-
'beautifulsoup4==4.9.1',
135+
'beautifulsoup4==4.9.2',
136136
'cryptography==3.0;python_version<"3.6"',
137137
'cryptography==3.1.1;python_version>="3.6"',
138138
'pyopenssl==19.1.0',
@@ -156,7 +156,7 @@
156156
'zipp==1.2.0;python_version<"3.6"',
157157
'zipp==3.2.0;python_version>="3.6"',
158158
'importlib-metadata==2.0.0',
159-
'rich==7.0.0;python_version>="3.6" and python_version<"4.0"',
159+
'rich==7.1.0;python_version>="3.6" and python_version<"4.0"',
160160
'flake8==3.7.9;python_version<"3.5"',
161161
'flake8==3.8.3;python_version>="3.5"',
162162
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)