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