##// END OF EJS Templates
chore(deps): bumped pytest related tests
super-admin -
r5339:0de02c1c default
parent child Browse files
Show More
@@ -91,7 +91,7 b' dogpile.cache==1.3.2'
91 91 formencode==2.1.0
92 92 six==1.16.0
93 93 gunicorn==21.2.0
94 packaging==23.1
94 packaging==24.0
95 95 gevent==24.2.1
96 96 greenlet==3.0.3
97 97 zope.event==5.0.0
@@ -119,8 +119,8 b' markdown==3.4.3'
119 119 msgpack==1.0.7
120 120 mysqlclient==2.1.1
121 121 nbconvert==7.7.3
122 beautifulsoup4==4.11.2
123 soupsieve==2.4
122 beautifulsoup4==4.12.3
123 soupsieve==2.5
124 124 bleach==6.1.0
125 125 six==1.16.0
126 126 webencodings==0.5.1
@@ -165,7 +165,6 b' nbconvert==7.7.3'
165 165 platformdirs==3.10.0
166 166 traitlets==5.9.0
167 167 traitlets==5.9.0
168 packaging==23.1
169 168 pandocfilters==1.5.0
170 169 pygments==2.15.1
171 170 tinycss2==1.2.1
@@ -1,49 +1,45 b''
1 1 # test related requirements
2
3 cov-core==1.15.0
4 coverage==7.2.3
5 mock==5.0.2
6 py==1.11.0
7 pytest-cov==4.0.0
8 coverage==7.2.3
9 pytest==7.3.1
10 attrs==22.2.0
2 mock==5.1.0
3 pytest-cov==4.1.0
4 coverage==7.4.3
5 pytest==8.1.1
11 6 iniconfig==2.0.0
12 packaging==23.1
13 pluggy==1.0.0
7 packaging==24.0
8 pluggy==1.4.0
14 9 pytest-env==1.1.3
15 pytest==7.3.1
16 attrs==22.2.0
10 pytest==8.1.1
17 11 iniconfig==2.0.0
18 packaging==23.1
19 pluggy==1.0.0
20 pytest-rerunfailures==12.0
12 packaging==24.0
13 pluggy==1.4.0
21 14 pytest-profiling==1.7.0
22 15 gprof2dot==2022.7.29
23 pytest==7.3.1
24 attrs==22.2.0
16 pytest==8.1.1
25 17 iniconfig==2.0.0
26 packaging==23.1
27 pluggy==1.0.0
18 packaging==24.0
19 pluggy==1.4.0
28 20 six==1.16.0
29 pytest-runner==6.0.0
30 pytest-sugar==0.9.7
31 packaging==23.1
32 pytest==7.3.1
33 attrs==22.2.0
21 pytest-rerunfailures==13.0
22 packaging==24.0
23 pytest==8.1.1
34 24 iniconfig==2.0.0
35 packaging==23.1
36 pluggy==1.0.0
37 termcolor==2.3.0
38 pytest-timeout==2.1.0
39 pytest==7.3.1
40 attrs==22.2.0
25 packaging==24.0
26 pluggy==1.4.0
27 pytest-runner==6.0.1
28 pytest-sugar==1.0.0
29 packaging==24.0
30 pytest==8.1.1
41 31 iniconfig==2.0.0
42 packaging==23.1
43 pluggy==1.0.0
32 packaging==24.0
33 pluggy==1.4.0
34 termcolor==2.4.0
35 pytest-timeout==2.3.1
36 pytest==8.1.1
37 iniconfig==2.0.0
38 packaging==24.0
39 pluggy==1.4.0
44 40 webtest==3.0.0
45 beautifulsoup4==4.11.2
46 soupsieve==2.4
41 beautifulsoup4==4.12.3
42 soupsieve==2.5
47 43 waitress==3.0.0
48 44 webob==1.8.7
49 45
General Comments 0
You need to be logged in to leave comments. Login now